Currently I’m investigate iobroker, a fascinating “Internet of Things” software.
How to extend the ioBroker “Node-Red” Adapter with additional nodes like Arduino?
- Go to the iobroker installation directory like “/opt/iobroker9/node_modules/iobroker.js-controller”
- Type “./iobroker stop”
- Go to “/opt/iobroker9/node_modules/iobroker.node-red/node_modules/node-red”
- i.e. install Arduino with “npm install arduino-firmata”
- Back in the ioBroker directory type “./iobroker start”
Node-Red nodes can be found at https://www.npmjs.com/search?q=node-red
