-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
ewand cover not reporting open/close state correctly through ZHA #93836
Comments
Hey there @dmulcahey, @Adminiuga, @puddly, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zha documentation |
Same issue with Ikea Fyrtur... state never goes do open or close until cover.stop service is called. |
@puddly I'm seeing the same thing for IKEA Tredansen, weirdly enough it seems like it worked before the firmware update that also made the quirk obsolete: zigpy/zha-device-handlers#2418
I bought it yesterday, so I'm not entirely sure, but I think it worked properly then on the older firmware. During the night, it updated, and I noticed because the battery % was incorrect and found the bug report above and saw that the only thing (?) the quirk did was double the reported battery. But, now when moving it with |
I have the same issue with: FYRTUR block-out roller blind |
This issue still remains. Note - there was previously a similar issue in Z2M that was resolved here: zigbee2mqtt/hassio-zigbee2mqtt#359 |
Same issue. To narrow it down a bit, if you set the position to either 0% or 100%, the state updates correctly. Anything in between (e.g. 90% open), the state will stay in "Opening" until you put it at either 0% or 100%. A few more details in this community thread: https://community.home-assistant.io/t/opening-closing-state-of-ikea-fyrtur-blind-with-zha-does-not-get-updated/513653 |
More info here as well. There’s just no code for handling it currently, I guess in part that there’s no “desired state” being persisted so that it can be compared against. The only updates the blinds provide is the current position, it’s up to ZHA to decide the state, and it currently has nothing to compare to. |
Well when the switch for this is set to On, it should reflect as Cover Open state. When the switch is Off it should reflect as Cover Closed state. |
I don’t know anything about this cover, I use IKEA, but I’d assume it works the same. It sets open/closed when the cover reports the position to either 0 or 100. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
I've moved to ZHA from Z2M, and a similar issue was on Z2M but has been resolved as per this thread:
zigbee2mqtt/hassio-zigbee2mqtt#359
Currently the ON/OFF switch is working to open and close these, but the "Cover" state is not updated, and if the Cover open or close controls are used it just states "Opening" or "Closing" and never changes to "Open" or "Closed"
What version of Home Assistant Core has the issue?
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
ZHA
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha
Diagnostics information
config_entry-zha-7b7d9b63988404ad9641a5bae915657a.json.txt
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: