-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
water_heater in climate option #1819
Comments
I believe that wouldn't be that hard, as most of the attributes are the same and just the service calls will be a bigger difference, however I don't have a water_heater myself, so testing would be challenging... Would you be willing to help? 😉 |
Hi, sure, I can help, just tell me what to do and I'll be glad to help |
Thanks a lot! |
entity : water_heater.aqua_ariston
State: green
attributes:
min_temp: 40
max_temp: 53
operation_list:
- program
- i-memory
- boost
- green
current_temperature: 37
temperature: 40
target_temp_high: null
target_temp_low: null
operation_mode: green
target_temp_step: 1
hvac_action: heating
icon: mdi:water-pump
friendly_name: Aqua Ariston
supported_features: 3 If it can help, I use this custom component to have my ariston hybrid integrated : |
It helps a lot, thanks. |
You're welcome, anything else, don't hesitate. |
Do you use a specific card in Home Assistant to control that water heater? Could you please share a screenshot? |
Enhancement Summary
Add support for water_heater via the climate option
Detailed Description
The climate option I think could be used to deal with water_heater sensor
Thanks
Additional Context
No response
The text was updated successfully, but these errors were encountered: