-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Discussion: Water Entity for Water Tank implementation #18
Comments
Hi, I did such automation for water heating and it works correctly alias: Test
|
I'm not sure if a new issue is jusitified, so I figured to post my question here: |
Hi @cjaliaga ,
I can see on my dashboad and in the Aquarea Smart Cloud that the target is changing but the state on idle. After some reading I came to the conclusion that this is what you are describing in this post; but since it is pretty old, I was wondering if you had made any change/improvements? What is the best way to enforce heating the water tank and prevent it from heating? Thanks a lot! |
From Home Assistant Community Post: https://community.home-assistant.io/t/panasonic-aquarea-heat-pump-integration/392095/31
The water heater entity supports the following operations, but it doesn't include a "turn_on" or "turn_off" one 😦
water_heater.set_temperature
,water_heater.turn_away_mode_on
,water_heater.turn_away_mode_off
,water_heater.set_operation_mode
https://www.home-assistant.io/integrations/water_heater#services
I had a lot of doubts on how to implement the water heater entity with Aquarea devices, to support the actions "on" and "off" but also to show via the interface if the heat pump is heating the water of the water tank or not: it can be turned on but the heat pump could be heating water for the heating floor (or cooling it) so the state/operation would be like "idle".
While it doesn't support turn_off, we can define the state as "STATE_OFF" or "STATE_HEAT_PUMP": https://developers.home-assistant.io/docs/core/entity/water-heater#states
I've implemented this via operations and so far the device accepts 2: heating and off:
Turn on:
Turn off:
Opening this issue to discuss feedback, implementations and keep track of it.
The text was updated successfully, but these errors were encountered: