In hopes that this thread isn’t completely dead, I am trying to use your solution here, and it seems that the api is a paid for service; I cannot seem to access it unless I use your resource name; which obviously will not work for me (your location is hardcoded).
Are you paying for this (TheWeatherNetwork API); or is there a free access that I am missing? I have also tried using the Pollen.com REST API; and these are giving me a 405 error:
" 405 - HTTP verb used to access this page is not allowed"
Are you paying for this (TheWeatherNetwork API); or is there a free access that I am missing? I have also tried using the Pollen.com REST API; and these are giving me a 405 error:
Nope, not paid. To get your location code for TheWeatherNetwork, I found that if you just go to your city, then hover over a link to see. For instance, if I live in Toronto, I go to Toronto’s page then hover over the air quality link I can see it links to a page ending in caon0696
Plug that in where I put the XXXXXs and it will pull data.
Not exactly answers your request, but you could also try https://airly.org/map/en/, depending on your location. Airly has mobile app and HA integration with the Particulate Matter sensor.
While it appears that you have not been on here for a while I wanted to reach out and see if you where ever able to complete the "pollen.com sensor " integration. I placed with my config file
platform: pollen
zip_code: 80919
monitored_conditions:
- allergy_average_forecasted
- allergy_average_historical
- allergy_index_today
- allergy_index_tomorrow
- allergy_index_yesterday
- disease_average_forecasted```
but I am getting this error message ```Platform error sensor.pollen - Integration 'pollen' not found.```
I also tried to use the template that NotoriousBDG/itchaboy/Wheezy shared a few post above yours and that too does not work. I have check the site today and it is up and operational. Are you able to take a look at this and see what might be the issue?