Hey all,
Started getting this a time out error recently. It is happening when calling to lock or unlock my august smart locks but doesn’t happen all the time. Anyone know what might be causing this? I have tried spacing out the calls as I thought perhaps it was caused from to many calls to the august api but it does not seem to help.
File "/usr/lib/python3.8/site-packages/appdaemon/threading.py", line 777, in worker
funcref(entity, attr, old_state, new_state,
File "/config/appdaemon/apps/stay_routine.py", line 54, in stay_routine_cb
self.utils.lock_front_door()
File "/config/appdaemon/apps/utils.py", line 269, in lock_front_door
self.call_service('lock/lock', entity_id='lock.front_door')
File "/usr/lib/python3.8/site-packages/appdaemon/utils.py", line 191, in inner_sync_wrapper
f = run_coroutine_threadsafe(self, coro(self, *args, **kwargs))
File "/usr/lib/python3.8/site-packages/appdaemon/utils.py", line 285, in run_coroutine_threadsafe
result = future.result(self.AD.internal_function_timeout)
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 441, in result
raise TimeoutError()
concurrent.futures._base.TimeoutError