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
HACS
integration, 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 repositories
and 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_components
directory (folder) there, you need to create it. - In the
custom_components
directory (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