Skip to content
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

Errors not shown for S6 #595

Closed
andrasg opened this issue Dec 11, 2019 · 4 comments
Closed

Errors not shown for S6 #595

andrasg opened this issue Dec 11, 2019 · 4 comments
Labels

Comments

@andrasg
Copy link

andrasg commented Dec 11, 2019

My device keeps saying error 10 (clean filter) but the output doesn't show any errors:

pi@raspberrypi:~ $ mirobo raw-command get_status
Sending cmd get_status with params []
[{'msg_ver': 2, 'msg_seq': 4168, 'state': 5, 'battery': 92, 'clean_time': 1185, 'clean_area': 24657500, 'error_code': 0, 'map_present': 1, 'in_cleaning': 1, 'in_returning': 0, 'in_fresh_state': 0, 'lab_status': 1, 'water_box_status': 0, 'fan_power': 102, 'dnd_enabled': 0, 'map_status': 3, 'lock_status': 0}]

Note 'error_code: 0' in the output. I keep getting push notifications in the app about the error.

@rytilahti
Copy link
Owner

rytilahti commented Dec 17, 2019

Maybe the vacuum is sending that information as an event instead of adjusting the state code, making it unfortunately impossible for us to detect this situation.

Does this also happen with other errors, if you for example lift the vacuum while it's running?

@andrasg
Copy link
Author

andrasg commented Dec 17, 2019

No, there seems to be errors which are permanent (eg: cannot return home), these are setting the error_code. For recoverable errors, no error is reported. My question is rather how to retrieve info on the non-recoverable errors.

@rytilahti
Copy link
Owner

There is no easy way to do that, as such events are only send to the cloud server and are not broadcasted locally.

@andrasg
Copy link
Author

andrasg commented Dec 18, 2019

That's a pity. Would have been nice to be able to integrate this information with home automation...

Thanks anyway, closing the issue.

@andrasg andrasg closed this as completed Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants