Erik Baauw

Results 263 comments of Erik Baauw

Maybe a `LANGUAGE` setting for the main bridge that isn't exported in the environment and therefor not passed on to the child bridges?

> deprecate the GET event interface, and force all plugins to use updateValue Please don’t - this will break Eve history. Also in homebridge-zp, I actually use this deliberately for...

Using promises instead of callbacks won’t change the issue. The HomeKit runtime does a synchronous GET to the HAP server, blocking the HomeKit application until the HAP server has sent...

> I think we should deprecate the 'get' event with the next major upgrade. Please don’t, as this will break the fakegato history. The issue isn’t the `get` event, the...

Did you guys check this change for _Programmable Switch Event_ and other `eventOnly` characteristics, if there are any? I fear this might cause a ghost button action. I now get...

Yes. Based on the config.json settings, a button might support _Double Press_ and/or _Long Press_ in addition to _Single Press_. E.g. the `doublePressTimeout` and `longPressTimeout` settings in Homebridge RPi, or...

Should work in v0.1.0, but I cannot test it, as I don't have this device.

Yesterday, I received an update of the Sonos app, including an upgrade of the zone player firmware. It took the app several attempts to upgrade all players. This caused all...

I'm not sure what you're trying to accomplish with that. The accessories as exposed by Homebridge deCONZ would probably still get new `aid`s, causing Homebridge to see them as new...