ilcato / homebridge-Fibaro-HC2

Homebridge plugin for Fibaro Home Center 2 (and Home Center Lite ...)
Apache License 2.0
66 stars 27 forks source link

Homebridge plugin feedback issue #49

Closed erliona closed 7 years ago

erliona commented 7 years ago

I have a problem with feedback in homekit (homebridge). Concretely, when changing the brightness through fibaro (for example), homekit not recognize in real time that the change occurred. Please advise.

ilcato commented 7 years ago

It works for me. Try to give me more details.

erliona commented 7 years ago

okay, I configure device at my fibaro-homecenter-2, then install homebridge and your plugin on raspberry PI 3, and the please see video that I have record describing this issue https://www.youtube.com/watch?v=WfSVac7pUn0

ilcato commented 7 years ago

The plugin manage the automatic update of homekit with changes coming from home center through a polling mechanism. By default it check updates every 5 seconds, so try to wait at least 5 second to see if the change in home center is propagated to homekit. You can have a higher update frequency by setting the parameter "pollerperiod" in config.json to a value less than 5.

ilcato commented 7 years ago

@erliona, any feedback?