You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: