-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
fix DeviceException handling when updating xiaomi vacuum #8954
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
fix DeviceException handling when updating xiaomi vacuum #8954
Conversation
* Fix DeviceException handling when updating entity * add DeviceException error handling to generic request
I’ve just updated to Home Assistant v. 0.51.1 (python version 3.4.2, Xiaomi Vacuum Cleaner firmware version 3.3.9_003077). I also downloaded the newest version of xiaomi.py (due to this thread). Without the new xiaomi.py my vacuum cleaner didn’t appear at all in HA. With the update it appears‚ but it’s listed as unavailable. My configuration looks like this:
Output from the dev-info page (I guess not everything is relvant, but maybe …):
Not sure if relevant, but this is the output from 'mirobo' started from CLI (with both IP and token set):
|
@meetyourlaser please open a new issue with that instead of explaining it here. Looks like it never connects, isn't it? Apart from that, you have more problems with zwave devices and lifx lights. Network problems? Have you successfully connected anytime with the botvac before? (with the token and the firmware version you have now) Please open a new issue and we would try to help you there. |
Description:
Fix the error handling when updating the botvac status, changing
VacuumException
forDeviceException
.