DEPRECATED in favor of https://www.home-assistant.io/integrations/growatt_server/
This repo is no longer maintained.
A sensor to integrate Growatt solar panels into Home Assistant. It tracks three metrics:
- today; the kWh generated today
- total; the kWh generated in total
- current; the W currently generating
- Grab the latest release and download it to your
custom_components
folder inside the Home Assistant configuration directory and unpack it. - Or use HACS to manage the installation
Add the following entry into configuration.yaml
# Example configuration.yaml entry
sensor:
- platform: growatt
username: USERNAME
password: PASSWORD
Note: the component is a bit heavy on the login-side but personally haven't had any issues with that. This is on the todo list.