Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.