I've installed 2025.1
and I've almost no longer log for dzVents script, even with the settings as Debug (everything).Version: 2025.1
Build Hash: 89d5c900d
Compile Date: 2025-05-05 09:02:49
dzVents Version: 3.1.8
I've tried the script template Logging
Code: Select all
return {
on = {
devices = {
203
}
},
logging = {
marker = 'log_script',
level = domoticz.LOG_DEBUG
},
execute = function(domoticz, device)
domoticz.log('none log line!')
domoticz.log('INFO log line!', domoticz.LOG_INFO)
domoticz.log('STATUS log line!', domoticz.LOG_STATUS)
domoticz.log('ERROR log line!', domoticz.LOG_ERROR)
domoticz.log('DEBUG log line!', domoticz.LOG_DEBUG)
domoticz.log('FORCE log line!', domoticz.LOG_FORCE)
end
}
Code: Select all
2025-05-12 22:18:56.008 Status: dzVents: log_script: STATUS log line!
2025-05-12 22:18:56.009 Error: dzVents: log_script: ERROR log line!
A change as I saw ?
Version 2024.5 (July 7th 2024)
- Implemented: Currency Symbol in Location Settings
- Implemented: dzVents, Added historical data helper 'med' to calculate the median value
- Implemented: dzVents, Improved logging