mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Document new option for Growatt Protocol version (#1976)
Co-authored-by: Daniel Lindenaar <daniel-git@lindenaar.eu>
This commit is contained in:
parent
de15acc430
commit
f342bc9ffb
@ -34,6 +34,7 @@ to some pins on your board and the baud rate set to 9600.
|
||||
sensor:
|
||||
- platform: growatt_solar
|
||||
update_interval: 10s
|
||||
protocol_version: RTU
|
||||
|
||||
inverter_status:
|
||||
name: "Growatt Status Code"
|
||||
@ -102,6 +103,9 @@ Configuration variables:
|
||||
|
||||
- **inverter_status** (*Optional*): Status code of the inverter (0: waiting, 1: normal, 3:fault)
|
||||
|
||||
- **protocol_version** (*Optional*): Version of the protocol used by your inverter.
|
||||
Old inverters use RTU (default). Newer ones use RTU2 (e.g. MIC, MIN, MAX series)
|
||||
|
||||
- **phase_a** (*Optional*): The group of exposed sensors for Phase A/1.
|
||||
|
||||
- **current** (*Optional*): Use the current value of the sensor in amperes. All options from
|
||||
|
Loading…
Reference in New Issue
Block a user