JDogg016
(Justin)
1
For some odd reason, I cannot execute an action it would retrieve the attribute for precipitation probability.
And I execute the action to get the weather forecast nothing is returned, even though the action appears to run properly.
Additionally, the sensor seems to be working at home assistant. Any ideas or thoughts on what I am missing?
JDogg016
(Justin)
2
This happens with all my weather sensors. If I create a template to use my weather flow forecast data I get ‘NULL’
template:
- sensor:
- name: "Weatherflow Attributes"
unique_id: weatherflow_all_attributes
state: "ok"
attributes:
all_attributes: >
{{ state_attr('weather.weatherflow_bennett_ranch', 'forecast') | tojson }}
JDogg016
(Justin)
3
In further replying to myself, when I examine the weather sensor I see only the following attributes:
weather.weatherflow_bennett_ranch
Weatherflow - Bennett Ranch cloudy temperature: 84 dew_point: 72 temperature_unit: °F humidity: 67 uv_index: 2 pressure: 30.01 pressure_unit: inHg wind_bearing: 225 wind_gust_speed: 0 wind_speed: 0 wind_speed_unit: mph visibility_unit: mi precipitation_unit: in attribution: Weather data delivered by WeatherFlow/Tempest REST Api friendly_name: Weatherflow - Bennett Ranch supported_features: 3
Nothing about precipitation probability. I do not know why this disappeared.