My Netatmo Welcome Camera is working fine in HA, but the HA log is full of errors like this. Why?
2017-08-24 14:47:39 ERROR (MainThread) [homeassistant.helpers.entity] Update for binary_sensor.koducam_someone_known fails
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 225, in async_update_ha_state
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/binary_sensor/netatmo.py”, line 170, in update
self._data.update_event()
File “/usr/lib/python3.6/site-packages/homeassistant/util/init.py”, line 306, in wrapper
result = method(*args, **kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py”, line 121, in update_event
home=self.home, cameratype=self.camera_type)
File “/usr/lib/python3.6/site-packages/smart_home/Camera.py”, line 252, in updateEvent
resp = postRequest(_GETEVENTSUNTIL_REQ, postParams, body_size=None)
File “/usr/lib/python3.6/site-packages/smart_home/init.py”, line 27, in postRequest
resp = urllib.request.urlopen(req, params).read(body_size).decode(“utf-8”)
File “/usr/lib/python3.6/urllib/request.py”, line 223, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.6/urllib/request.py”, line 532, in open
response = meth(req, response)
File “/usr/lib/python3.6/urllib/request.py”, line 642, in http_response
‘http’, request, response, code, msg, hdrs)
File “/usr/lib/python3.6/urllib/request.py”, line 570, in error
return self._call_chain(*args)
File “/usr/lib/python3.6/urllib/request.py”, line 504, in _call_chain
result = func(*args)
File “/usr/lib/python3.6/urllib/request.py”, line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden