domoticz in synology as package! Available now.

Others (MiLight, Hue, Toon etc...)

Moderator: leecollings

matsumoto
Posts: 6
Joined: Wednesday 13 April 2016 23:14
Target OS: NAS (Synology & others)
Domoticz version: V3.9483
Contact:

Re: domoticz in synology as package! Available now.

Post by matsumoto »

matsumoto wrote: Thursday 24 October 2019 8:39 Hi,

No longer support for MARVELL Kirkwood 88F6282 (ds413j) ?
I've got a problem with Chrome displaying an empty screen with only a "replace" field.

If no more support, any detailed tutorial how to compile domoticz for my NAS ?

Thanks !
up !
bertbigb
Posts: 147
Joined: Thursday 13 August 2015 13:36
Target OS: NAS (Synology & others)
Domoticz version: beta
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post by bertbigb »

jumbotroll wrote: Sunday 17 November 2019 17:55
bertbigb wrote: Sunday 17 November 2019 16:13 Hi all,

I encounter a very new problem for me.
I just downloaded http://www.jadahl.com/domoticz_stable_6 ... rch=avoton for my Synology 1517+
It is installing but I can't get it to run from the package centre.
Someone else recognizing this problem? Who can help me or guide me a bit to get it to work?
You have installed the Python version and you have to install Python3 package for domoticz to run.
Download and install this: https://global.download.synology.com/do ... mber=24922
Thanks for your good help Jumbotroll, this solved the problem.
Best regards Bert

Synology DS1517+ - DSM 6.2
Raspberry PI2-B, Raspberry Nano - Raspberry PI3 - model B
Xiaomi Gateway - Philips HUE Lights - Zwave - RFXCom(E) with KaKu and other 433MHz devices - Yeelight Lights - Toon
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

matsumoto wrote: Sunday 17 November 2019 21:53
matsumoto wrote: Thursday 24 October 2019 8:39 Hi,

No longer support for MARVELL Kirkwood 88F6282 (ds413j) ?
I've got a problem with Chrome displaying an empty screen with only a "replace" field.

If no more support, any detailed tutorial how to compile domoticz for my NAS ?

Thanks !
up !
There is no tutorial how to do this, because it's not possible.
The toolchain for 88F8282 from synology is to old.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
hbennis
Posts: 7
Joined: Friday 29 September 2017 0:50
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by hbennis »

@Jumbotroll: will you compile the latest beta including python for me
i'm use a DS115.
thnks
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

hbennis wrote: Tuesday 26 November 2019 10:09 @Jumbotroll: will you compile the latest beta including python for me
i'm use a DS115.
thnks
Latest beta with Python is compiled and uploaded for DS115 8-)
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
RobbieT
Posts: 17
Joined: Thursday 13 December 2018 14:34
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by RobbieT »

Hi,

Thanks for the awesome packages! Sometimes when I want to install a plugin additional modules have to be installed. For instance; I want to make us of a plugin to control my LG tv. I need "pylgtv" for this with the following command; pip3 install pylgtv

How can I do this so that it will work within domoticz?
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

RobbieT wrote: Saturday 30 November 2019 15:26 Hi,

Thanks for the awesome packages! Sometimes when I want to install a plugin additional modules have to be installed. For instance; I want to make us of a plugin to control my LG tv. I need "pylgtv" for this with the following command; pip3 install pylgtv

How can I do this so that it will work within domoticz?
I don't use Python plugins myself, but did you try to copy the files into the plugins folder and restart domoticz?
The plugins folder is located in /usr/local/domoticz/var/plugins on synology!
Try to: sudo wget https://github.com/GameDevHobby/Domotic ... Plugin.git
in the plugin folder and restart NAS/Domoticz
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
RobbieT
Posts: 17
Joined: Thursday 13 December 2018 14:34
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by RobbieT »

jumbotroll wrote: Saturday 30 November 2019 16:29
RobbieT wrote: Saturday 30 November 2019 15:26 Hi,

Thanks for the awesome packages! Sometimes when I want to install a plugin additional modules have to be installed. For instance; I want to make us of a plugin to control my LG tv. I need "pylgtv" for this with the following command; pip3 install pylgtv

