-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Roborock App Integration #100
Comments
I have a roborock s6 and use it via the xiaomi app, is there a need or benifit to using roborock (isnt it just a rebadged xiaomi app).
|
@jamescaudle it's not possible to do it in this integration, as Roborock uses a completely different API (Tuya, as far as I know) |
This might change! https://github.com/humbertogontijo/homeassistant-roborock I fiddled around with the js gist and was able to load the map. Promising results! @PiotrMachowski What is your opinion ? Is it worth giving this Method a try ? |
@Xyaren if you were able to retrieve gz file from Roborock cloud then it should be possible to incorporate this into Map Extractor, but it would require some additional changes to be made. Let's reopen this request |
It might be required to consider this a new platform, as this seems to be quite a different approach. |
I have to take a look at the code and consider all pros/cons. The only difference will be in retrieving raw map file from the cloud - the rest (raw map parsing and drawing) should be the same. I have a similar dilemma with Valetudo ;) |
Oh right, I got confused with lovelace-xiaomi-vacuum-map-card. |
@humbertogontijo just added a fix to the integration for map payloads fetching. service: vacuum.send_command
data:
command: get_map_v1
target:
entity_id: vacuum.fussel Which results in the following log statements:
(Log is cut short for sanity...) I'm not very familiar with Homeassistant, but maybe there is a way of using the homeassistant-roborock entity for fetching the map data. |
this would be really awesome as I switched to the roborock app myself for a new robot model and sadly realized that the HACS integration doesnt work with the roborock API and you can't connect the vacuum to both systems :( +1 |
Have the same problem with my Roborock S7. Switched to Roborock app and the map extraction doesn't work anymore. +1 |
Many thanks for making this integration.
I am wondering if it is possible to pull the maps from the Roborock server rather than the Xiaomi server. Recently the HASS-Roborock integration has allowed Hass users to utilise the Roborock app and the Home Assistant Vacuum-Card simultaneously. However, I note since switching to the Roborock app I am unable to access the map feature.
Is this a feature that can be added?
The text was updated successfully, but these errors were encountered: