Hey!
Don’t know if this is the right forum section but here goes (or if moderator helps move it to correct one):
So after updating to latest version of hass I noticed in the log that there are tons and tons of errors.
I’ve hidden a bit of info (might be the key from forecast.io?) just in case I shouldn’t post that here, but this is what bassically gets repeated for eternity in the log.
The weather forecast itself seems to work fine tho when looking at hass frontend/ui.
Someone has a clue?
homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 273, in update
self._api_key, self.latitude, self.longitude, units=self.units)
File "/home/pi/.homeassistant/deps/forecastio/api.py", line 41, in load_forecast
return manual(baseURL, callback=callback)
File "/home/pi/.homeassistant/deps/forecastio/api.py", line 51, in manual
return get_forecast(requestURL)
File "/home/pi/.homeassistant/deps/forecastio/api.py", line 60, in get_forecast
forecastio_reponse.raise_for_status()
File "/usr/local/lib/python3.4/dist-packages/requests/models.py", line 862, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.forecast.io/forecast/hiding_this_just_in_case?units=si
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/core.py", line 1164, in job_handler
func(*args)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py", line 229, in _update_entity_states
entity.update_ha_state(True)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity.py", line 154, in update_ha_state
self.update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 183, in update
self.forecast_data.update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/forecast.py", line 275, in update
raise ValueError("Unable to init Forecast.io. - %s", error)
ValueError: ('Unable to init Forecast.io. - %s', HTTPError('403 Client Error: Forbidden for url: https://api.forecast.io/forecast/hiding_this_just_in_case?units=si',))