/Homeassistant-Growatt-Local-Modbus

Provides Home Assistant sensors for Growatt inverters that you can connect directly using modbus protocol

Primary LanguagePythonApache License 2.0Apache-2.0

hacs_badge

Home Assistant Growatt Local Intergration

Growatt Local is a custom component for Home Assistant that connects directly to your Growatt inverter using the Modbus protocol and supports Serial, TCP and UDP communication layers to connect to your inverter

This repository is at this moment not part of HACS therefore requiring manual adding this custom repository to HACS.

This intergration makes use of the config_flow and can be configured using the UI no confgration required using the configration.yaml

The requirement to be able to uses this intergration are:

  • The communication layer and related parameters
  • Modbus address of the device (Default value: 1)
  • Used protocol version by your device

Protocol version

Currently there are 2 protocol versions supported with this intergration:

  • Protocol version 3.15 used by older models that would support up to two strings
  • Protocol version 1.20 used by newer models and larger devices
  • Protocol version 1.24 used by even newer models

Note currently only supporting inverters adding support for storage devices is can be realized.

Currently the communication layer (API) is included in this repository but following the guidelines of HASS there should be seperate repositories