Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andig/node-red-contrib-watchdog
A watchdog node for node-red
https://github.com/andig/node-red-contrib-watchdog
iot node-red smarthome watchdog
Last synced: 4 days ago
JSON representation
A watchdog node for node-red
- Host: GitHub
- URL: https://github.com/andig/node-red-contrib-watchdog
- Owner: andig
- License: other
- Created: 2018-01-15T18:05:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T22:00:43.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T14:11:12.366Z (28 days ago)
- Topics: iot, node-red, smarthome, watchdog
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Watchdog
A simple watchdog node based on `nodered-contrib-timeout` by Peter Scargill ([email protected]). My reason for forking Pete's node was bugs that remained unresolved and made his noe unusable for me.
## Functionality
After setting the topic and both safe and unsafe messages, for, for example MQTT (or simply puttting 1 and 0 into the two messages) the node is triggered by any input and will send the SAFE message out. If continually triggered nothing more will happen but if allowed to timeout, the UNSAFE message will be sent. Hence this can be used as a watchdog.