Skip to content

billhu1996/SynologySwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SynologySwitch

Synology switch for Home Assistant. Control your Synology Diskstation with Home Assistant.

supports DSM 5.x and 6.x

How to use

Install Home Assistant first.

1

Using Home Assistant Community Store

OR

Copy __init__.py and switch.py to homeassistant/custom_components/synology_switch/

2

Edit configuration.yaml

Example:

switch:
  - platform: synology_switch
    url: https://www.example.com:5001
    mac: 00:11:22:33:EE:FF
    username: username
    password: pass
    secure: False

Functions

  • wake up (wake-on-lan has to be active) your diskstation
  • shutdown your diskstation

Two factor authentification (2FA)

This plugin does not support 2FA. If you have enabled 2FA, consider creating another account without 2FA.

Issues

Please double check your config.json before opening an issue. When you open an issue provide a detailed description of your problem and add your config.json (without password).

Support

PRs are always welcome.

Thanks

Homebridge-Synology

About

Synology switch for Home Assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages