Skip to content

mmick08/node-red-pollen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒผ Pollen Data for Home Assistant via Node-RED & MQTT

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.

Screenshot


๐Ÿ”ง Features

  • ๐Ÿ“ฆ 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

๐Ÿ“ Configuration

๐Ÿ—บ๏ธ Set GPS Coordinates

Edit the "Variables" change node in Node-RED to set your location:

msg.latitude  = 46.628;
msg.longitude = 14.309;

โฐ Change the Update Interval

Adjust the "Every 3h API Call" inject node to change how often data is fetched.


๐Ÿ› ๏ธ Setup

Requirements

  • Node-RED
  • MQTT broker (e.g., Mosquitto)
  • Home Assistant with MQTT integration enabled

๐ŸŒพ Supported Allergens

  • Birch, Ash, Cypress, Alder, Hazel, Plane, Grasses, Rye, Urticaceae, Olive, Mugwort, Ragweed, Fungal Spores

โค๏ธ Credits


๐Ÿ“œ License

MIT โ€“ Free to use. No guarantee on the accuracy of the data.

About

๐Ÿก๐Ÿ“Š Automatisierte Pollenbelastung fรผr Home Assistant via Node-RED und polleninformation.at โ€“ inkl. MQTT Discovery und Standortvariablen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors