Synology Surveillance Station IP Camera

I have an example config to get you started on the readme of my GitHub page here.

thank you @RaysceneNS !
let me test it :slight_smile:

i’m getting:
socket.timeout: The read operation timed out

urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘192.168.1.3’, port=5001): Read timed out. (read timeout=30)
Any help?

Only works with one component at time.
If i put camera and switch at same time, nothing works.
My config is:

camera:
  - platform: synology
    url: https://192.168.1.3:5001
    username: hass
    password: 1234567890
    timeout: 30
    verify_ssl: false
	
switch:
  - platform: synologysurveillance
    url: https://192.168.1.3:5001
    username: hass
    password: 1234567890
    verify_ssl: false
    timeout: 30

add verify_ssl: false in rest configuration.
rest_command:

home_mode:
url: !secret rest_command_home_mode_off
method: get
verify_ssl: false