How can I do this so that it will work within domoticz?
I don't use Python plugins myself, but did you try to copy the files into the plugins folder and restart domoticz?
The plugins folder is located in /usr/local/domoticz/var/plugins on synology!
Try to: sudo wget https://github.com/GameDevHobby/Domotic ... Plugin.git
in the plugin folder and restart NAS/Domoticz
Hi Thanks! Installing the plugin is not a problem. However, some plugins do need extra python options like this plugin for LG TV.
requires install of pylgtv library: pip3 install pylgtv

However when I run this command, the plugin doesn't work afterwards. Any ideas?
PieterS
Posts: 195
Joined: Wednesday 31 May 2017 16:06
Target OS: NAS (Synology & others)
Domoticz version: 2024.7
Location: NL
Contact:

Re: domoticz in synology as package! Available now.

Post by PieterS »

Hi Jumbotroll,

Last weeks several crashes on the stable version Domoticz V4.10717 (c)2012-2019 GizMoCuz
Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08

I asked for information in https://www.domoticz.com/forum/viewtopi ... 18#p235618

When I look in my running Domoticz-site on Settings, About there is in my build a prerelease of Python. It says:

Over Domoticz
Version: 4.10717
Build Hash: b38b49e-modified
Compile Date: 2019-05-09 13:04:08
dzVents Version: 2.4.19
Python Version: 3.5.1 (default, Jan 29 2018, 14:18:59) [GCC 4.9.3 20150311 (prerelease)]

I downloaded and installed this version in May 2019. Because of the trouble and crashes I would ask a silly question: Is it possible to build a version: 4.10717 with a newer version of Python? Or is that not possible?
Synology with Domoticz build (V2024.7) in Docker
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

PieterS wrote: Monday 03 February 2020 23:01 Hi Jumbotroll,

Last weeks several crashes on the stable version Domoticz V4.10717 (c)2012-2019 GizMoCuz
Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08

I asked for information in https://www.domoticz.com/forum/viewtopi ... 18#p235618

When I look in my running Domoticz-site on Settings, About there is in my build a prerelease of Python. It says:

Over Domoticz
Version: 4.10717
Build Hash: b38b49e-modified
Compile Date: 2019-05-09 13:04:08
dzVents Version: 2.4.19
Python Version: 3.5.1 (default, Jan 29 2018, 14:18:59) [GCC 4.9.3 20150311 (prerelease)]

I downloaded and installed this version in May 2019. Because of the trouble and crashes I would ask a silly question: Is it possible to build a version: 4.10717 with a newer version of Python? Or is that not possible?
Is it possible to build a version: 4.10717 with a newer version of Python? Or is that not possible?

Sorry It's to much hazzel ATM..
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
PieterS
Posts: 195
Joined: Wednesday 31 May 2017 16:06
Target OS: NAS (Synology & others)
Domoticz version: 2024.7
Location: NL
Contact:

Re: domoticz in synology as package! Available now.

Post by PieterS »

Thanks for your answer. No worries.
Synology with Domoticz build (V2024.7) in Docker
Madomo
Posts: 3
Joined: Wednesday 05 February 2020 18:04
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Unable to launch Domotics with python on synology DS715

Post by Madomo »

Hello,

If I install Domotics without python on my synology DS715, it works.
On the other hand, if I install the package with python, the launching tries to be done then fails.
I requested assistance from Synology which (of course) let me know that no assistance was planned for non synology packages.

The only indication at my disposal is the log:
---------------------------------------------------------------------------------------------
2020-02-05 17:51:30.374 Status: Domoticz V4.10717 (c)2012-2019 GizMoCuz
2020-02-05 17:51:30.374 Status: Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08
2020-02-05 17:51:30.374 Status: Startup Path: /usr/local/domoticz/
2020-02-05 17:51:30.562 Error: Domoticz(pid:20930, tid:20930('domoticz')) received fatal signal 6 (Aborted)
2020-02-05 17:51:30.562 Error: siginfo address=0x51c2, address=0x76524fe8
2020-02-05 17:51:30.567 Error: Failed to start gdb, will use backtrace() for printing stack frame

