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

Feature request: check errors for example to notify batteries are running low or are empty #14

Open
pwesters opened this issue Jan 4, 2024 · 3 comments

Comments

@pwesters
Copy link
Owner

pwesters commented Jan 4, 2024

The api provides an option to check for errors. One of the errors the system can give back is empty batteries

"errors": [
  {
    "code": "DEF_BAT_TH",
    "title": "Battery failure",
    "error": "Battery failure"
  }
],

It would be nice to be able to see the errors in HA

@martreumer
Copy link

It would be great to be able to see a window open error in HA. I have been trying to recreate the error so i could get the errorcode but for some reason I have not been able to manually create a situation in which the error occurs.

@pwesters
Copy link
Owner Author

I don’t know about opening a window but I created an automation to send a notification to my phone. When sensor.error_room_x changed from no issues to battery failure send notification.

At the moment there are no errors so I have to wait for one to be able to check if it works.

@martreumer
Copy link

I believe the error occurs when the thermostat detects a temperature drop five degrees within a short period of time. It then assumes you must have left a windows open and shuts of to prevent pointlessly heating a room. See section 6.3 in https://wattswater.eu/upload/iblock/1d9/User_guide_BT_D03_all_lang_01_20.pdf. I’ve had this happening a few times without noticing it and because the thermostat turns off, the temperature in the room just drops to the anti freeze temperature. Would be great if I can set an alarm to this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants