iobroker.aurora-nowcast
v2.1.2
Published
Provides current (nowcast) data on aurora (northern and southern lights) activity for a given location, based on NOAA information. This is not a forecast.
Downloads
401
Readme

ioBroker.aurora-nowcast
Tests:
Aurora Nowcast adapter for ioBroker
Provides current (nowcast) data on aurora activity (northern and southern lights) for a given location, based on publicly available data from the NOAA Space Weather Prediction Center (SWPC).
Note:
This adapter provides current conditions / short-term nowcast data based on real-time measurements and model outputs.
It does not provide long-term forecasts.
Features
- Retrieves real-time aurora activity data (NOAA OVATION model) for both northern and southern hemisphere
- Calculates local aurora visibility likelihood for a configured location
- Provides ioBroker states for automation, visualization and alerts
- Optional usage of system location or manual latitude/longitude input
- Suitable for dashboards, notifications and smart home scenarios
Configuration
You can either:
- Use the system location configured in ioBroker, or
- Provide manual coordinates (latitude / longitude in decimal degrees)
Manual coordinates are required if system location is disabled.
Examples:
| Location | Latitude | Longitude | |-----------------|----------|-----------| | Berlin | 52.5 | 13.4 | | Buenos Aires | -34.6 | -58.4 | | Reykjavik | 64.1 | -21.9 |
North/East values are positive, South/West values are negative.
States
The adapter creates the following states:
| State | Type | Description |
|---------------------|---------|-----------------------------------------------------------------------------|
| probability | number | Estimated aurora visibility probability at the configured location (%) |
| observation_time | number | Time of the upstream solar wind observation used as model input (UTC, ms) |
| forecast_time | number | Time for which the nowcasted geomagnetic response at Earth is calculated (UTC, ms) |
These states can be used for:
- Notifications (e.g. push messages)
- Dashboard visualizations
- Automation rules (e.g. activate camera when activity is high)
Data Source
This adapter uses publicly available data provided by the:
- NOAA Space Weather Prediction Center (SWPC)
https://www.swpc.noaa.gov/
In particular, the OVATION aurora nowcast model and related real-time geomagnetic indices are used to estimate auroral activity for the configured location.
Disclaimer
NOAA and SWPC are not affiliated with this project.
The data used by this adapter is provided by NOAA for public use.
No guarantee is made regarding the accuracy, completeness or timeliness of the provided information.
Aurora visibility depends on multiple external factors (e.g. cloud cover, light pollution, IMF orientation) which are beyond the scope of this adapter.
Changelog
2.1.2 (2026-03-09)
- fixed overlooked linter error regarding whitespace
2.1.1 (2026-03-09)
- fixed a bug concerning the coordinates validation
2.1.0 (2026-03-02)
- added internationalization (i18n)
- further smaller adjustments to meet ioBroker standards
2.0.2 (2026-02-27)
- fixed icon size to 512x512 (or less) for ioBroker release
2.0.1 (2026-02-27)
- necessary adjustments for ioBroker official release
2.0.0 (2026-02-27)
- Renamed adapter. Minor housekeeping.
1.0.0 (2026-02-26)
- First stable release
❤️ Support
If you find ioBroker.aurora-nowcast useful and would like to support further development, you can buy me a coffee ☕🙂
Thank you for your support!
License
GNU General Public License v3.0
Copyright (c) 2026 Christian Menne
See LICENSE file for full license text.