2020-02-05 17:51:30.568 Error: #0 /usr/local/domoticz/bin/domoticz() [0x2549c2]
2020-02-05 17:51:30.568 Error: #1 /usr/local/domoticz/bin/domoticz : signal_handler(int, siginfo_t*, void*) + 0x22d [0x255256]
2020-02-05 17:51:30.568 Error: #2 /lib/libc.so.6 : __default_rt_sa_restorer + 0 [0x76524e80]
2020-02-05 17:51:30.568 Error: #3 /lib/libc.so.6 : gsignal + 0x34 [0x76523c54]
2020-02-05 18:05:59.646 Status: Domoticz V4.10717 (c)2012-2019 GizMoCuz
2020-02-05 18:05:59.646 Status: Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08
2020-02-05 18:05:59.646 Status: Startup Path: /usr/local/domoticz/
2020-02-05 18:05:59.696 Error: Domoticz(pid:27792, tid:27792('domoticz')) received fatal signal 6 (Aborted)
2020-02-05 18:05:59.696 Error: siginfo address=0x6c90, address=0x76594fe8
2020-02-05 18:05:59.701 Error: Failed to start gdb, will use backtrace() for printing stack frame

2020-02-05 18:05:59.701 Error: #0 /usr/local/domoticz/bin/domoticz() [0x2549c2]
2020-02-05 18:05:59.702 Error: #1 /usr/local/domoticz/bin/domoticz : signal_handler(int, siginfo_t*, void*) + 0x22d [0x255256]
2020-02-05 18:05:59.702 Error: #2 /lib/libc.so.6 : __default_rt_sa_restorer + 0 [0x76594e80]
2020-02-05 18:05:59.702 Error: #3 /lib/libc.so.6 : gsignal + 0x34 [0x76593c54]
---------------------------------------------------------------------------------------------

If someone could help me, I've been looking for several months.
Thank you in advance.
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: Unable to launch Domotics with python on synology DS715

Post by jumbotroll »

Madomo wrote: Wednesday 05 February 2020 18:17 Hello,

If I install Domotics without python on my synology DS715, it works.
On the other hand, if I install the package with python, the launching tries to be done then fails.
I requested assistance from Synology which (of course) let me know that no assistance was planned for non synology packages.

The only indication at my disposal is the log:
---------------------------------------------------------------------------------------------
2020-02-05 17:51:30.374 Status: Domoticz V4.10717 (c)2012-2019 GizMoCuz
2020-02-05 17:51:30.374 Status: Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08
2020-02-05 17:51:30.374 Status: Startup Path: /usr/local/domoticz/
2020-02-05 17:51:30.562 Error: Domoticz(pid:20930, tid:20930('domoticz')) received fatal signal 6 (Aborted)
2020-02-05 17:51:30.562 Error: siginfo address=0x51c2, address=0x76524fe8
2020-02-05 17:51:30.567 Error: Failed to start gdb, will use backtrace() for printing stack frame

2020-02-05 17:51:30.568 Error: #0 /usr/local/domoticz/bin/domoticz() [0x2549c2]
2020-02-05 17:51:30.568 Error: #1 /usr/local/domoticz/bin/domoticz : signal_handler(int, siginfo_t*, void*) + 0x22d [0x255256]
2020-02-05 17:51:30.568 Error: #2 /lib/libc.so.6 : __default_rt_sa_restorer + 0 [0x76524e80]
2020-02-05 17:51:30.568 Error: #3 /lib/libc.so.6 : gsignal + 0x34 [0x76523c54]
2020-02-05 18:05:59.646 Status: Domoticz V4.10717 (c)2012-2019 GizMoCuz
2020-02-05 18:05:59.646 Status: Build Hash: b38b49e-modified, Date: 2019-05-09 13:04:08
2020-02-05 18:05:59.646 Status: Startup Path: /usr/local/domoticz/
2020-02-05 18:05:59.696 Error: Domoticz(pid:27792, tid:27792('domoticz')) received fatal signal 6 (Aborted)
2020-02-05 18:05:59.696 Error: siginfo address=0x6c90, address=0x76594fe8
2020-02-05 18:05:59.701 Error: Failed to start gdb, will use backtrace() for printing stack frame

2020-02-05 18:05:59.701 Error: #0 /usr/local/domoticz/bin/domoticz() [0x2549c2]
2020-02-05 18:05:59.702 Error: #1 /usr/local/domoticz/bin/domoticz : signal_handler(int, siginfo_t*, void*) + 0x22d [0x255256]
2020-02-05 18:05:59.702 Error: #2 /lib/libc.so.6 : __default_rt_sa_restorer + 0 [0x76594e80]
2020-02-05 18:05:59.702 Error: #3 /lib/libc.so.6 : gsignal + 0x34 [0x76593c54]
---------------------------------------------------------------------------------------------

