Search found 4 matches
- Thursday 25 October 2018 20:23
- Forum: PHP and all others
- Topic: [Node-RED] Domoticz WatchDog
- Replies: 8
- Views: 5649
Re: [Node-RED] Domoticz WatchDog
What I now realise happened is that there is a 30 second timeout on the exec node and when I tested it Domoticz on my Ubuntu machine took longer that 30 seconds to complete so the timeout ended and the output from the node continued oalong the flow. Good to know! I tried it on a raspberry and the ...
- Wednesday 24 October 2018 22:58
- Forum: PHP and all others
- Topic: [Node-RED] Domoticz WatchDog
- Replies: 8
- Views: 5649
Re: [Node-RED] Domoticz WatchDog
Glad to see that was useful for you! I have added a 30 second delay between the stop and start commands as running immediately after each other the start command was ignored as the stop command was still being completed. The EXEC node has 2 options: Trigger the output when the command is complete or ...
- Thursday 18 October 2018 16:29
- Forum: PHP and all others
- Topic: [Node-RED] Domoticz WatchDog
- Replies: 8
- Views: 5649
- Thursday 18 October 2018 10:30
- Forum: PHP and all others
- Topic: [Node-RED] Domoticz WatchDog
- Replies: 8
- Views: 5649
[Node-RED] Domoticz WatchDog
Hi guys, I started to play with Domoticz since last month and I got an issue get working Monit on my system, the start/stop script never worked properly. Tried all the possible solutions found here in the forum but no avail. Then I wrote the below flow in Node-RED as watchdog for domoticz. node_red ...