Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stfnhmplr/homebridge-synology

Control your Synology Diskstation with Homekit
https://github.com/stfnhmplr/homebridge-synology

diskstation homebridge homebridge-plugin synology

Last synced: about 13 hours ago
JSON representation

Control your Synology Diskstation with Homekit

Awesome Lists containing this project

README

        

project

## 🧐 Features
- Wake up (WOL has to be enabled) and shutdown your Synology Diskstation
- Get the current system temperature
- Supports 2-Factor-Authentication
- Configuration through homebridge-ui-x

**If you would like to support me or the further development, please consider buying me a coffee.**

Buy Me A Coffee

## 🚀 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
```

## 🛠️ Configuration
Edit your `config.json` and add a new accessory. Example:

```json
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:51",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file for the homebridge synology plugin",
"hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration",
"accessories": [
{
"accessory": "synology",
"name": "Diskstation",
"host": "192.168.1.1",
"mac": "A1:B2:C3:D4:E5:F6",
"port": 5000,
"protocol": "http",
"username": "your-username",
"password": "your-password",
"version": "6.2.2",
"otp": "otp-code for 2FA",
"startupTime": 60,
"shutdownTime": 60,
"disabled": [],
}
]
}
```
### Some explanations
- **Version:** Your current DSM Version. **Important:** If you are using DSM version > 6.2.2 or DSM 7, enter `6.2.2` here anyway.
- **OTP (optional):** If you have enabled 2-Factor-Authentication, the code must be entered here. For more information, see https://github.com/iobroker-community-adapters/ioBroker.synology/blob/HEAD/docs/en/template.md
- **Startup and shutdown time (optional):** You can specify a duration for the startup and the shutdown process. During this time, there is no status change due to polling. Both defaults to 60s.
- **disabled (optional):** You can disable features. The services to be deactivated must be specified as an array of strings, such as `["switch", "temperature", "diskTemperature"]`. If you disable the switch functionality, you can't start or stop your diskstation anymore.

## 🛡️ License
This project is licensed under the MIT