SILAM Pollen — Allergy-proof your Home Assistant
Why care?
Hyper-local data from the Finnish Meteorological Institute, free & open-source, no API keys, no paywalls.
One-click install (HACS default)
Open HACS → Integrations → SILAM Pollen → Download — configure the wizard & enjoy.
(Manual install steps are on GitHub.)
Coverage & datasets
Dataset | Zone | Resolution | Best for |
---|---|---|---|
SILAM Regional v5.9.1 | ![]() |
High | Northern / NW Europe |
SILAM Europe v6.0 | ![]() |
Medium | The rest of Europe |
Allergens tracked
alder
, birch
, grass
, hazel
, mugwort
, olive
, ragweed
+ combined Pollen Index.
Every allergen sensor now exposes a native_name
(alder_m22
, grass_m32
, …) for bullet-proof API mapping.
Smart forecasts — model insight before you go!
Skip the guesswork with three forecast layers (hourly, 12-hour, daily up to 5 days) that feed your dashboards and automations with clear, model-based pollen insight.
Percentile aggregation captures realistic peaks, and the Forecast Horizon sensor shows exactly how far the model looks ahead.
Planning a weekend getaway or timing your meds? This is the super-power you need.
These scientific forecasts give you a valuable edge — just remember they’re model data, not ground truth.
Data source: https://silam.fmi.fi/pollen.html
12 languages & counting
English, Russian, German, Italian, Finnish, Swedish, Norwegian, Danish, Czech, Slovak, Dutch — community PRs welcome!
What’s hot in v0.2.7
![]() |
Why it matters |
---|---|
Re-engineered “Pollen Forecast” sensor | state now shows the current index; smarter hourly / 12 h / daily aggregation; brand-new allergen_peaks. |
Three forecast layers via weather.get_forecasts |
Hourly (24 h) · Twice-daily (36–120 h) · Daily (up to 5 days!) — perfect for trip & medication planning. |
Forecast Horizon diagnostic sensor | Instantly see how many hours of reliable data you actually have. |
Always-on weather entity | Live pollen index even if you disable forecasting. |
pollenprognos-card v2.4.1+ ready | Sleek Lovelace visualization for all three forecast types. |
Single-run update service & smooth migration | Fewer errors, faster reloads. |
Fully synced localizations | 11 non-English languages updated with every new string. |
Heads-up: the new algorithms may change index/allergen values — review automations using hard thresholds.
Release notes & changelog → https://github.com/danishru/silam_pollen/releases/tag/v0.2.7
How to call forecasts in HA
Layer | Time span | Call pattern |
---|---|---|
Hourly | next 24 h · 3-h steps | type: hourly |
Twice-daily | 06-18 & 18-06 · 36–120 h | type: twice_daily |
Daily | up to 5 days | type: daily |
action: weather.get_forecasts
data:
type: daily # hourly / twice_daily / daily
target:
entity_id: weather.silam_pollen_home_forecast
Dashboard love
Add pollenprognos-card from HACS, then use the UI to place it on your dashboard — choose your *weather.silam_pollen_forecast entity and you’re done. No YAML needed
How to help
- Star the repo — more stars → more reach.
- Found a bug / want another language? Open an issue or PR.
- Share screenshots of your sneeze-free dashboards!
Stay safe, stay pollen-aware, and happy automating!