The DWD Global Radiation Home Assistant Integration is a custom component that allows users to integrate global radiation data from the Deutscher Wetterdienst (DWD) into their Home Assistant setup. This integration provides real-time and forecast radiation data, enabling enhanced home automation based on weather conditions.
- Measurements: Access current global radiation measurements from DWD. Measurements are updated every 15 minutes.
- Forecasts: The data provides forecasts in 1-hour steps up to 17 hours into the future. Forecasts are updated hourly.
- Configurable: Easy setup and configuration through the Home Assistant UI.
This integration requires the DWD Global Radiation API Server add-on to be installed. The add-on provides the necessary API services for the integration to work correctly, especially the functionality of the netCDF4
Python package, which is essential for processing DWD data.
Before installing the integration, the repository must be registered as a custom repository in HACS. Follow these steps:
- Open Home Assistant and go to HACS.
- Click on the three dots in the top right corner and select "Custom repositories".
- Add the URL
https://github.com/aschmere/dwd_global_rad_hass
to the "Add custom repository" field. - Choose the category as "Integration".
- Click "Add".
To install this repository using HACS, click the button below:
After installing the integration, reboot Home Assistant to apply the changes.
Once Home Assistant has restarted, you can add and configure the DWD Global Radiation
integration using the config flow. To do this, go to the Home Assistant UI and navigate to Configuration
> Integrations
> Add Integration
, then search for DWD Global Radiation Forecasts and Data
.
Alternatively, you can use the button below to start the configuration process directly: