Hi
Maybe it's not related to dzVents but maybe somebody knows how can I get rid of this log message like :
2017-11-26 11:17:41.584 EventSystem: Fetching url...
I'm using dzVEnts to ask status of some switch periodically (using url opening) and want to keep it silent but even if set Silent as log ...
Search found 4 matches
- Sunday 26 November 2017 12:03
- Forum: dzVents
- Topic: EventSystem: Fetching url...
- Replies: 8
- Views: 950
- Sunday 10 September 2017 13:03
- Forum: dzVents
- Topic: every minute script not working
- Replies: 4
- Views: 958
Re: every minute script not working
Thanks.It works now.
- Sunday 10 September 2017 10:53
- Forum: dzVents
- Topic: every minute script not working
- Replies: 4
- Views: 958
Re: every minute script not working
Domoticz v 3.8153
dzVents is called properly on device or variable change but not timer based
dzVents is called properly on device or variable change but not timer based
- Sunday 10 September 2017 10:23
- Forum: dzVents
- Topic: every minute script not working
- Replies: 4
- Views: 958
every minute script not working
Any idea why this script is not called every minute ?
return {
active = true,
on = {
devices =
{
'Bojler','Bojler-godzina'
}
,
timer ='every minute'
},
execute = function(domoticz)
if domoticz.variables('BojlerON').value == 1 then
domoticz.notify('Bojler', 'BojlerON=1', domoticz ...
return {
active = true,
on = {
devices =
{
'Bojler','Bojler-godzina'
}
,
timer ='every minute'
},
execute = function(domoticz)
if domoticz.variables('BojlerON').value == 1 then
domoticz.notify('Bojler', 'BojlerON=1', domoticz ...