You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So long I am trying to get my Xiaomi Mi Vaccum robot to work with mirobo on my Raspberry Pi 2 (Debian Jessie, Ethernet connection + USB Wi-Fi).
Initially, I connected my Xiaomy Mi Vacuum and three Air Purifiers to home Wi-Fi so I could control it via iPad Mi app. I can use mirobo then to discover all their tokens from command line:
-> # mirobo discover
INFO:mirobo.vacuum:Sending discovery to <broadcast> with timeout of 5s..
INFO:mirobo.vacuum: IP 192.168.0.22: 833 - token: b'7eda8d580fa5c33dbb6168326f75efbd'
INFO:mirobo.vacuum: IP 192.168.0.23: 830 - token: b'4e65fb7827d51cd2208f0acdf9af7b08'
INFO:mirobo.vacuum: IP 192.168.0.24: 833 - token: b'79f795f4d8db427a1946f93e6c610fcb'
INFO:mirobo.vacuum: IP 192.168.0.25: 847 - token: b'ffffffffffffffffffffffffffffffff'
INFO:mirobo.vacuum:Discovery done
So, I reset Mi Vacuum and get RPi connected to Vacuum Wi-Fi by wlan0 USB adapter. Only then I could define Vacuum token and have it controlled via command line:
-> # mirobo discover
INFO:mirobo.vacuum:Sending discovery to <broadcast> with timeout of 5s..
INFO:mirobo.vacuum: IP 192.168.4.1: 847 - token: b'7a3779494c6d5679a475496f42646344'
INFO:mirobo.vacuum:Discovery done
But then, Vacuum looses connection to home Wi-Fi. And I can't control one from iPad at the same time.
...........
So I have two questions:
Why Xiaomi Mi Vacuum can't be discovered in local network as well as Air Purifiers?
Is it possible to control Xiaomi Mi Vacuum from Rpi command line and from iPad Mi app at the same time?
The text was updated successfully, but these errors were encountered:
alexdom
changed the title
Xiaomi vaccum robot - token: b'ffffffffffffffffffffffffffffffff'
Xiaomi vaccum robot control from Raspberry pi + iPad Mi app at the same time - token: b'ffffffffffffffffffffffffffffffff'
Jun 18, 2017
alexdom
changed the title
Xiaomi vaccum robot control from Raspberry pi + iPad Mi app at the same time - token: b'ffffffffffffffffffffffffffffffff'
Xiaomi vaccum control from Raspberry pi + iPad Mi app at the same time - token: b'ffffffffffffffffffffffffffffffff'
Jun 18, 2017
Did you try to connect it again with the iPad after fetching the token? That's the way it should work; the token will be only available before the device has been configured with a device, however, I have just tested this on Android.
INFO:mirobo.vacuum:Sending discovery to <broadcast> with timeout of 5s..
INFO:mirobo.vacuum: IP 192.168.4.1: 847 - token: b'4c66774d6b544d513548743854597653'
INFO:mirobo.vacuum:Discovery done
Then I connected my Xiaomy Mi Vacuum to home Wi-Fi via iPad Mi app and tried it again but with local home IP and a token obtained above. It worked:
First of all, thanks for a great software!
So long I am trying to get my Xiaomi Mi Vaccum robot to work with mirobo on my Raspberry Pi 2 (Debian Jessie, Ethernet connection + USB Wi-Fi).
Initially, I connected my Xiaomy Mi Vacuum and three Air Purifiers to home Wi-Fi so I could control it via iPad Mi app. I can use mirobo then to discover all their tokens from command line:
-> # mirobo discover
So, I reset Mi Vacuum and get RPi connected to Vacuum Wi-Fi by wlan0 USB adapter. Only then I could define Vacuum token and have it controlled via command line:
-> # mirobo discover
> # export MIROBO_IP=192.168.4.1
> # export MIROBO_TOKEN=7a3779494c6d56793475496f42646344
> # mirobo
But then, Vacuum looses connection to home Wi-Fi. And I can't control one from iPad at the same time.
...........
So I have two questions:
Why Xiaomi Mi Vacuum can't be discovered in local network as well as Air Purifiers?
Is it possible to control Xiaomi Mi Vacuum from Rpi command line and from iPad Mi app at the same time?
The text was updated successfully, but these errors were encountered: