Node-RED node collection for communication with Netgear routers using SOAP.
It is based on the module from grujiter: https://github.com/gruijter/netgear.js/ and wraps Node modules around them.
PLEASE NOTE: It can take up to 10 seconds if the result will be available. This seems a limitation of the SOAP interface, not from Node-RED.
TBD
Just create a simple flow:
- Add a get all devices node, an inject node and a debug node.
- connect them as shown in the picture:
- create a new config node and enter your admin password and the ip of your netgear router
- deploy and inject.
--> after ~10 seconds you should see an array of objects in the debug windoe.
- get all devices - fetch a list of all attached devices and return an array.
Written by Lyn Matten (C) 2020.
Published under MIT Licence