-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add support for Error codes #53
Comments
If the App doesn't have a way of displaying the code then it's unlikely the information is being sent from the pump to the Bestway servers, in which case it would be impossible to get the error codes into HA |
The app does display the error, it just doesn't offer any notifications to let you know about the error, so there is communication happening. Not being able to turn the pump off when it's in error maybe a limitation of the pump as it's also impossible to turn it off from the pump panel itself. |
Hi @justinbyoung, what device make & model are we talking about? If you're able to capture some debug logs while the device is in an error state, this may be possible. |
It's the V01 Airjet pump on a St Moritz spa. I am very happy to capture any logs. Which logs do you need? I will need to wait until the pump errors again. |
Hi, The spa finally errored again and I managed to capture some debug data. Here are the last couple of minutes before it errored. The change I can see is "E02": 0 changes to "E02": 1. I looks like the other error codes are also being detected.
|
For reference I found a page that lists the error codes |
The upcoming v1.6.0 release will include this. To cater for the widest range of device types, there will be just one With this, it would be possible to create a template sensor to pick out specific error codes if that's useful for your setup. |
Would it be possible to add support for error codes from the pump unit. In particular the E02 Filter error. It's a common error when the filter needs replacing, the frustrating thing is you can't turn the unit off when it gets an E02 and the Bestway app doesn't notify you so the pool sits there beeping forever until you notice.
A Home Assistant sensor for this would be great as you could set up notifications and also track the time between errors and set up a reminder in HA to replace the filter before it errors.
The text was updated successfully, but these errors were encountered: