All Projects → oznu → Homebridge Syno Spk

oznu / Homebridge Syno Spk

Licence: gpl-3.0
This third-party Synology Package simplifies the process of running oznu/docker-homebridge on DSM 6.1.3 or later.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Homebridge Syno Spk

homebridge-synology
Control your Synology Diskstation with Homekit
Stars: ✭ 135 (-55.3%)
Mutual labels:  homebridge, synology
homebridge-automation-switches
A flexible automation switch for Homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 96 (-68.21%)
Mutual labels:  homebridge
homebridge-crestron
homebridge & crestron
Stars: ✭ 47 (-84.44%)
Mutual labels:  homebridge
homebridge-vorwerk
A Vorwerk Kobold VR200 and VR300 vacuum robot plugin for homebridge.
Stars: ✭ 14 (-95.36%)
Mutual labels:  homebridge
HomeKit-Bridge
Enabled HomeKit integration via Homebridge for Indigo Home Automation
Stars: ✭ 43 (-85.76%)
Mutual labels:  homebridge
homebridge-konnected
A Homebridge plugin for Konnected Alarm Panel devices
Stars: ✭ 25 (-91.72%)
Mutual labels:  homebridge
homebridge-google-nest-sdm
A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats.
Stars: ✭ 16 (-94.7%)
Mutual labels:  homebridge
Homebridge Tplink Smarthome
TP-Link Smarthome Plugin for Homebridge
Stars: ✭ 277 (-8.28%)
Mutual labels:  homebridge
hpool-miner
chia chia-miner hpool hpool-miner hpool-og-miner hpool-pp-miner Synology RaspberryPi
Stars: ✭ 22 (-92.72%)
Mutual labels:  synology
homebridge-switcheroo
Simple on/off or multiswitch radio buttons for http reqs. Useful for lights, A/V systems, home automation, whatever
Stars: ✭ 38 (-87.42%)
Mutual labels:  homebridge
homebridge-dyson-fan
A Homebridge plugin for controlling a Dyson fan.
Stars: ✭ 17 (-94.37%)
Mutual labels:  homebridge
homebridge-tradfri-plugin
Ikea Tradfri plugin for Homebridge
Stars: ✭ 56 (-81.46%)
Mutual labels:  homebridge
homebridge-lg-thinq-ac
Homebridge plugin for LG ThinQ-enabled portable air conditioner
Stars: ✭ 44 (-85.43%)
Mutual labels:  homebridge
homebridge-ranger
A HomeKit range extender for Bluetooth Low Energy (BLE) accessories.
Stars: ✭ 65 (-78.48%)
Mutual labels:  homebridge
Syno
Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x.
Stars: ✭ 255 (-15.56%)
Mutual labels:  synology
homebridge-ecobee3-sensors
Homebridge plugin that exposes Ecobee 3 sensors as HomeKit accessories.
Stars: ✭ 21 (-93.05%)
Mutual labels:  homebridge
synology-pihole
Install or Update Pi-Hole as Docker Container on a Synology NAS with a Static IP Address
Stars: ✭ 22 (-92.72%)
Mutual labels:  synology
Ftpgrab
Grab your files periodically from a remote FTP or SFTP server easily
Stars: ✭ 300 (-0.66%)
Mutual labels:  synology
Homeassistantconfiguration
Home Assistant Config. For more info see link:
Stars: ✭ 260 (-13.91%)
Mutual labels:  homebridge
synoter
A node library to get data from Synology NoteStation.
Stars: ✭ 16 (-94.7%)
Mutual labels:  synology

Build GitHub release

Synology Package for Homebridge Docker

This third-party Synology Package simplifies the process of running Homebridge on devices that support Docker and are running DSM 6.1.3 or later.

This package will deploy the oznu/homebridge image using the recommended settings:

  • --net=host is set automatically.
  • -e TZ variable is set based on your current timezone of your Synology NAS.
  • -e PUID variable is set to the same UID as the user who installs the package in DSM.
  • -e PGID variable is set to the same GID as the user who installs the package in DSM.
  • -v /homebridge is setup automatically using the directory chosen by you during installation.

How to install

Step 1: Download the latest .spk from here: https://github.com/oznu/homebridge-syno-spk/releases/latest

Step 2: Open Package Center in DSM and select the Manual Install option.

Step 3: Click Yes when warned about using a package from an unknown publisher.

Step 4: Enter the path where you want Homebridge to store it's config.

Step 5: Complete the wizard. The first time you install may take some time as the latest oznu/homebridge image is downloaded from Docker Hub.

Step 6: Use the Homebridge app icon in the main menu to access the Homebridge UI where you can manage your setup.

oznu/homebridge-syno-spk-install

The Homebridge Config UI app starts on port 8581. The default username is admin with password admin.

Updating Homebridge

Homebridge can be updated from inside the Config UI. From time to time you may need to upgrade the oznu/homebridge Docker container image which can be done by stopping and starting the package in the Synology DSM Package Center.

Adding Additional Packages

Some plugins may require additional packages to be installed which can be done by editing the startup.sh script.

The startup.sh file will be created in the volume you choose during the setup wizard. You can edit this file from the UI by going to the Docker menu -> Startup Script.

Example startup.sh file to install ffmpeg:

#!/bin/sh

apk add --no-cache ffmpeg ffmpeg-libs

Example startup.sh file to install libpcap-dev:

#!/bin/sh

apk add --no-cache libpcap-dev

To apply the changes made to the startup.sh file you need to restart the entire container using the Docker app in DSM.

Issues

If you have an issue with the installation of Homebridge using this package please raise an issue on this project's GitHub page. For everything else:

Some users have reported not being able to get Homebridge to work at all on their Synology NAS while Bonjour is activated, see this issue for more details.

Contributing

Pull requests are welcome.

Setting up for development

See the Synology DSM 6.0 Developer Guide.

License

Copyright (C) 2017-2020 oznu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].