-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
Support for Xiaomi Vacuum-mop pro (STYTJ02YM viomi.vacuum.v8) #1161
Comments
So that's why my european mop pro not working :/ Do you have any workaround to use an european model via python? (I'm not using home assistant). |
I cannot help you too much, I'm just a humble ducttape-wrapper for keeping original code working in Home Assistant. The code is here: https://github.com/KrzysztofHajdamowicz/home-assistant-vacuum-styj02ym, maybe you will figure out how to use pure Python :) |
Have you looked into the shipped viomivacuum implementation to see what types of changes are needed? I'm happy to help with code reviews etc. to get the necessary changes to this library :-) |
@rytilahti @KrzysztofHajdamowicz Any news about implementing this ? |
It would be great if the STYJ02YM would get native support by python-miio. 🤞🏼 |
I believe this will wait untill #1114 is done |
What non programing owners of this vacuum can do to help integrate it? |
Looks like china version (styj02ym) is on supported devices list, but euro version (sty T j02ym) is missing.
I'm currently hosting maintained version of @nqkdev code:
https://github.com/KrzysztofHajdamowicz/home-assistant-vacuum-styj02ym and I want to merge this into upstream, so no more forks and installing 3rd-party addons.
Device information:
Use
miiocli device --ip <ip address> --token <token>
.Additional context
Probably it's very similar to China version (styj02ym), but exposes less attributes, like no consumables life remaining.
The text was updated successfully, but these errors were encountered: