Growatt server PV Inverter Sensor
This is a sensor to collect information from your Growatt inverters using Growatt server.
This will log into your Growatt account and grab the first “Plant”, after which it collects the inverters on this plant and creates sensors for these inverters as well as total sensors.
Configuration
Add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: growatt_server
username: GROWATT_SERVER_USERNAME
password: GROWATT_SERVER_PASSWORD
Configuration Variables
- username
(string)(Required)
The username used to log into Growatt server.
- password
(string)(Required)
The password used to log into Growatt server.
- plant_id
-
(integer)(Optional)
The plant id to use in case you have multiple plants on your account.
Default value:
0
- name
-
(string)(Optional)
Name of the sensor to use in the frontend.
Default value:
Growatt
Example with multiple plants
# Example configuration.yaml entry
sensor:
- platform: growatt_server
name: 'growatt home'
plant_id: 12345678
username: username
password: password
- platform: growatt_server
name: 'growatt work'
plant_id: 87654321
username: username
password: password