dboeni / home-assistant-ampere-storage-pro

MIT License
12 stars 2 forks source link

An easy-to-use YAML-based integration for several Ampere.Storage.Pro inverters for Home Assistant.

There are two ways to read the data from an Ampere.Storage.Pro. Both options are explained here.

Requirements:

Variant 1:

The inverter can be read out via Modbus TCP (port 502). Add or update the values from secrets.yaml to your Home Assistant.

Variant 2:

The Ampere.IQ Box can be read out via a REST interface. The following placeholders must be replaced in the rest_ampere_storage_pro.yaml file:

Integrate into HomeAssistant

Copy the YAML file of the selected variant into the "integrations" directory.

Include "modbus_sungrow.yaml" by adding the follwing lines to your "configuration.yaml":

homeassistant:
  packages: !include_dir_named integrations

Now check your configuration (Developer Tools -> "check configuration" and perform a restart. The entries will then be available.