I had an august lock Integration. As i was seeing some lag , I factory reset and setup the August lock. Once done, I have removed the integration( I assumed this will cleanup everything) and re added the integration, but I do not see any entities or devices added .
The only entity I can see under developer tools, not sure if its related oer not.
I have enabled the logging for august as below -
default: warning
logs:
homeassistant.components.august: debug
I see below logs when I reload the integration.
(masked values for security, but if anything is needed for troubleshoot please let me know)
2021-04-22 08:16:12 DEBUG (MainThread) [homeassistant.components.august] Started retrieving detail for MainDoor (8A01E7XXXXXXXXXXXXXXXXXXXXXXXXXXX)
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august] Completed retrieving detail for MainDoor (8A01E7XXXXXXXXXXXXXXXXXXXXXXXXXXX)
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august] async_signal_device_id_update (from detail updates): 8A01E7XXXXXXXXXXXXXXXXXXXXXXXXXXX
2021-04-22 08:16:13 INFO (MainThread) [homeassistant.components.august] The lock MainDoor could not be setup because it does not have a bridge (Connect)
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august.activity] Start retrieving device activities
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august.activity] Updating device activity for house id 60652952-xxxx-xxxx-xxxx-xxxxxxxxxxx
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august.activity] Completed retrieving device activities for house id 60652952-xxxx-xxxx-xxxx-xxxxxxxxxxx
2021-04-22 08:16:13 DEBUG (MainThread) [homeassistant.components.august.activity] async_signal_device_id_update (from activity stream): 8A01E7XXXXXXXXXXXXXXXXXXXXXXXXXXX
and on core.device_registry
, i see below orphan , if I convert the time, its matching with the time I reset the august lock.
{
“config_entries”: ,
“connections”: ,
“identifiers”: [
[
“august”,
“8A01E7XXXXXXXXXXXXXXXXXXXXXXXXXXX”
]
],
“id”: “edbeb1815e4a84d12a31cd0f44d37189”,
“orphaned_timestamp”: 1619098485.0489392
}
from actual August app, I am able to use the device without any issue. Can someone point me what could be the reason and how I can fix it ?
Thank you for reading and helping me.