Skip to content

timvancann/homeassistant-growatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED in favor of https://www.home-assistant.io/integrations/growatt_server/

This repo is no longer maintained.

Build Status hacs_badge

Home Assistant Growatt sensor

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

Installation

  • 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.