simon_rb wrote:Genius! My dimmers are working with Siri and the sliders in iOS 10 Home app!!! Whoop Whoop!
Thanks!
dfranco wrote:Hi all after installing my homebridge I’m getting the follow error:
/home/pi/domoticz/homebridge/node_modules/homebridge-edomoticz/index.js:1107
motionService.getCharacteristic(new Characteristic.StatusLowBattery()).on('get', this.getLowBatteryStatus.bind(this));
^
Any idea?
It looks like you're using a very very old version. Try to update the plugin.
sudo npm install -g homebridge-edomoticz
NewFolk wrote:Is Npm version the same to Git master branch?
Nope, the git master is a few commits ahead.
bdormael wrote:
When I do npm update , nothing happens, I suppose it's on another branch?
I'm on the master branch
Try to get the version through git. Remove your homebridge-edomoticz folder in
/usr/lib/node_modules/homebridge/node_modules/ or
/usr/local/lib/node_modules/homebridge/node_modules/.
Then, in that node_modules folder type:
sudo git clone https://github.com/PatchworkBoy/homebri ... moticz.git
thom wrote:It works ! thank you for your patience.
Thank you!
hpapagaj wrote:...not working.
Looks like you took the correct steps.. What app are you using? The plugin is not updating any "on" or "off" states anymore if the device was already "on" or "off".
bdormael wrote:
still same issue I'm afraid.
Changing the state of SecPanel via LUA.
Then check on my phone in "Home" on 4G connection, still shows old state;
Go out of "Home" and go back in again, then the new state is reflected.
Your LUA script might not update through MQTT. Could you post a domoticz log of when you change the state to "away" or something through lua?
I'm curious because whenever the sec panel updates, a MQTT message is sent. The homekit (plugin/app) picks this up and changes state accordingly.