pimatic / pimatic-homeduino

Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch
https://pimatic.org/
GNU General Public License v2.0
37 stars 29 forks source link

Error: Cannot find module 'rfcontroljs' #19

Closed Nears closed 9 years ago

Nears commented 9 years ago

After adding the homeduino plugin to my pimatic config i get the error above. Does homeduino requires this plugin? Why isn't it linked via the packages.json?

How can i solve the problem? Thanks for help.

Update: Having a sleepless night I tried to install it manually and it works fine for now. But why is a manual installation needed?

sweetpi commented 9 years ago

Update: Having a sleepless night I tried to install it manually and it works fine for now. But why is a manual installation needed?

It shouldn't. rfcontroljs is a dependency of homeduinojs which is a dependency of pimatic-homeduino. Do you have the log file from the failing installation?

Nears commented 9 years ago

Is it saved somewhere?? If not i don't have one. Sorry for that.

sweetpi commented 9 years ago

If you run pimatic with the start option, it should have been written into a logfile pimatic-daemon.log.

Nears commented 9 years ago

Ok i had a look in the log file but it just says

 ...
[pimatic] info: loading plugin: "pimatic-homeduino" (0.8.33)
[pimatic] error: Cannot find module 'rfcontroljs'
...
sweetpi commented 9 years ago

ok