Re: homebridge-edomoticz Plugin
Posted: Saturday 10 September 2016 13:11
Nope, not until iOs10 is released and KhaosT has sorted support for it in HAP-NodeJS & Homebridge, which won't happen til end of the year.fennec62 wrote:hi
i search a plugin to have a motion sensor on homebridge and have push alert with image
i find homebridge-filesensor but don't work
I have zoneminder so i can save a image on folder when i have a motion detection
in homekit is it posssible to send image ?
Thanks a lot
It's all been quiet lol you should have stayed on holidayTheRamon wrote: Any hot issues that need fixing?
Not exactly lol, I set it up to send a prowl msg and email me if it goes off and the back door is closed, today in the sunshine I got 240 emails !!!simon_rb wrote:deejc, is the PIR working well?
What happens when you run...RduPre wrote:Hi,
I installed a fresh version of Domoticz and installed the HomeKit integration as described in the first post.
I just get an error "Illegal instruction"
pi@raspberrypi:/$ homebridge
Illegal instruction
pi@raspberrypi:/$
I saw some post on this error, but did not found a solution![]()
Any help would be appreciated.
Code: Select all
node -v
Same error..Marci wrote:What happens when you run...RduPre wrote:Hi,
I installed a fresh version of Domoticz and installed the HomeKit integration as described in the first post.
I just get an error "Illegal instruction"
pi@raspberrypi:/$ homebridge
Illegal instruction
pi@raspberrypi:/$
I saw some post on this error, but did not found a solution![]()
Any help would be appreciated.Code: Select all
node -v
Linux raspberrypi 4.1.18+ #846 Thu Feb 25 14:11:56 GMT 2016 armv6l GNU/LinuxMarci wrote:Sounds like you haven't recompiled node for Arm6, using an Arm7 image...
What version Pi are you running on, with what version of Raspbian?
Code: Select all
sudo apt-get remove nodejs
sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm*,node*,man1/node*}
sudo rm -rf /var/db/receipts/org.nodejs.*
hash -r
wget https://nodejs.org/dist/latest-v6.x/node-v6.3.1-linux-armv6l.tar.gz
tar -xvf node-v6.3.1-linux-armv6l.tar.gz
cd node-v6.3.1-linux-armv6l
sudo cp -R * /usr/local/
I did that (with a newer version;6.5.0) but I guess something went wrong.Marci wrote:Did you perform the above steps as per first post...?Code: Select all
sudo apt-get remove nodejs sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm*,node*,man1/node*} sudo rm -rf /var/db/receipts/org.nodejs.* hash -r wget https://nodejs.org/dist/latest-v6.x/node-v6.3.1-linux-armv6l.tar.gz tar -xvf node-v6.3.1-linux-armv6l.tar.gz cd node-v6.3.1-linux-armv6l sudo cp -R * /usr/local/
Code: Select all
homebridge
/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/mdns/lib/dns_sd.js:35
throw ex;
^
Error: Module version mismatch. Expected 48, got 46.
at Error (native)
at Object.Module._extensions..node (module.js:583:18)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/mdns/lib/dns_sd.js:24:20)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
Got it working nowMarci wrote:Delete and reinstall everything you'd installed prior to fixing node... Ie: reinstall homebridge from scratch.