0.1.21 • Published 4 years ago

homebridge-synology-diskstation v0.1.21

Weekly downloads
59
License
ISC
Repository
github
Last release
4 years ago

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
0.1.21

4 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago