Added water_heater to README.md
This commit is contained in:
parent
d8d6b9ed7a
commit
302fb81073
|
|
@ -101,11 +101,19 @@ switch:
|
||||||
climate:
|
climate:
|
||||||
- platform: panasonic_heatpump
|
- platform: panasonic_heatpump
|
||||||
cool_mode: true
|
cool_mode: true
|
||||||
tank:
|
zone1:
|
||||||
name: "DHW"
|
name: "Zone 1"
|
||||||
min_temperature: -5.0
|
min_temperature: -5.0
|
||||||
max_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:
|
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:
|
climate:
|
||||||
- platform: panasonic_heatpump
|
- platform: panasonic_heatpump
|
||||||
cool_mode: false
|
cool_mode: false
|
||||||
tank:
|
|
||||||
name: "DHW"
|
|
||||||
zone1:
|
zone1:
|
||||||
name: "Zone 1"
|
name: "Zone 1"
|
||||||
zone2:
|
zone2:
|
||||||
name: "Zone 2"
|
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)
|
## 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue