node-RED node to list all devices currently connected to a Fritz!Box
npm install node-red-contrib-fritzbox-presenceA node for node-RED to list active devices connected to a Fritz!Box.
* a Fritz!Box running Fritz!OS >= 5.50
Just install this module in your node-RED configuration folder
``bash`
cd ~/.node-red
npm install node-red-contrib-fritzbox-presence
Or globally:
`bash`
npm install -g node-red-contrib-fritzbox-presence
There is an example flow in examples/simple-flow.json` that prints a list of
active devices to the debug console. To run it in node-RED, copy the file's
content and import it via Menu > Import > Clipboard. Make sure to configure
the Fritz node to match your custom credentials.