Most of the time HASS works fine connected to my Synology camera. When it loses it’s connection though, I have to restart HASS to get the camera back. Is there a way to make HASS auto-reconnect to the camera?
camera:
- platform: synology
url: https://192.168.1.80:5001
username: USERNAME
password: PASSWORD
verify_ssl: false
This error in the log might be related:
2017-10-18 18:32:38 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on socket transport
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/selector_events.py”, line 582, in _read_ready
data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out