Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting current state of window covers on Homebridge startup #664

Open
Calimerorulez opened this issue Dec 26, 2023 · 1 comment
Open

Getting current state of window covers on Homebridge startup #664

Calimerorulez opened this issue Dec 26, 2023 · 1 comment

Comments

@Calimerorulez
Copy link

Hi,

How can I get to display the current percentage of opened/closed of my window covers when Homebridge starts?
Now, the covers are shown as closed in the Home App when HB starts, and do not show the current status.

@steffensammet
Copy link

Hello,

I have the same issue; when HB opens, it says "closing..." all time. After I moved the window covers within Homekit a bit, the correct status appears.

This is the part of my configuration; As in case of Bosch, the range is between 0 (=closed) and 1 (fully open)

{ "type": "windowCovering", "name": "Rollladen Kinderzimmer Konstantin", "url": "192.168.178.3", "logMqtt": true, "topics": { "getPositionState": "iobroker/bsh/Rollladen Kinderzimmer Konstantin Status", "getCurrentPosition": { "topic": "iobroker/bsh/Rollladen Kinderzimmer Konstantin", "apply": "return ( Math.round( message * 100 ));" }, "setTargetPosition": { "topic": "iobroker/bsh/Rollladen Kinderzimmer Konstantin", "apply": "return ( message * 0.01 );" } }, "minPosition": 0, "maxPosition": 100, "manufacturer": "Bosch", "accessory": "mqttthing", "positionStateValues": [ "MOVING", "MOVING", "STOPPED" ] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants