vinnyspb
vinnyspb
I made a workaround for myself which effectively reloads the whole integration once it gets stuck. To do that, I added a new reload method into `__init__.py` of the integration:...
A workaround that seems to fix it for me is described [here](https://github.com/twrecked/hass-aarlo#missing-events). Apparently the issue is caused by Arlo MQTT backend changing certificate CN: ``` $ openssl s_client -showcerts -connect...
Mine did not crash, I restarted for other reasons, but it started happening immediately after restart as well. Guessing that's because until you restart, the connection was still established and...