From 302fb8107338b186ac99ff00071702a5bf2ffffd Mon Sep 17 00:00:00 2001 From: ElVit Date: Wed, 18 Feb 2026 13:22:03 +0100 Subject: [PATCH] Added water_heater to README.md --- components/panasonic_heatpump/README.md | 28 ++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/components/panasonic_heatpump/README.md b/components/panasonic_heatpump/README.md index ff79a2e..e62bccf 100644 --- a/components/panasonic_heatpump/README.md +++ b/components/panasonic_heatpump/README.md @@ -101,11 +101,19 @@ switch: climate: - platform: panasonic_heatpump cool_mode: true - tank: - name: "DHW" + zone1: + name: "Zone 1" min_temperature: -5.0 max_temperature: 5.0 - temperature_step: 0.5 + temperature_step: 1.0 + +water_heater: + - platform: panasonic_heatpump + tank: + name: "DHW" + min_temperature: 40.0 + max_temperature: 65.0 + target_temperature_step: 1.0 ``` Thanks to [oxyde42](https://github.com/oxyde42) there is also an exmaple yaml code for the HeishaMon Large Board: @@ -597,14 +605,24 @@ Here a list of all supported climates: climate: - platform: panasonic_heatpump cool_mode: false - tank: - name: "DHW" zone1: name: "Zone 1" zone2: name: "Zone 2" ``` +### Water Heater + +All water_heater are optional and all options from [water_heater component](https://esphome.io/components/water_heater/) can be applied. +Here a list of all supported water_heater: + +```yaml +water_heater: + - platform: panasonic_heatpump + tank: + name: "DHW" +``` + ## Custom Entities (For Advanced Users) If you review the [ProtocolByteDecrypt.md](https://github.com/Egyras/HeishaMon/blob/master/ProtocolByteDecrypt.md) file you will find also some TOPs and SETs which are not implemented yet in heishamon.