bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Can homekit display up to date status? #63

Closed bojomojo closed 3 years ago

bojomojo commented 3 years ago

Can homeKit display correct up to date status (opened/closed/percentage) even if the keys were directly used on the Gurtwickler to open/close)?

And in case of manual control (directly from the belt)

bombadiltom commented 3 years ago

The accessory has to poll the status which is not implemented for blinds by now. I can add it.

bojomojo commented 3 years ago

That would be awesome. Because otherwise things get messy if someone uses the buttons to open/close partially, and then you ask Siri to open to 50% for example. I assume it wont work in that case unless homekit already knows where the blinds are.

When can we expect such a feature?

bombadiltom commented 3 years ago

50% would work as every position is an absolute value between 0 and 100, there is no relative movement. as a workaround just ask Siri twice ;-) Don't know when I will find the time for it, just watch this issue...

bojomojo commented 3 years ago

Do we know the API to poll the status already? I looned around broefly but only found the up/down/goto apis

Sent from my iPhone

On 6. Nov 2020, at 08:36, Tom Lorenz notifications@github.com wrote:



50% would work as every position is an absolute value between 0 and 100, there is no relative movement. as a workaround just ask Siri twice ;-) Don't know when I will find the time for it, just watch this issue...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bombadiltom/homebridge-rademacher-homepilot/issues/63#issuecomment-722927833, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AO3FOZT3VCUDRXGI4YGDSMDSOORQXANCNFSM4TMCZF7A.

bombadiltom commented 3 years ago

fixed in 0.5.0

bojomojo commented 3 years ago

Confirmed working! Thanks