Search found 3 matches

by duelago
Sunday 02 July 2017 17:26
Forum: Blockly
Topic: Get notification just once from temperature sensor
Replies: 5
Views: 2339

Re: Get notification just once from temperature sensor

The script where you check the temperature should not turn the dummy switch on, it should only turn it off for 12 hours (if that is what you want). You initially turn it On yourself and that's it. If temp > 50 and switch = On, then send message and turn switch Off for 12h. After 12h Domoticz should ...
by duelago
Sunday 02 July 2017 15:56
Forum: Blockly
Topic: Get notification just once from temperature sensor
Replies: 5
Views: 2339

Re: Get notification just once from temperature sensor

Hi David, you could add a dummy switch. Let the blockly check this switch: if it is Off, then send the message and turn if On. As long as the dummy switch is On, it will not send the message. You can turn the dummy Off by hand, or have it turned Off at a specific time. You could also use a User ...
by duelago
Sunday 02 July 2017 11:22
Forum: Blockly
Topic: Get notification just once from temperature sensor
Replies: 5
Views: 2339

Get notification just once from temperature sensor

Hello gurus, New to this fun stuff :D I have a temperature sensor in a Sauna and I want to get a notification when it's up to a certain temperature. This works fine, but how can I construct a blockly that stop sending me notifications (for like 12 hours) once I received the first one? TIA, /David