1. How to Install OpenHAB on your Synology NAS 
    • General: In the Task field type in “Install openHAB“. Uncheck “Enabled” option. Select root User.
    • Schedule: Select Run on the following date then select “Do not repeat“.
    • Task Settings: Check “Send run details by email“, add your email then copy paste the code below in the Run command area. After that click OK.
    docker run -d --name=openhab \
    -p 7100:8080 \
    -v /volume1/docker/openhab/conf:/openhab/conf \
    -v /volume1/docker/openhab/addons:/openhab/addons \
    -v /volume1/docker/openhab/userdata:/openhab/userdata \
    --restart always \
    openhab/openhab:latest
  2. Docker Container set «Environment Varible» EXTRA_JAVA_OPTS  to «-Duser.timezone=Europe/Berlin»
  3. Unifi Binding port is no longer 8443. Use 443 instead. 
  4. ...