Update README.md

This commit is contained in:
Zbyněk Pecina 2023-03-02 19:12:05 +01:00 committed by GitHub
parent 79bd2b6087
commit 8deb26eedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ In this case it is about connecting a Gree Versati III 10kw heat pump.
- in ESPHome use the sensor class only for addresses that are read-only
- for addresses that are read/write use the "number" class (you can then change their values in lovelace)
- for each register you want to have in HA you have to create a separate sensor in ESPHome
- you can write the address to the sensor in decimal or hex
- for ESP8266 use tx_pin: 13, rx_pin: 12, flow_control_pin: 14
## Lovelace: