mirror of
https://github.com/peca2345/ESPHome-modbus-heatpump-Gree-Versati-III.git
synced 2025-02-18 01:31:47 +01:00
Update README.md
This commit is contained in:
parent
c44b7d4256
commit
38870f080f
@ -35,13 +35,13 @@ In this case it is about connecting a Gree Versati III 10kw heat pump.
|
|||||||
```
|
```
|
||||||
uart:
|
uart:
|
||||||
id: mod_bus
|
id: mod_bus
|
||||||
tx_pin: GPIO16
|
tx_pin: GPIO16 # D7 for Wemos
|
||||||
rx_pin: GPIO17
|
rx_pin: GPIO17 # D6 for Wemos
|
||||||
baud_rate: 9600
|
baud_rate: 9600
|
||||||
stop_bits: 2
|
stop_bits: 2
|
||||||
|
|
||||||
modbus:
|
modbus:
|
||||||
flow_control_pin: GPIO23
|
flow_control_pin: GPIO23 # D5 for Wemos
|
||||||
send_wait_time: 100ms
|
send_wait_time: 100ms
|
||||||
id: modbus_versati3
|
id: modbus_versati3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user