Done, thanks again.waltervl wrote: ↑Saturday 05 February 2022 10:35 Thanks, also the Domoticz install on Synology wiki has been updated with docker install instructions. See https://www.domoticz.com/wiki/Synology
So also wise the refer to that for first time install.
Search found 31 matches
- Saturday 05 February 2022 11:21
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Replies: 121
- Views: 31908
Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Saturday 05 February 2022 9:57
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Replies: 121
- Views: 31908
- Saturday 05 February 2022 9:08
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Replies: 121
- Views: 31908
Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
Added an extra part in original post regarding updating to 2022.01, plus a way to check which python version the container uses and how to change the default version (not visible in quote below). Updating to 2022.01 (added Feb. 05 2022) Updating the Domoticz-docker to version 2022.01 works great ...
- Sunday 23 May 2021 20:22
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: domoticz on synology without jadahl
- Replies: 19
- Views: 10016
Re: domoticz on synology without jadahl
For DSM 6.xxx you can try install the Synology usb serial driver package from jadahl (www.jadahl.com) but I don't know if this runs on DSM 7. Before I did this my Domoticz Docker container did not see my Z-wave and RFXCOM-XL usb-stick, same as you state. How to get 4 USB devices (easily) passed ...
- Friday 05 March 2021 19:20
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Replies: 121
- Views: 31908
Re: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
You are correct, but I do not have an alternative at this moment. Please fill me in if you have one.
- Friday 26 February 2021 14:12
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
Just went from the Jadahl version to this docker version. Works nicely with zigbee2mqtt in other docker container. However, it seems that the DZVentz scripts are not work, while the blockly scripts do. Any idea how to solve this? All scripts work perfectly in the Jadahl version. I just made a guide ...
- Friday 26 February 2021 13:44
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
- Replies: 121
- Views: 31908
Synology - guide to switch from Jadahl package to official docker (domoticz-docker)
I had Domoticz installed as a package from Jadahl, but because development stopped and DSM 7 is coming I needed an alternative. I found the official docker (https://hub.docker.com/r/domoticz/domoticz) and wanted to switch, keeping my entire domotica setup working. After several days everything is ...
- Wednesday 24 February 2021 18:40
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
The Python and curl scripts are running now. In the Docker GUI on Synology I went to Terminal -> make. In the bash I did the following; apt update apt install curl apt install python (Yes) apt install python-requests (Yes) As stated in one of the first posts, the packages are not installed inside ...
- Tuesday 23 February 2021 12:03
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
But when i want to execute a script with a virtual switch i get an error: Error: SQLHelper: Error script not found '/opt/domoticz/userdata/scripts/hs/hsDomCopy.py Adding /scripts/hs/hsDomCopy.py to plugins does change nothing. Strange, I have the same issue with scripts 'not being found'. So I ...
- Tuesday 23 February 2021 9:01
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
Could someone explain where the scripts are stored in the docker container? I have copied the scripts folder from my previous (Jadahl package) setup to the docker/domoticz (which is connected to /opt/domoticz/userdata). But the scripts inside Domoticz are not in sync with the scripts in this folder ...
- Tuesday 23 February 2021 8:40
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
I am a still confused. This is my screen. Is this the correct way? Hi Harrie, I have the same setup, but I didn't use a config folder. But this should not matter afak. In File Station you are now able to see the Domoticz-docker files, correct? Screenshot is because of some other issue, but you can ...
- Tuesday 23 February 2021 8:38
- Forum: General Discussion
- Topic: Oficial Docker Container
- Replies: 216
- Views: 112121
Re: Oficial Docker Container
Could someone explain where the scripts are stored in the docker container? I have copied the scripts folder from my previous (Jadahl package) setup to the docker/domoticz (which is connected to /opt/domoticz/userdata). But the scripts inside Domoticz are not in sync with the scripts in this folder ...
- Tuesday 23 February 2021 8:27
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: domoticz on synology without jadahl
- Replies: 19
- Views: 10016
Re: domoticz on synology without jadahl
You should put your scripts folder into userdata folder. This is where it gets strange, because as far as I can tell this is inside the userdata folder. The scripts are in: volume1/docker/domoticz/scripts/python/ and I connected the following volumes inside my docker container: /opt/domoticz ...
- Monday 22 February 2021 16:59
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: domoticz on synology without jadahl
- Replies: 19
- Views: 10016
Re: domoticz on synology without jadahl
I managed to get the device working with a docker-compose file. Placed in inside 'docker/domoticz/' (if this is your connected path in Docker) as docker-compose.yml Version: '3.3' services: domoticz: image: domoticz/domoticz container_name: domoticz restart: unless-stopped #Pass devices to container ...
- Sunday 21 February 2021 22:50
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: domoticz on synology without jadahl
- Replies: 19
- Views: 10016
Re: domoticz on synology without jadahl
Thanks. I just tried some stuff, pretty straight forward. Problem I ran into is that I do not know what to put in the device field. I have Zigbee2MQTT running on docker as well with the usb on tty/ACM1. I have a p1 smart meter connected to Dominica on tty/ACM0. As soon as I start Domoticz from ...
- Sunday 21 February 2021 20:02
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: domoticz on synology without jadahl
- Replies: 19
- Views: 10016
Re: domoticz on synology without jadahl
I managed in the early days of Domoticz to get it running on a synology. Updating every time was very difficult. You have 3 options in my opinion 1. Jadahl 2. If you can run Docker on your Synology follow that road. 3. Buy a Pi , as I did. Any advise how to switch from Jadahl package to Docker? I ...
- Saturday 18 April 2020 17:53
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
maybe it feels like a patch but this script definately will be usefull in the future. like you noticed they are going to kill that loopback feature in the future because it is not compliant to standards. with this script you can still have the same functionality and sync device statusses between ...
- Saturday 18 April 2020 17:24
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
Sorry, missed that one.
I made it nil and now it works. Thanks for all your help and patience with me
.
Even though it feels like a patch instead of a definite solution, I am really happy it is all working now.
I made it nil and now it works. Thanks for all your help and patience with me

Even though it feels like a patch instead of a definite solution, I am really happy it is all working now.
- Saturday 18 April 2020 15:11
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
I installed the script and changed devices (only added one Tasmota device called 'Verlichting Achtertuin' --[[ dumpMQTT for all switch type devices this dzVents script sends current status of all switch-type devices with ()optionally) the string mqttsync in the descriptionfield to the defined mqtt ...
- Saturday 18 April 2020 12:10
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
Ah, that seems to make sense.
Just to be sure; I need to make a virtual switch called 'MQTT-Broadcast' (type; on/off or stateless?) before the script will work?
Just to be sure; I need to make a virtual switch called 'MQTT-Broadcast' (type; on/off or stateless?) before the script will work?