rytilahti / python-miio

Python library & console tool for controlling Xiaomi smart appliances
https://python-miio.readthedocs.io
GNU General Public License v3.0
3.52k stars 542 forks source link

Roborock App Support #1908

Closed derMeister21 closed 3 months ago

derMeister21 commented 4 months ago

As far as i know its currently only possible to build up the communication to the vacuum robot via xiaomi token. So the vacuum robot has to be connected to the xiaomi app. Since the roborock app has more features than the xiaomi app i wanted to know if its possible to build up a connection to the vacuum robot via roborock token, because its only possible to connect the vacuum robot either with xiaomi app or roborock app.

SLaks commented 3 months ago

The Roborock app uses a different API, and has its own Python libraries and Home Assistant integration

https://python-roborock.readthedocs.io/

rytilahti commented 3 months ago

Yeah. Using both protocols might be possible on a rooted device by extracting the token directly from the filesystem, but it's outside the scope of this project.