Description:
First of all, thank you for maintaining this integration – it works great
and is very useful! I wanted to report a small issue I encountered after
the latest update.
- Boiler sends error code 380, which is not defined in ERROR_CODES (const.py)
- This caused all sensors to show "Unknown" after the update
- Fix applied locally:
- Added "380" as placeholder to ERROR_CODES in const.py
- Added dynamic fallback in HargassnerErrorSensor.native_value (sensor.py)
to prevent HA exceptions for any future unknown error codes
Request:
- Add correct description for error code 380 (see Hargassner manual)
- Add the dynamic fallback as permanent fix in sensor.py
Thanks again for your work on this integration!
Description:
First of all, thank you for maintaining this integration – it works great
and is very useful! I wanted to report a small issue I encountered after
the latest update.
to prevent HA exceptions for any future unknown error codes
Request:
Thanks again for your work on this integration!