ariston-remotethermo-home-assistant-v3
ariston-remotethermo-home-assistant-v3 copied to clipboard
[BUG] Is heating pump on not working for ATAG full electric heat pumps
Every update, I need to change (comment out) one line of code to ensure the heating pump on value works for my Energion M full electric heat pump: AristonBinarySensorEntityDescription( key=DeviceProperties.IS_HEATING_PUMP_ON, name=f"{NAME} is heating pump on", icon="mdi:heat-pump-outline", get_is_on=lambda entity: entity.device.is_heating_pump_on_value, # device_features=[DeviceFeatures.HYBRID_SYS], system_types=[SystemType.GALEVO], )
Wasn't sure to report this is a bug or a feature request. It seems the device_features line item restricts the use of the heating pump on section to hybrid devices only whereas I am using a 150T full electric heat pump. No fossils.
Would it be possible to incorporate the fully electric series of ATAG to ensure the heating pump on attribute is processed as well as maybe some Gas only sections are not processed ?