Home Assistant Integration to integrate with VARTA Storage.
This integration will set up the following platforms.
Platform | Description |
---|---|
sensor |
Shows various information's from the VARTA Batteries like current charge/discharge power, state of charge, maintenance informations, fan status, totals for consumption, power to grid and power from grid |
- Using the tool of choice open the directory for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory there, you need to create it. - In the
custom_components
directory create a new folder calledvarta_storage
. - Download all the files from the
custom_components/varta_storage/
directory in this repository. - Place the files you downloaded in the new directory you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "VARTA Storage"
If you want to contribute to this please read the Contribution guidelines