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

water_heater in climate option #1819

Open
PaulBiod opened this issue Feb 20, 2024 · 8 comments
Open

water_heater in climate option #1819

PaulBiod opened this issue Feb 20, 2024 · 8 comments
Labels
Enhancement For suggestions that add new features or improve existing functionalities.

Comments

@PaulBiod
Copy link

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

@PaulBiod PaulBiod added the Enhancement For suggestions that add new features or improve existing functionalities. label Feb 20, 2024
@edwardtfn
Copy link
Collaborator

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? 😉

@PaulBiod
Copy link
Author

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

@edwardtfn
Copy link
Collaborator

Thanks a lot!
I have to do some development first, but for now, if you can go to Developer Tools, tab "States", find your water heater entity and share here it's status and attributes it would be useful.

@edwardtfn edwardtfn added this to the v4.3 milestone Feb 20, 2024
@PaulBiod
Copy link
Author

PaulBiod commented Feb 20, 2024

Here it is :
image

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 :
https://github.com/chomupashchuk/ariston-aqua-remotethermo-home-assistant

@edwardtfn
Copy link
Collaborator

It helps a lot, thanks.
I will see what I can do.

@PaulBiod
Copy link
Author

You're welcome, anything else, don't hesitate.
Thanks for all

@edwardtfn
Copy link
Collaborator

Do you use a specific card in Home Assistant to control that water heater? Could you please share a screenshot?

@PaulBiod
Copy link
Author

I just installed it yesterday, so no, no specific card, but here is the automatic card generated by HA when I click on my boiler entity

image

@edwardtfn edwardtfn modified the milestones: v4.3, v4.4 Feb 26, 2024
@edwardtfn edwardtfn removed this from the v4.4 milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For suggestions that add new features or improve existing functionalities.
Projects
None yet
Development

No branches or pull requests

2 participants