This Node-RED flow fetches live pollen level data from polleninformation.at and integrates it with Home Assistant using MQTT Discovery. Ideal for allergy sufferers โ fully automated, location-based, and locally controlled.
- ๐ฆ Automatic MQTT Discovery for Home Assistant
- ๐ฐ๏ธ Location-based with configurable GPS coordinates
- ๐ Automatic data retrieval every 3 hours (adjustable)
- ๐ง One sensor per allergen (e.g.,
sensor.pollen_birch) - ๐ Full JSON attribute data available per sensor
Edit the "Variables" change node in Node-RED to set your location:
msg.latitude = 46.628;
msg.longitude = 14.309;Adjust the "Every 3h API Call" inject node to change how often data is fetched.
- Node-RED
- MQTT broker (e.g., Mosquitto)
- Home Assistant with MQTT integration enabled
- Birch, Ash, Cypress, Alder, Hazel, Plane, Grasses, Rye, Urticaceae, Olive, Mugwort, Ragweed, Fungal Spores
- Data Source: polleninformation.at
- Inspiration: HA Community - florianmulatz
- Integration: Node-RED with MQTT & Home Assistant
MIT โ Free to use. No guarantee on the accuracy of the data.
