mirror of
https://github.com/peca2345/ESPHome-modbus-heatpump-Gree-Versati-III.git
synced 2025-02-20 01:51:40 +01:00
Update README.md
This commit is contained in:
parent
900e8403a5
commit
0ff088d2ab
15
README.md
15
README.md
@ -59,12 +59,21 @@ number:
|
||||
sensor:
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: versati3
|
||||
name: "Gree_versati_tank_temp"
|
||||
name: "Gree_versati_tank_temp_target"
|
||||
address: 13
|
||||
unit_of_measurement: "°C"
|
||||
register_type: holding
|
||||
value_type: U_WORD
|
||||
accuracy_decimals: 1
|
||||
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: versati3
|
||||
name: "Gree_versati_tank_temp"
|
||||
address: 128
|
||||
unit_of_measurement: "°C"
|
||||
register_type: holding
|
||||
value_type: U_WORD
|
||||
accuracy_decimals: 1
|
||||
# filters:
|
||||
# - multiply: 0.1
|
||||
filters:
|
||||
- multiply: 0.1
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user