{"id":30989287,"url":"https://github.com/lymanepp/ha-clear-sky-solar","last_synced_at":"2026-06-17T23:31:07.477Z","repository":{"id":313411504,"uuid":"1051339515","full_name":"lymanepp/ha-clear-sky-solar","owner":"lymanepp","description":"Clear-Sky Solar Estimates for Home Assistant","archived":false,"fork":false,"pushed_at":"2025-09-05T21:27:50.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T01:52:10.799Z","etag":null,"topics":["clear-sky","home-assistant","integration","solar"],"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/lymanepp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T20:22:34.000Z","updated_at":"2025-09-05T20:35:23.000Z","dependencies_parsed_at":"2025-09-05T22:21:55.636Z","dependency_job_id":"9627fd58-3e71-4adf-b397-3b8697f18415","html_url":"https://github.com/lymanepp/ha-clear-sky-solar","commit_stats":null,"previous_names":["lymanepp/ha-clear-sky-solar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lymanepp/ha-clear-sky-solar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lymanepp%2Fha-clear-sky-solar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lymanepp%2Fha-clear-sky-solar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lymanepp%2Fha-clear-sky-solar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lymanepp%2Fha-clear-sky-solar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lymanepp","download_url":"https://codeload.github.com/lymanepp/ha-clear-sky-solar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lymanepp%2Fha-clear-sky-solar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["clear-sky","home-assistant","integration","solar"],"created_at":"2025-09-12T18:57:33.370Z","updated_at":"2026-06-17T23:31:07.456Z","avatar_url":"https://github.com/lymanepp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clear-Sky Solar Integration for Home Assistant\n\n[![HACS Badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)\n\nClear-Sky Solar provides calculated sensors for Home Assistant.\n\n---\n\n## Sensors\n\n### Clear-Sky DHI\n**Diffuse Horizontal Irradiance (DHI):**\nThe portion of solar radiation that reaches the earth indirectly due to scattering by water vapor, aerosols, and clouds.\n\n**Unit:** Watts per square meter (W/m²).\n\n### Clear-Sky DNI\n**Direct Normal Irradiance (DNI):**\nThe portion of solar radiation that reaches the earth directly from the sun.\n\n**Unit:** Watts per square meter (W/m²).\n\n### Clear-Sky GHI\n**Global Horizontal Irradiance (GHI):**\nThe total solar radiation per unit area measured on a horizontal surface on the earth. GHI is the sum of two components:\n- Direct Normal Irradiance (DNI)\n- Diffuse Horizontal Irradiance (DHI)\n\n**Formula:**\n![GHI Formula](https://latex.codecogs.com/svg.image?\\pagecolor{white}\\text{GHI}=\\text{DHI}+(\\text{DNI}\\cdot\\cos(\\alpha_{\\text{zenith}})))\n\n**Unit:** Watts per square meter (W/m²).\n\n---\n\n## Usage\n\nTo use Clear-Sky Solar, follow the documentation for your preferred setup method.\n\n### UI/Frontend (Config Flow)\n- Access the integration setup via the Home Assistant UI.\n\n---\n\n## Installation\n\n### Using [HACS](https://hacs.xyz/) (Recommended)\n1. Open HACS in Home Assistant.\n2. Go to the **Integrations** section.\n3. Search for **Clear-Sky Solar** and install the integration.\n4. Restart Home Assistant.\n\n### Manual Installation\n1. Clone the repository or download the source code:\n    ```bash\n    git clone https://github.com/lymanepp/ha-clear-sky-solar.git\n    cd ha-clear-sky-solar\n    # If you want a specific version, check out its tag:\n    # e.g., git checkout 1.0.0\n    ```\n\n2. Copy the `custom_components` folder into your Home Assistant configuration directory:\n    ```bash\n    cp -r custom_components $hacs_config_folder\n    ```\n    Alternatively, extract the `custom_components` folder from the source release and place it in your Home Assistant configuration directory.\n\n3. Restart Home Assistant.\n\n---\n\n## Additional Notes\n\n- Check the [project repository](https://github.com/lymanepp/ha-clear-sky-solar) for updates or troubleshooting information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flymanepp%2Fha-clear-sky-solar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flymanepp%2Fha-clear-sky-solar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flymanepp%2Fha-clear-sky-solar/lists"}