Roborock vacuum robot management from Xiaomi that are already used in home automation.
I can no longer vote, but as a Roborock S6 owner, I am very interested in compatibility with Gladys ![]()
@reno can you edit this topic to be more specific? For example, « Xiaomi Roborock vacuum support »
As HTTP requests are now possible since the latest version 4.0.3. Is it possible to control your robot vacuum with this technique? via IFTTT.
It should be possible since I interact with mine under Valetudo RE with TelegramâŠ
But technically I donât know how ^^
Well, not necessarily IFTTT, is there a REST API? Any documentation? (PS: I havenât found anything)
Itâs exclusively MQTT as far as I know
Hello everyone,
I know Iâm bringing this topic up again, but I also own a Roborock vacuum.
Iâll see what I can do regarding the integration.
Iâm running some tests inspired by this Python code:
and code for Homebridge:
For now I can « find » my vacuum but not yet send any commands
All of this interests me a lot, owning an S6 and an S8 Pro Ultra!!
I know itâs already possible to do some tinkering with Valetudo, but I never dared to get started because, when I looked at the project, it would make you lose quite a few handy features.
FYI, I made a tutorial for an S5 showing how to switch it to Valetudo.
Quick question: once weâve installed Valetudo, can we still use the official app? That seems unlikely ^^ Iâm asking just in case
No, you canât use it anymore.
But you donât really miss it, Valetudo does everything the same, just a tad less pretty
I admit I care quite a lot about the aesthetics of what I use (probably too much!)
If itâs possible to go back, Iâll probably test it on my S6 ![]()
Actually, I donât use the provided interface because I go through Gladys ![]()
However, the installation seems very complicated except for 2 or 3 models like the S51.
Ok, thanks for the info, Iâll go poke around a bit to see if it suits me ![]()
Hi everyone ![]()
Regarding this integration, it seems that Roborock is gradually rolling out Matter compatibility for its robot vacuums:
In my view, Matter is clearly the way to go in Gladys for this type of device.
If your model is too old to receive the update to Matter, a good alternative would be to develop a small plugin for Matterbridge.
This would add Matter compatibility to your robot vacuum, and on top of that contribute to the Matterbridge ecosystem by sharing this plugin with the community!
Now thatâs good news! ![]()
Hi,
very interesting, especially since Iâm planning to get a robot soon.
I still have a general question about Matter because I havenât fully grasped it yet ^^
If I have a Matter-compatible device, does that mean I can easily integrate it into Gladys? Without going through matterbridge which, as far as I understand, « transforms » non-Matter devices into Matter devices?
Do you need some kind of Matter dongle for the robot to be connected to Gladys or is it enough that itâs on the same WiâFi network?
Thanks
Hi @Nagromdark,
Indeed, right now weâre at a turning point for connected vacuum cleaners â theyâre all becoming Matter-compatible so donât make a mistake when buying ![]()
Exactly, the device will be able to communicate directly with Gladys simply by being on the same Wi-Fi network.
I confirm: Matterbridge only concerns non-Matter devices.
There is no Matter dongle ![]()
Matter is an application-layer protocol, not a radio technology: it can run over different communication media, such as WiâFi, Ethernet, or the Thread protocol.
In the case of Matter-compatible robot vacuums, they generally use WiâFi. If they are properly integrated into the Matter protocol, Gladys will be able to detect and control them directly via the local network, without additional hardware.
Thanks a lot for your answers. I just reread your Matter doc and indeed we mustnât confuse Thread and Matter.
Iâm wondering â wonât that still mean a lot of devices on WiâFi in the future? Shouldnât we prioritize Thread over WiâFi?
It all depends on the device ![]()
For a robot vacuum, thatâs not a problem, because generally you only have one, so a Wi-Fi connection remains acceptable.
However, youâre absolutely right about large numbers of devices like smart plugs, switches, or bulbs. In those cases, I strongly discourage using Wi-Fi, which isnât designed to handle so many devices simultaneously.
Itâs better to go for protocols designed for the smart home, like Zigbee or Thread, which are more reliable, more energy-efficient, and above all much better suited to a dense installation!