Integration for Home Assistant to fetch Solar data from NOAA Rest API.
This integration will set up the following platforms.
| Platform | Description |
|---|---|
sensor |
Solar activity, wind and magnetic fields data. |
image |
Gifs of solar objects (currently lasco_c3 and suvi_304 only) |
You can install the component using either the HACS add-on or manually.
Or:
- Go to you
HACSintegration, thenIntegrations. - Click the three dots in the right upper corner, then
Custom Repositories. - Enter "Repository=
Jubast/homeassistant-noaa-solar-system" and "Category=Integration". - Press
Explore and download repositoriesand search fornoaa solar, thenDownload.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml). - If you do not have a
custom_componentsdirectory (folder) there, you need to create it. - In the
custom_componentsdirectory (folder) create a new folder callednoaa_solar. - Download all the files from the
custom_components/noaa_solar/directory (folder) in this repository (or Release .zip). - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "NOAA Solar"
Default settings should be fine for most use cases.
- Enter the url of the NOAA Rest API.
- Enter the poll interval.
If you want to contribute to this please read the Contribution guidelines

