You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Odd problem here I can't quite seem to figure out. If the door has been locked for 10 minutes, HA then detects that the door is unlocked, even though it's not. Going into the actual SmartRent app, I see it still says the door is locked. Found this error in my logs immediately after locking the door.
WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f640a9910>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by custom integration 'smartrent' at custom_components/smartrent/lock.py, line 64: await self.device.async_set_locked(True) (offender: /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose)), please create a bug report at https://github.com/ZacheryThomas/homeassistant-smartrent/issues
So again, I'll lcok the door, set a ten-minute timer on my phone, and it'll change the state to unlocked almost exactly 10 minutes after being locked.
I have tried rolling back to the version of the SmartRent HACS, I have completely removed it and reinstalled it and rebooted a few times in between all of that.
The text was updated successfully, but these errors were encountered:
Odd problem here I can't quite seem to figure out. If the door has been locked for 10 minutes, HA then detects that the door is unlocked, even though it's not. Going into the actual SmartRent app, I see it still says the door is locked. Found this error in my logs immediately after locking the door.
WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f640a9910>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by custom integration 'smartrent' at custom_components/smartrent/lock.py, line 64: await self.device.async_set_locked(True) (offender: /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose)), please create a bug report at https://github.com/ZacheryThomas/homeassistant-smartrent/issues
So again, I'll lcok the door, set a ten-minute timer on my phone, and it'll change the state to unlocked almost exactly 10 minutes after being locked.
I have tried rolling back to the version of the SmartRent HACS, I have completely removed it and reinstalled it and rebooted a few times in between all of that.
The text was updated successfully, but these errors were encountered: