Page 1 of 1
switch notifications push telegram
Posted: Wednesday 13 November 2019 11:35
by joy079
hello excuse me I need help for telegram notifications about switches (in) or rules about blocky: why notices are continually sent to me if the status of a switch does not change?
Re: switch notifications push telegram
Posted: Thursday 14 November 2019 12:08
by joy079
can everyone help me ?
why domoticz send me notifications of state switch in or out every minutes ?
Re: switch notifications push telegram
Posted: Monday 18 November 2019 21:10
by kimot
And what is your rules or blocky ?
Something like if switch == on then send telegram ??
Create some helping variable and store info, that notification was sent.
if switch == on AND varSENT == 0 then send telegram and set varSENT = 1
if switch == off AND varSENT == 1 then send telegram and set varSENT = 0
Re: switch notifications push telegram
Posted: Monday 18 November 2019 21:36
by joy079
Hello my blocky is this in image. But i have same problem from switch input or output notifications.