Skip to content

pdiegmann/homebridge-synology-diskstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge-Synology-Diskstation

homebridge-plugin. Control your Synology Diskstation with Apple-Homekit.

#Installation Follow the instruction in NPM for the homebridge server installation. The plugin is published through NPM and should be installed "globally" by typing:

sudo npm install -g homebridge-synology-diskstation

#Configuration

config.json

Example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:51",
        "port": 51826,
        "pin": "031-45-154"
    },
    "description": "This is an example configuration file for homebridge synology diskstation plugin",
    "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
    "accessories": [
        {
            "accessory": "SynologyDiskstation",
            "name": "Diskstation",
            "host": "192.168.178.1",
            "mac": "A1:B3:C3:D4:E5:EX",
            "port": "port number",
            "secure": false,
            "account": "admin",
            "password": "supersecret",
            "version": 6
        }
    ]
}

#Functions

  • wake up (wake-on-lan has to be active) your diskstation
  • shutdown your diskstation
  • get the current system temperature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published