A small electric heater is to be controlled with Node-Red.
A gate flow is used and the runtime is controlled via a trigger node.
I am still missing 2 properties:
The trigger is controlled via a button and then runs for e.g. 15 minutes. Now I want to extend the runtime by 15 minutes with each kick, so 3 kicks = 45 minutes.
Hello, thanks for your reply. I find some of your ideas worth emulating, but would have to rewrite everything.
My e-heater is controlled by a wireless socket with an Exec Node './raspberry-remote/send 11011 3 1' or '...0'.
Switching on and off is done via one input of a gate node and the other input is then used to switch the temperature between 22° and 26°.
The trigger node should switch on the gate node and after dealy a switch off command is issued directly.
Therefore I want to be able to extend the trigger delay and display the remaining time.
To the view here my unfinished flow: