Willi Thiel
Willi Thiel
A complete rewrite will take a lot of time and at the moment i'm a little bit busy. But i like the idea and we can give it a try....
Hi, > Error: Cannot open /dev/usb can please you run ``` sh ls -l /dev | grep -E 'usb|ttyACM*|ttyS0' ``` and post the output here?
Maybe it works if you change line 80 in `plugins/gpio/index.js` (https://github.com/ni-c/heimcontrol.js/blob/master/plugins/gpio/index.js#L80) from ``` js gpio.setDirection(parseInt(item.pin), "input", function(err) { ``` to ``` js gpio.open(parseInt(item.pin), "input", function(err) { ``` I have no...
Great work! Thank you! Can you add the activelow.js to https://github.com/ni-c/duino and create a pull request? The duino-node_module for heimcontrol.js is installed from that repository.
Hi, Sounds like a problem with the ds18x20 plugin: https://github.com/ni-c/heimcontrol.js/pull/120 Can you try to delete the `plugins/ds18x20/` directory? EDIT: > Cannot find module './build/Release/shell' Seems to be a problem with...