{"id":16505719,"url":"https://github.com/drc38/fronius_solarweb","last_synced_at":"2025-03-21T08:31:10.424Z","repository":{"id":105570930,"uuid":"598381225","full_name":"drc38/Fronius_solarweb","owner":"drc38","description":"Home Assistant integration for cloud-based Fronius Solar.web api","archived":false,"fork":false,"pushed_at":"2025-03-13T22:51:53.000Z","size":247,"stargazers_count":7,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T23:23:21.255Z","etag":null,"topics":["fronius","fronius-solar-api","hacs-integration","home-assistant"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drc38.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-07T01:35:55.000Z","updated_at":"2025-03-13T22:51:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"25b7a132-7e0c-4844-a7e5-295bda8b4f6d","html_url":"https://github.com/drc38/Fronius_solarweb","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drc38%2FFronius_solarweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drc38%2FFronius_solarweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drc38%2FFronius_solarweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drc38%2FFronius_solarweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drc38","download_url":"https://codeload.github.com/drc38/Fronius_solarweb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244122447,"owners_count":20401428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fronius","fronius-solar-api","hacs-integration","home-assistant"],"created_at":"2024-10-11T15:12:59.123Z","updated_at":"2025-03-21T08:31:09.246Z","avatar_url":"https://github.com/drc38.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fronius Solar.Web Home Assistant integration\n\n![coverage badge](./coverage.svg)\n[![GitHub Release][releases-shield]][releases]\n[![License][license-shield]](LICENSE)\n\n[![hacs][hacsbadge]][hacs]\n[![Project Maintenance][maintenance-shield]][user_profile]\n[![hacs_downloads](https://img.shields.io/github/downloads/drc38/Fronius_solarweb/latest/total)](https://github.com/drc38/Fronius_solarweb/releases/latest)\n\n[![Discord][discord-shield]][discord]\n[![Community Forum][forum-shield]][forum]\n\nStandalone 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.\n\n# Installation\n\n## HACS\n\nHACS is recommended as it provides automated install and will notify you when updates are available.\n\nThis assumes you have [HACS](https://github.com/hacs/integration) installed and know how to use it. If you need help with this, go to the HACS project documentation.\n\nAdd custom repository in _HACS_\n\n1. Click on HACS in your menu to open the HACS panel, then click on integrations (https://your.domain/hacs/integrations).\n1. Click on the 3 dots in the top right corner.\n1. Select \"Custom repositories\"\n1. Add the URL to the repository: `https://github.com/drc38/Fronius_solarweb`\n1. Select the integration category.\n1. Click the \"ADD\" button.\n\nOnce done, you should see the new repository, appearing in a list like this. Click the **Download** button\n\n## Manual Installation\n\n1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).\n2. If you do not have a `custom_components` directory (folder) there, you need to create it.\n3. In the `custom_components` directory (folder) create a new folder called `solarweb`.\n4. Download _all_ the files from the `custom_components/solarweb/` directory (folder) in this repository.\n5. Place the files you downloaded in the new directory (folder) you created.\n6. Restart Home Assistant\n7. In the HA UI go to \"Integrations\" click \"+\" and search for \"solarweb\"\n\n# Configuration\n\nConfiguration of the integration is done within the Integrations Panel in Home Assistant.\n\n1. Navigate to Integrations\n1. Click _Add Integration_\n1. Search for Fronius Solar.Web\n1. Enter your PV System ID and API details from your [Solar.Web](https://www.solarweb.com/) account \\*note that you need to contact Fronius support to obtain these details and they may not provide them as it's intended for commercial installers only.\n\nIf you have an issue ensure the api is working at [official test site](https://api.solarweb.com/swqapi/index.html)\n\n\u003c!----\u003e\n\n## Contributions are welcome!\n\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\n\n## Credits\n\nThis project was generated from [@oncleben31](https://github.com/oncleben31)'s [Home Assistant Custom Component Cookiecutter](https://github.com/oncleben31/cookiecutter-homeassistant-custom-component) template.\n\nCode template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [integration_blueprint][integration_blueprint] template\n\n---\n\n[integration_blueprint]: https://github.com/custom-components/integration_blueprint\n[hacs]: https://hacs.xyz\n[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg\n[discord]: https://discord.gg/Qa5fW2R\n[discord-shield]: https://img.shields.io/discord/330944238910963714.svg\n[exampleimg]: example.png\n[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg\n[forum]: https://community.home-assistant.io/\n[license-shield]: https://img.shields.io/github/license/drc38/Fronius_solarweb.svg\n[maintenance-shield]: https://img.shields.io/badge/maintainer-%40drc38-blue.svg\n[releases-shield]: https://img.shields.io/github/release/drc38/Fronius_solarweb.svg\n[releases]: https://github.com/drc38/Fronius_solarweb/releases\n[user_profile]: https://github.com/drc38\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrc38%2Ffronius_solarweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrc38%2Ffronius_solarweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrc38%2Ffronius_solarweb/lists"}