-
Notifications
You must be signed in to change notification settings - Fork 184
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
Curtains status not working #158
Comments
I have exactly the same issue. While the blinds are 100% open, either Home app and Homebridge UI shows the blinds in a "Closing" state. I've seen no errors in the log file. Any clue how to resolve that issue ? |
I am running into something similar. For example, if I shut my blinds from Apple Home, I can see that the device in Apple Home shows that it is closed. In Tuya, I can see that the device is closed. That's great. But, if I manually open up my blinds by pressing the device button, I can see the logging MQTT messages from the tuya-homebridge plugin. However, the plugin will not notify Homebridge and Apple Home that the blinds are opened to 30%. MQTT Messages I receive when the blinds are set to 89%
The only part that stands out to me differently is the Here, my blinds are closed 100% by manually pressing the blinds button on the device. Homebridge sees the current position as 0% but "Closing". Apple Home sees the blinds as "Closed". MQTT Messages I receive when the blinds are set to 100% closed
|
I think this commit 68684e3 removed one of the required characteristics according to Homebridge: Position State. https://developers.homebridge.io/#/service/WindowCovering I think because this was removed, it will no longer tell you if your Blinds are actually "done" moving so they will forever stay in the "Opening" or "Closing" state. But this is just a theory of mine. |
Stale issue. we will close the issue soon. If this issue has not been resolved, please update the issue and contact us in time. |
can you fix it? |
Thank you for pointing the commit. Nasty little fix for whoever is interested (#363). |
Describe the bug
The plugin v1.5.0 has been added to homebridge successfully and authorization also works fine. But I’ve added a curtain to my account and been trying to control it from Home App, it keeps showing opening/closing even if the action has been done successfully (see screenshots). It also sometimes shows the status as open while it is closed and the other way around.
Expected behavior
1- The status of the curtain should show properly as per the device status (open/closed)
2- When a command is executed, the device should report prober status to homebridge and that will be reported to Home App
Screenshots
Device info
can be provided if needed.
The text was updated successfully, but these errors were encountered: