-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Command "map" and "raw_command" - what do they do? #19
Comments
raw_command does as explained in the README and/or in --help, namely allows one to give direct commands to the device without implementing them first. That can be used to test out implementations for other types of devices / new commands without directly implementing them. The map gives the token which is used by the mobile app to fetch the map from the remote server, it is of no use currrently. When it says retry, it just means that your robot cannot fetch the token (meaning that it is probably not connected to the internet). As this is not a bug, I'm closing it. If there's something to be fixed in the documentation related to these features (and others), PRs are very welcome. |
Sorry for jumping into this issue. If I get the map token via |
Not a problem. One gets some sort of token by calling this, that's why I left it in place if/when someone figures out how it can used. Personally I haven't looked at all into the communications between the robot and the servers of xiaomi, besides that it's using an encrypted connection. |
I understand. I hoped it would be easy, so I can inline the map into openHAB :) Thank you very much. |
@otbe for Openhab you may be interested in pulling this: https://marketplace.eclipse.org/content/openhab-xiaomi-vacuum-binding |
What do these command do? I hoped this return a JPEG of cleaning map, like iPad Mi app does, but it s not:
-> # mirobo map
Any detailed information about how to use this command:
-> # mirobo raw_command
The text was updated successfully, but these errors were encountered: