Posts Tagged ioBroker
ioBroker Settings and “How to” Examples
Posted by rtcpractise in Uncategorized on 14/02/2015
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 […]