homebridge-synology-diskstation

0.1.21 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-synology-diskstation

    Weekly Downloads

    23

    Version

    0.1.21

    License

    ISC

    Unpacked Size

    13 kB

    Total Files

    5

    Last publish

    Collaborators

    • pdiegmann