Guys,
I’m trying to use the live view for a camera that is recording in my Synology with Surveillance Station.
Setup as follows:
- platform: synology
url: http://192.168.180.10:5000
name: sincam
username: SECRET
password: SECRET
timeout: 15
From the group file:
group:
camera:
view: yes
name: Camera
entities:
- camera.hall
- camera.sincam
- camera.dlink__dcs5222l
2017-06-19 17:21:24 INFO (MainThread) [homeassistant.components.camera] Setting up camera.synology
2017-06-19 17:21:24 INFO (MainThread) [homeassistant.components.camera] Setting up camera.mjpeg
For some reason the camera doesn’t show up on the view. No errors, nothing. Anything I’m missing here?
Thanks!