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

Status Reversed #13

Open
MexicoMatt opened this issue Jun 19, 2020 · 4 comments
Open

Status Reversed #13

MexicoMatt opened this issue Jun 19, 2020 · 4 comments

Comments

@MexicoMatt
Copy link

Great plugin! It is working fine for me, apart from HomeKit thinks the blind is OPEN when it is CLOSED and vice-versa, is there a simple fix for this, please? Cheers.

@knstntn1
Copy link
Owner

knstntn1 commented Jun 20, 2020 via email

@MexicoMatt
Copy link
Author

Hi I am using an ESP32 NodeMCU and the AM43 blinds controller. I managed to tweak your code and got it almost working, very weird, the status is wrong in HomeKit, but it works correctly. for example, you can ask Siri to Open the blind, and it will open, but in the home app it says 'closing' while it is opening, and then the status stays as closing even once it has finished. I tweaked the code by reversing some 0/100 values and then adding a "pos = 100 - pos", line.
Cheers, great add-on.

@unscel
Copy link

unscel commented Sep 9, 2020

Hi I am using an ESP32 NodeMCU and the AM43 blinds controller. I managed to tweak your code and got it almost working, very weird, the status is wrong in HomeKit, but it works correctly. for example, you can ask Siri to Open the blind, and it will open, but in the home app it says 'closing' while it is opening, and then the status stays as closing even once it has finished. I tweaked the code by reversing some 0/100 values and then adding a "pos = 100 - pos", line.
Cheers, great add-on.

Hi MexicoMatt, I exactly face the same behaviour. Can you share the modified code you succeeded.

@Tyraenor
Copy link

Tyraenor commented Jan 8, 2021

Wouldn‘t it be easier to change the wiring? Or does this not work with your device?

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

4 participants