Pre-release: bug fix for ecoMAX360i heat-pump sensors
This is a pre-release. It is intended for ecoMAX360i users hitting the bug below.
Other controllers (ecoMAX810P-L, 850R2-X, 860P2-N, 860P3-V, 860P3-O, 920P1-O, ecoSOL, SControl) are unaffected and do not need to upgrade.
Fixed
-
ecoMAX360i temperature sensors no longer crash on
"off"(#227)When the ecoMAX360i heat pump is idle, the controller reports the literal string
"off"for several temperature and power values. Home Assistant rejected those values because the sensors are declared as numeric (°C,kW), and the integration failed to add the entities with:ValueError: Sensor sensor.boiler_actual_return_temp has device class 'temperature', state class 'measurement' unit '°C' and suggested precision '1' thus indicating it has a numeric value; however, it has the non-numeric value: 'off' (<class 'str'>)