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

Weird bug when changing direction of the blind #21

Open
ToracX opened this issue Dec 15, 2022 · 0 comments
Open

Weird bug when changing direction of the blind #21

ToracX opened this issue Dec 15, 2022 · 0 comments

Comments

@ToracX
Copy link

ToracX commented Dec 15, 2022

I think I kind of found why it gets bugged. Homekit compares the current position of your blind with the target position. When these values dont equal each other it says either opening or closing depending on the values.

When the blind is at 0%, you set it to 100% but before it reaches the 100% you set is at 50% is stops. So anytime you give the blind a command before it finishes the first command it gets out of sync. Then it for some reason messes up the current and target positions. And thus gets out of sync and says either closing or opening.

A possible solution I found is to first send a stop command, and right after that, a set position command.

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

1 participant