-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
Error while setting up xiaomi_miio platform for vacuum #58550
Comments
Hey there @rytilahti, @syssi, @starkillerOG, @bieniu, mind taking a look at this issue as it has been labeled with an integration ( xiaomi_miio documentation |
Also this:
|
acked, looking. |
ah, i think its because of this https://github.com/OGKevin/core/blob/e34aed743cf1a1448166a990bfdeefd654f0a452/homeassistant/components/xiaomi_miio/const.py#L198 that is used here https://github.com/OGKevin/core/blob/276345e20a8c6a68d8be2062f2a7d6b19b2ea021/homeassistant/components/xiaomi_miio/__init__.py#L282 to determine if the coordinator should be created or not. S5 max is not in this list. So the coordinator is never created. Now i wonder how @frenck got his S5 max working: #57474 (comment) I'll make a PR adding S5 max to the list and see if my suspicion is indeed correct. However, S5 max is creating a few sensors that are unsupported. That will be fixed once #57474 (comment) is resolved. |
I am also seeing this on the S4. I spun up the beta last night on a test machine and noticed it. Because it was reported already I didn’t think much to check the logs. After reading this today, I may need to add my error message. |
Unsupported device found! Please create an issue at https://github.com/syssi/xiaomi_airpurifier/issues and provide the following data: roborock.vacuum.s4. Seems to be similar to the S5 issue though ;-) |
* Add ROCKROBO_S5_MAX to xiaomi_miio vacuum models. #58550 Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * disable pylint for todo Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Minor refactor Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
@Wibias can you try again and report back plz. |
@pdobrien3 just to confirm for my PR, the roborock.vacuum.s4 does not have a mop right? |
Can someone with the power to reopen this issue do it plz for the s4 🙏🏾 and until there is confirmation that its fixed. Did not expect the PR to get merged before confirmation :D. |
I can try as soon as the new beta or a new dev is out! |
Correct. No mop on the S4 |
* Add ROCKROBO_S5_MAX to xiaomi_miio vacuum models. #58550 Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * disable pylint for todo Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Minor refactor Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
for referecne: home-assistant/core#58550 (comment) Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
Confirmed fixed for my S5 MAX as well, indeed also getting the |
I am getting this error for my Xiaowa E2 vacuum. Should I open a new issue? Unsupported device found! Please create an issue at https://github.com/syssi/xiaomi_airpurifier/issues and provide the following data: roborock.vacuum.e2 |
Nah, I'll add that model to the list tomo/later tonight 👍🏾 |
Hey @OGKevin Roborock S6 Pure is another vacuum which was working prior to the update but now reports the “unsupported model” I’ve tested adding a const for it which appears to work if we can get it added properly. It’s roborock.vacuum.a08 |
home-assistant/core#58550 (comment) Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
We can have a look at that after the release. Feel free to create a new issue for that. |
* Add S4 to the list of supported models. for referecne: home-assistant/core#58550 (comment) Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Add s4 max to supported vacuum models home-assistant/core#57474 (comment) Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Add Roborock S6 Pure to support vacuum models. home-assistant/core#58550 (comment) Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
The problem
So after updating to the latest beta 2021.11.0b0 my s5 max isnt getting setup anymore.
What version of Home Assistant Core has the issue?
2021.11.0b0
What was the last working version of Home Assistant Core?
2021.10.6
What type of installation are you running?
Home Assistant Container
Integration causing the issue
vacuum
Link to integration documentation on our website
https://www.home-assistant.io/integrations/xiaomi_miio/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: