Open Gvolten opened 1 year ago
Hey there @rytilahti, @syssi, @starkillerog, mind taking a look at this issue as it has been labeled with an integration (xiaomi_miio
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
xiaomi_miio documentation xiaomi_miio source (message by IssueLinks)
The issue is still present in core-2023.6.3 For some reason, the upper bound on the input is also just 480 seconds (just 8 minutes), which definitely is not enough.
I think that the original PR was supposed to make it in minutes (based on this issue https://github.com/home-assistant/core/issues/91824), but my model (zhimi.fan.za5
) accepts the input in seconds.
It's due to #94428. We fixed the unit conversion for other models here which did break the behaviour of your device. The root cause should be fixed here: https://github.com/rytilahti/python-miio/issues/1786
I just got a new zhimi.fan.za5 and the issue occurs again. I'm on home assistant core 2023.8.2. Thanks in advance!
I have the same issue. If you set the delay in the Mii app to one hour it show up correctly as 3600 in the Home Assistant UI. But you cannot set the value to anything higher than 480. Which is indeed 8 minutes.
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. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still an issue
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. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still an issue
The same problem with zhimi.fan.za4 model.
Same problem on zhimi.fan.za4
Also on zhimi.fan.za5
The problem
Probably due to this (#94428) Pull Request, the
Delay Off Countdown
entity has seconds as its input instead of minutes, but themin
unit is still displayed in the UI. (At least in the Czech version. I'm not sure about the others.)What version of Home Assistant Core has the issue?
core-2023.6.2
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
Xiaomi Miio
Link to integration documentation on our website
https://www.home-assistant.io/integrations/xiaomi_miio
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response