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

[BUG] Is heating pump on not working for ATAG full electric heat pumps #382

Open
Kudos50 opened this issue Jan 5, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Kudos50
Copy link

Kudos50 commented Jan 5, 2025

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 ?

@Kudos50 Kudos50 added the bug Something isn't working label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants