Standalone Home Assistant integration using the Fronius Solar.web API. It is intended for use when your Fronius is on a different network to HA, otherwise you are best to use the built-in integration which will have more sensors and a faster refresh rate.
HACS is recommended as it provides automated install and will notify you when updates are available.
This assumes you have HACS installed and know how to use it. If you need help with this, go to the HACS project documentation.
Add custom repository in HACS
https://github.com/drc38/Fronius_solarweb
Once done, you should see the new repository, appearing in a list like this. Click the Download button
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called solarweb
.custom_components/solarweb/
directory (folder) in this repository.Configuration of the integration is done within the Integrations Panel in Home Assistant.
If you have an issue ensure the api is working at official test site
If you want to contribute to this please read the Contribution guidelines
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template