crashtestoz / homebridge-http-window-blinds

This is a homebridge plugin for motorised DIY window blinds.
22 stars 14 forks source link

Getting shown "is opening" in Homekit when blind is moved not homekitly #4

Closed strifel closed 4 years ago

strifel commented 4 years ago

As soon as I move the blind manually (and the endpoint updates) I get this in the Home app: image (which translates to is opening)

The endpoint returns the right format I think: image (I accidentally cut the first { of while screenshotting)

The log does not show anything wrong, too: image

It seems like it does not receive the position image

I hope you can help me. Thanks, Felix

strifel commented 4 years ago

OK. I fixed this issue by mainly setting the target position if the window is moved otherwise and checking this before sending homekit the target position. This is not really a nice way to do this, but it works.