Update README.md

This commit is contained in:
Zbyněk Pecina 2023-03-02 18:53:39 +01:00 committed by GitHub
parent 900e8403a5
commit 0ff088d2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```