mirror of
https://github.com/peca2345/ESPHome-modbus-heatpump-Gree-Versati-III.git
synced 2024-11-21 11:35:14 +01:00
Update README.md
This commit is contained in:
parent
0ff088d2ab
commit
8d942bf235
33
README.md
33
README.md
@ -76,4 +76,37 @@ sensor:
|
||||
accuracy_decimals: 1
|
||||
filters:
|
||||
- multiply: 0.1
|
||||
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: versati3
|
||||
name: "Gree_versati_outside_temp"
|
||||
address: 118
|
||||
unit_of_measurement: "°C"
|
||||
register_type: holding
|
||||
value_type: U_WORD
|
||||
accuracy_decimals: 1
|
||||
filters:
|
||||
- multiply: 0.1
|
||||
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: versati3
|
||||
name: "Gree_versati_water_in_temp"
|
||||
address: 127
|
||||
unit_of_measurement: "°C"
|
||||
register_type: holding
|
||||
value_type: U_WORD
|
||||
accuracy_decimals: 1
|
||||
filters:
|
||||
- multiply: 0.1
|
||||
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: versati3
|
||||
name: "Gree_versati_water_out_temp"
|
||||
address: 125
|
||||
unit_of_measurement: "°C"
|
||||
register_type: holding
|
||||
value_type: U_WORD
|
||||
accuracy_decimals: 1
|
||||
filters:
|
||||
- multiply: 0.1
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user