Page 63 of 94
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 19:41
by Ady92100
Hello to everyone
Domoticz by Jadahl is running well on a syno DS212.
Every morning at 3:00 AM, domoticz do some kind of maintenance or something like that...
I can see that some threads (mainly with Darsky) are ended unexpectedly.
In most of the cases, Domoticz continue runnning well.
But it has happened that Domoticz stopped ===> So no more heating...... not good for the WAF.
So I was wondering if there is a command (or a bash program that I can automatically start after 3:00 AM) to
a) check that Domoticz is not running
b) if so, to start it
Many thanks for your help
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 20:55
by jumbotroll
Ady92100 wrote: ↑Tuesday 06 February 2018 19:41
Hello to everyone
Domoticz by Jadahl is running well on a syno DS212.
Every morning at 3:00 AM, domoticz do some kind of maintenance or something like that...
I can see that some threads (mainly with Darsky) are ended unexpectedly.
In most of the cases, Domoticz continue runnning well.
But it has happened that Domoticz stopped ===> So no more heating...... not good for the WAF.
So I was wondering if there is a command (or a bash program that I can automatically start after 3:00 AM) to
a) check that Domoticz is not running
b) if so, to start it
Many thanks for your help
1. What DSM version do you have on your NAS?
2. What domoticz version have you installed?
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 21:12
by Ady92100
hello
version DSM = 6.1.5-15254
Stable version = V3.8143
Regards
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 21:28
by jumbotroll
Ady92100 wrote: ↑Tuesday 06 February 2018 21:12
hello
version DSM = 6.1.5-15254
Stable version = V3.8143
Regards
Ok, I don't know if this will solve your problem, but you can always try the latest beta version.
Take backup of your database and scripts if you have any and uninstall the stable version.
Manually download and Install the beta version and restore your database.
Latest beta I have compiled for DSM6.1x can be downloaded here:
http://www.jadahl.com/domoticz_beta_6.1/
DS-212 use arch-88f6281
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 21:31
by Ady92100
Ok Thanks
I will test and let you know
Regards
Re: domoticz in synology as package! Available now.
Posted: Tuesday 06 February 2018 22:15
by Ady92100
Hello again
I was also thinking to a bash script that will use the start-stop-status command after testing 'ps -ef | grep domoticz'
Do you know what is the syntax to run this command from a bash script ?
Thanks
Re: domoticz in synology as package! Available now.
Posted: Wednesday 07 February 2018 14:11
by Feanor
Hi!
johnnie wrote: ↑Sunday 04 February 2018 20:06
Hi folks,
I’m facing a challange and hopefully somebody can point me in the right direction:
Installed the python spk and domoticz package with python on the NAS.
I want to install/use the SVT python plugin! Installed this with the help of the wiki.
But it doesn’t show up in the list!?
I see in the logging:
2018-01-31 20:36:28.601 Python EventSystem: Module not found - Trying to initialize.
2018-01-31 20:36:28.603 Python EventSystem: Initalizing event module.
Is there still something wrong?
At this moment I'm stuck (running circles), I've copied the plugin.py (manually, not with git command because I don't know how this works on synology), put it in the SVT directory under plugins (changed with chmod), restarted Domoticz. But still not able to see/select the plugin in the hardware list.....
Can somebody please help me in the right direction?
Tia, and best regards, John
I am having exactly the same issues as John. In my case, I installed (rather copied, since missing apt-get on my Diskstation) Logread's BatteryLevel Plugin into a subfolder of /volume1/@appstore/domoticz/plugins and chmoded to 755. My log looks like this:
Code: Select all
2018-02-07 11:31:32.266 Domoticz V3.8153 (c)2012-2017 GizMoCuz
2018-02-07 11:31:32.267 Build Hash: 494fff7-modified, Date: 2017-07-30 12:19:41
2018-02-07 11:31:32.267 Startup Path: /usr/local/domoticz/
2018-02-07 11:31:32.504 EventSystem: reset all events...
2018-02-07 11:31:33.805 PluginSystem: Started, Python version '3.5.1'.
2018-02-07 11:31:34.075 WebServer(SSL) started on address: :: with port 8444
2018-02-07 11:31:34.078 Proxymanager started.
2018-02-07 11:31:34.111 TCPServer: shared server started...
2018-02-07 11:31:34.121 RxQueue: queue worker started...
2018-02-07 11:31:36.161 EventSystem: reset all events...
2018-02-07 11:31:36.163 EventSystem: reset all device statuses...
2018-02-07 11:31:36.170 DarkSky: Started...
2018-02-07 11:31:36.170 PluginSystem: Entering work loop.
2018-02-07 11:31:36.681 OpenZWave: using config in: /usr/local/domoticz/Config/
2018-02-07 11:31:36.719 OpenZWave: Starting...
2018-02-07 11:31:36.719 OpenZWave: Version: 1.4-2692-g3fc6967-dirty
2018-02-07 11:31:36.761 Python EventSystem: Module not found - Trying to initialize.
2018-02-07 11:31:36.764 Python EventSystem: Initalizing event module.
2018-02-07 11:31:36.765 EventSystem: Started
2018-02-07 11:31:37.247 OpenZWave: Driver Ready
2018-02-07 11:31:37.459 OpenZWave: Value_Added: Unhandled Label: Seismic Intensity, Unit:
Python seems all right, no errors, but BatteryLevel is not shown in the hardware list. Any suggestions?
Thanks!
Re: domoticz in synology as package! Available now.
Posted: Friday 09 February 2018 11:30
by Gorefest
Any change there will be a beta version for my Synology 215+ to be able to handle my Xiaomi devices better?
I have added a Xiaomi gateway to my domoticz, its working except that I get "XiaomiGateway: unhandled model: sensor_motion.aq2" from my motion sensor. Or is there a possibility to manual add this device to domoticz?
Re: domoticz in synology as package! Available now.
Posted: Friday 09 February 2018 16:50
by jumbotroll
Gorefest wrote: ↑Friday 09 February 2018 11:30
Any change there will be a beta version for my Synology 215+ to be able to handle my Xiaomi devices better?
I have added a Xiaomi gateway to my domoticz, its working except that I get "XiaomiGateway: unhandled model: sensor_motion.aq2" from my motion sensor. Or is there a possibility to manual add this device to domoticz?
You can download and manually install beta version from my website.
http://www.jadahl.com/domoticz_beta_6.1/
Your nas use arch-alpine4k
Re: domoticz in synology as package! Available now.
Posted: Friday 09 February 2018 21:49
by AllesVanZelf
Re: domoticz in synology as package! Available now.
Posted: Friday 09 February 2018 22:58
by jumbotroll
It's a OpenZwave patch for Remotec ZRC-90 Scene Master.
Read this:
viewtopic.php?f=31&t=12539&start=20#p135154
Edit: All beta packages is now build with openzwave_1125.patch
Re: domoticz in synology as package! Available now.
Posted: Friday 09 February 2018 23:43
by AllesVanZelf
Okay, thank you.
Re: domoticz in synology as package! Available now.
Posted: Sunday 11 February 2018 9:15
by jeroenkl
Dear JumBotroll,
I'm missing the 6.1 armadaXP package, is has been removed. Which version should I use?
best regards,
Jeroen
Re: domoticz in synology as package! Available now.
Posted: Sunday 11 February 2018 11:58
by jumbotroll
jeroenkl wrote: ↑Sunday 11 February 2018 9:15
Dear JumBotroll,
I'm missing the 6.1 armadaXP package, is has been removed. Which version should I use?
best regards,
Jeroen
armadaxp for DSM 6.1 was lost in space, but now it's back again

Re: domoticz in synology as package! Available now.
Posted: Sunday 11 February 2018 13:03
by jeroenkl
jumbotroll wrote: ↑Sunday 11 February 2018 11:58
jeroenkl wrote: ↑Sunday 11 February 2018 9:15
Dear JumBotroll,
I'm missing the 6.1 armadaXP package, is has been removed. Which version should I use?
best regards,
Jeroen
armadaxp for DSM 6.1 was lost in space, but now it's back again
you are great!
Re: domoticz in synology as package! Available now.
Posted: Wednesday 14 February 2018 20:16
by hq007
@jumbotroll
I'm also having the same error with my Human body sensor 2 in the log, XiaomiGateway: unhandled model: sensor_motion.aq2
I'm running on a DS1512+
Version: 3.8153
Build Hash: 494fff7-modified
Compile Date: 2017-07-30 12:19:41
Is there a beta version i can try to see if that would improve? btw great work so far!
Re: domoticz in synology as package! Available now.
Posted: Wednesday 14 February 2018 20:26
by jumbotroll
hq007 wrote: ↑Wednesday 14 February 2018 20:16
@jumbotroll
I'm also having the same error with my Human body sensor 2 in the log, XiaomiGateway: unhandled model: sensor_motion.aq2
I'm running on a DS1512+
Version: 3.8153
Build Hash: 494fff7-modified
Compile Date: 2017-07-30 12:19:41
Is there a beta version i can try to see if that would improve? btw great work so far!
If you take a look on my website, you will find beta versions.
http://www.jadahl.com
Beta versions for DSM 6.1 you can download and install manually:
http://www.jadahl.com/domoticz_beta_6.1/
BTW DS1512+ use arc-cedarview
Re: domoticz in synology as package! Available now.
Posted: Wednesday 14 February 2018 20:37
by hq007
jumbotroll wrote: ↑Wednesday 14 February 2018 20:26
hq007 wrote: ↑Wednesday 14 February 2018 20:16
@jumbotroll
I'm also having the same error with my Human body sensor 2 in the log, XiaomiGateway: unhandled model: sensor_motion.aq2
I'm running on a DS1512+
Version: 3.8153
Build Hash: 494fff7-modified
Compile Date: 2017-07-30 12:19:41
Is there a beta version i can try to see if that would improve? btw great work so far!
If you take a look on my website, you will find beta versions.
http://www.jadahl.com
Beta versions for DSM 6.1 you can download and install manually:
http://www.jadahl.com/domoticz_beta_6.1/
BTW DS1512+ use arc-cedarview
super! that was what i was looking for, i already found the beta's but didnt know which package!
Re: domoticz in synology as package! Available now.
Posted: Wednesday 14 February 2018 20:54
by hq007
works like a charm now, super thanks!
Re: domoticz in synology as package! Available now.
Posted: Sunday 18 February 2018 23:25
by moonface
Hello Jumbotroll,
I have a synology DS 918 + and i couldn’t find any working drivers in your website for my aeotec z stick s2 .
Is it possible for you to build appropriate drivers ?
Many thanks
Best regards
Moonface