August Door Lock Not Working

Hi Everyone,

I recently installed the August door lock and it was working perfectly. Now, I can’t get it to work at all.

I’ve tried deleting the August folder, I’ve reinstalled HA and tried any suggestions I could find on the forums, but nothing seems to work.

Any suggestions would be helpful. Thanks!

Raspberri Pi 3 w/ Hass.io

august: Error on device update!

Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 353, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/lock/august.py”, line 50, in update
self._lock_status = self._data.get_lock_status(self._lock.device_id)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/august.py”, line 229, in get_lock_status
self._update_locks()
File “/usr/local/lib/python3.6/site-packages/homeassistant/util/init.py”, line 325, in wrapper
result = method(*args, **kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/august.py”, line 244, in _update_locks
self._access_token, lock.device_id)
File “/usr/local/lib/python3.6/site-packages/august/api.py”, line 214, in get_lock_status
access_token=access_token).json()
File “/usr/local/lib/python3.6/site-packages/august/api.py”, line 261, in _call_api
response.raise_for_status()
File “/usr/local/lib/python3.6/site-packages/requests/models.py”, line 939, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 409 Client Error: Conflict for url: https://api-production.august.com/locks/7458B4FA5FF846F3BC3EC9AB0F32EAFE/status

whats your config look like? I hope this isn’t an issue because i plan to implement this module this weekend

i googled and came across a similar issue they have not fixed yet
https://github.com/home-assistant/home-assistant/issues/13815

found this thread Error setting up August Lock