csuermann / node-red-contrib-presence-faker

Node-RED node that fakes presence in a smart home by switching devices (e.g. lights) on and off at random times.
MIT License
24 stars 2 forks source link

Automatic restart of cycle? #15

Closed Tomaszek77 closed 3 years ago

Tomaszek77 commented 3 years ago

After one cycle, I can see "cycle completed" status under "Presence faker" node. Why it is not restarting the cycle every day until this node is disabled by msg.payload = false?

csuermann commented 3 years ago

In fact, the cycle will be re-generated at midnight. The status label just indicates that the cycle for the current day has been completed.