I checked my old installation and it still uses …forecast and it works. My new installation wasnt giving me any forecast and the sensor which contains the forecast info is called …summary
I doubled checked and it is true the new installation has no sensors containing the word, “forecast”
How is sensor.ottawa_kanata_orleans_advisory configured. I have sensor.advisories which is always 0 (sometimes unavailable) and doesn’t have a attribute called alert_1
The state of each alert sensor is the count of current alerts of that type, and the titles of the current alerts are in numbered attributes. So, when there’s a frost advisory the state will be 1 and you will see an attribute called alert_1 with a value of Frost Advisory.
I have many sensors that are always or almost always unavailable. I was wondering if there was a reason for this?
I saw in the doc that the humidex and the wind chill are on only on certain temperature, but the others?
Here is the list of the sensors:
chance_of_precipitation
current_condition
humidex
icon_code
visibility
wind_chill
wind_gust
Also how come that in the daily forecast for today, the precipitation_probability = 0,
in the hourly forecast for today, each hour has a precipitation_probability = 90,
and the sensor chance_of_precipitation is unknown?
Don’t suppose you would mind throwing an example of your script up and how you trigger it, etc. I have used this integration for years and its been a dream of mine to have it announce weather watches, advisory’s and warnings during waking hours.
I was trying to automate off a state change but every time the sensor would update it looked like a state change so google would announce, but there would be nothing. This got old with the wife pretty quick. It appears the text for the warnings would be an attribute too but now I see nothing when I check sensor.mycity_warnings ?