I have forecast.io up and running but only need it to report one temperature. I figured sensible (just temp not apparent) makes the most sense as I am getting humidity also. When I remove “- apparent_temperature” I get no sensors. With it there I get the ones I configured. Bug?
Do get any errors in the log? For a better understanding can you show us your configuration.yaml
entry for the forecast sensor (please redact the API key).
I don’t get any errors. Just no feedback in UI. I’m at work and will play with this some more tonight. Here is the config entry. Thanks.
# Forecast IO
sensor:
- platform: forecast
api_key: ********
monitored_conditions:
- summary
- precip_type
- temperature
- apparent_temperature
- cloud_cover
- humidity
- visibility
- platform: nest
monitored_conditions:
- 'battery_level'
- 'co_status'
- 'smoke_status'
So now when I restart HASS I randomly get weather. No changes to anything. Sometimes I have weather, sometimes not. I checked my Forecast.io API limits and am well below max. Any ideas what might make it more stable?