mirror of
https://github.com/peca2345/ESPHome-modbus-heatpump-Gree-Versati-III.git
synced 2025-02-21 02:01:39 +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:
|
sensor:
|
||||||
- platform: modbus_controller
|
- platform: modbus_controller
|
||||||
modbus_controller_id: versati3
|
modbus_controller_id: versati3
|
||||||
name: "Gree_versati_tank_temp"
|
name: "Gree_versati_tank_temp_target"
|
||||||
address: 13
|
address: 13
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
register_type: holding
|
register_type: holding
|
||||||
value_type: U_WORD
|
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
|
accuracy_decimals: 1
|
||||||
# filters:
|
filters:
|
||||||
# - multiply: 0.1
|
- multiply: 0.1
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user