Hello all,
Before updating to pimatic v0.9 i checked the list of compatible plugins. The only plugin that is not green that i am using is the gpio plugin. It is marked yellow. Does this mean it is not working at all or some minor bugs?
[solved]Pimatic-gpio
Hello all,
Before updating to pimatic v0.9 i checked the list of compatible plugins. The only plugin that is not green that i am using is the gpio plugin. It is marked yellow. Does this mean it is not working at all or some minor bugs?
@derksuh It works. The only point missing are the destroy() methods for the device classes. This may cause some issues when using the device editor. Make sure to restart pimatic once you have setup the devices. Should be fixed with the next release of pimatic-gpio
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
I upgraded to pimatic version 0.9. Now i cannot use my devices that are connected to the gpio’s
i get this error
error [pimatic]: Could not locate the bindings file. Tried:
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/build/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/build/Debug/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/build/Release/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/out/Debug/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/Debug/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/out/Release/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/Release/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/build/default/epoll.node
→ /home/pi/pimatic-app/node_modules/pimatic-gpio/node_modules/onoff/node_modules/epoll/compiled/4.4.5/linux/arm/epoll.node````
@derksuh said in Pimatic-gpio:
Could not locate the bindings file
Strange. Works for me.
Can you please check the following and post the output? thanks
uname -a;gcc -v;node -v;npm -v
May be a the following helps (executed in the pimatic-gpio directory:
sudo npm rebuild --unsafe-perm
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law