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.
