Extract sensor values in Node-red
-
Sorry I don't have more documentation at hand, than what is in the mysensors npm module already. But basically I use the switch node to route messages, on subtype, then on nodeId, and last on childId.
I'm currently remodeling my node-red setup.. Moving everything to MQTT for internal message distribution between all parts (both within node-red and to external systems).
-
I have put my nodered flows on github as a project, where you can clone from, find it at https://github.com/tbowmo/nodered-mysensors-flow
Please note that this is taylored specifically to my usage, but could be used as an inspiration..
(In nodered 0.18.x they have added possibility to have multiple projects, including git and github integration)
-
I have put my nodered flows on github as a project, where you can clone from, find it at https://github.com/tbowmo/nodered-mysensors-flow
Please note that this is taylored specifically to my usage, but could be used as an inspiration..
(In nodered 0.18.x they have added possibility to have multiple projects, including git and github integration)