PLUG-IN SUPPORT
eedomus
camera ffmpeg
melcloud
netatmo
http-door
GUIDE INSTALL
Step 1
Install Docker from the Package Manager on your Diskstation.
Step 2
Download in Docker the image “fabienforton/homebridge”.
Step 3
Create a folder “homebridge” in your “Docker” share on the Diskstation Add config.json and a install.sh files with the modules you want to the homebridge folder.
Step 4
“Launch” this image and set the following advanced options:
1°) Network: Use the same network as the Docker host
2°) Volume: Add for easy access to the dockerized homebridge folder a local directory and point this to /root/.homebridge
3°) Run container (you can see in the log what is is doing) First it shall install the modules form the install.sh . Then it will run homebridge with the settings form the config.json.
There should be a homebridge device called ‘Homebridge is Working”
Step 5
Rename install.sh > install.sh.installed if u don’t want to wait every time the container runs.
Add the modules you want to use by editing the install.sh, this wil runs every time when the
container starts.