Open ghost opened 4 years ago
Same for me :(
Solution located : https://www.reddit.com/r/HOOBS/comments/etk23j/cannot_find_module_hapnodejs/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
Worked for me straight away
Thanks !
so for information here is what to be done before installing the Broadlink plugin.
Via Terminal :
sudo setcap cap_net_raw+ep /usr/local/bin/node
then
npm install hap-nodejs
Then install the Plugin...
Hello!
First of all - thanks a lot for bringing this plugin so far. It’s really great - in fact, it’s one of the greatest additions to the homebridge ecosystem I think. Thanks for that !!
I would like to ask if you are planning to make this plugin hoobs certified ? It seems hoobs is really progressing fast and adds some senseful additions in terms of security and also ease of use. I would love to see this. Do you have any of this plannned?
@iprhodes
Same problem i manage to solve it configure it like this...
, { "platform": "BroadlinkRM", "debug": "true", "plugin_name": "homebridge-broadlink-rm", "accessories": [ { "name": "Logitech z906 Speaker", "type": "switch", "data": { "on": "2600500000012990151015341510150f160f15101510150f160f15101510150f151015341510153415101510150f151015101510150f153416331634153415341534153415341510150005da0001294616000d050000000000000000", "off": "2600500000012990151015341510150f160f15101510150f160f15101510150f151015341510153415101510150f151015101510150f153416331634153415341534153415341510150005da0001294616000d050000000000000000", "hosts": { "address": "192.168.1.267", "mac": "78:0f:78:00:5e:e7" } } } ], "plugin_map": { "plugin_name": "homebridge-broadlink-rm" } }
I know this might seem like the wrong forum but I recently switched from Homebridge to HOOBS. I had had broadlink-rm working perfectly on homebridge but it seems impossible to configure it on hoobs and editing the config file directly causes everything to stop. Has anyone figured this one out?