michbeck100 / pimatic-hap

Pimatic homekit bridge
GNU General Public License v2.0
30 stars 10 forks source link

Status indication of dimming devices in iphone home app #47

Closed rspaargaren closed 7 years ago

rspaargaren commented 7 years ago

Thanks for the support so far, the dimming devices are now working well within the home app. :-) Now the next observation. The dimming devices are shown as ON with the latest dimming % even though they are switched off via pimatic. I think this has to do with the two ways of switching the lamps OFF.

I will test some more upon this for debug input...

michbeck100 commented 7 years ago

The states (on/off for switches and dim level for dimmers) should always be in sync between pimatic and the home app. It doesn't matter how it's changed, if via rule or ui or anything else.

rspaargaren commented 7 years ago

The switches are indeed always in sync... issue closed. In the early Days I have programmed both a switch and a dimmer for the same device.... turning on with dimmer and turning off with the switch. Don't ask me why...:-)