If someone could help me, I've been looking for several months.
Thank you in advance.

Did you install the Python 3 package from synology first? did you read the info on my page?
Python 3 package from synology is required if you choose domoticz with python plugin support.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
Madomo
Posts: 3
Joined: Wednesday 05 February 2020 18:04
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by Madomo »

Thank you for this quick response.

Python 3.5.6-8 is installed correctly

cordially
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

Madomo wrote: Wednesday 05 February 2020 20:02 Thank you for this quick response.

Python 3.5.6-8 is installed correctly

cordially
Do you have the same problem with the beta version?
No another users have reported this problem.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
Madomo
Posts: 3
Joined: Wednesday 05 February 2020 18:04
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: domoticz in synology as package! Available now.

Post by Madomo »

Unfortunately yes (I just retested).
I think it's not domoticz that is involved, but my syno.
Something is killing the process.
Unfortunately no help waiting for syno support :(

EDIT:
In the end I uninstalled and reinstalled python.
This time it shows me version 3.5.1-0108. And there miracle, it works.
I don't touch anything anymore, I promise.
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

Madomo wrote: Wednesday 05 February 2020 22:12 Unfortunately yes (I just retested).
I think it's not domoticz that is involved, but my syno.
Something is killing the process.
Unfortunately no help waiting for syno support :(

EDIT:
In the end I uninstalled and reinstalled python.
This time it shows me version 3.5.1-0108. And there miracle, it works.
I don't touch anything anymore, I promise.
He he..Great you got it working :lol:
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
lastofthejediknights
Posts: 24
Joined: Tuesday 27 March 2018 14:17
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: uk
Contact:

Re: domoticz in synology as package! Available now.

Post by lastofthejediknights »

Hi. Synology DS918+ Nas running DSM 6.2.2-24922 Update 4 Installed Domoticz version 4.0.10717-8

Mysensors network running a serial gateway (arduino AVR based clone) working OK, but occasional memory issues with soft signing.

Bought Sencebender gateway from MySensors, to alleviate issues https://www.mysensors.org/hardware/sensebender-gateway
However it is Not recognised when plugged in to the USB interface.

Can you please confirm or otherwise the support for this device and what I could do to get it functioning please?
User avatar
jumbotroll
Posts: 793
Joined: Tuesday 13 January 2015 14:36
Target OS: NAS (Synology & others)
Domoticz version: Beta
Location: Oslo,Norway
Contact:

Re: domoticz in synology as package! Available now.

Post by jumbotroll »

lastofthejediknights wrote: Monday 10 February 2020 11:59 Hi. Synology DS918+ Nas running DSM 6.2.2-24922 Update 4 Installed Domoticz version 4.0.10717-8

Mysensors network running a serial gateway (arduino AVR based clone) working OK, but occasional memory issues with soft signing.

Bought Sencebender gateway from MySensors, to alleviate issues https://www.mysensors.org/hardware/sensebender-gateway
However it is Not recognised when plugged in to the USB interface.

Can you please confirm or otherwise the support for this device and what I could do to get it functioning please?
I think this is a USB driver issue and the Linux kernel version used by synology to your NAS does not support the Sencebender gateway. Unfortunately I find little information about which driver they are using, so this is probably a problem I can't fix right away.
If you like the work I do for synology and domoticz, I appreciate a donation.
https://paypal.me/Jumbotroll
Regards
Jumbotroll
http://www.jadahl.com
mcwieger
Posts: 107
Joined: Tuesday 08 December 2015 9:59
Target OS: NAS (Synology & others)
Domoticz version: 2020.1
Location: Netherlands
Contact:

Re: domoticz in synology as package! Available now.

Post by mcwieger »

A while ago, when my whole Z-Wave network started acting strangely, I completely rebuilt the network (excluding and including 30 devices). I threw away the zwcfg*.xml file, as this was no longer accurate.

I wanted to check something in the file (in ../Config/), but it wasn't there: the file is not created anymore. The Config directory has owner domoticz:root and permission 755. The package is running under root.

To have the file created again:
1. Can the package be run as domoticz instead of root (cleaner) or
2. Should I set the owner of the directory to root (safe?) or
3. Anything else?
I moved to HomeAssistant. It was fun while it lasted!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest