Page 17 of 94
Re: domoticz in synology as package! Available now.
Posted: Tuesday 08 September 2015 22:29
by jumbotroll
amz4u2nv wrote:Hi jumbotroll,
Just wanted to know how can I tell what version is the Synology package based on -
I am interested in implementing some smoke alarms to domoticz, and wanted to know if the newest synology package has the following in it -
- Implemented: MySensors added support for S_SMOKE/S_DIMMER
- Implemented: RFLink SmokeDetector support
Thanks for a great package by the way.. love it.
I don't know if I fully understand our question, but if you use RFLink, you maybe have to upgrade your RFLink to R30 firmware.
My latest build can be found here:
http://jadahl.dscloud.me/sspks/index.php?fulllist=true
The latest version 2.0-2980 is build to day from domoticz source and the newest OPenZwave version 1.3.478.
BTW Implemented: MySensors added support for S_SMOKE/S_DIMMER in latest build
Check History.txt
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Sunday 13 September 2015 23:37
by G3rard
jumbotroll wrote:@G3rard
@mvveelen
Here you can test custom styles folder restore function.
Create folder /www/style/custom-1 to /www/style/custom-3
Max 3 folders, and the name "custom-1" are case sensitive!
The content of these folders will be restored when updating.
http://jadahl.dscloud.me/sspks/index.php?fulllist=true
Regards
Jumbotroll
Just installed the latest version and this works great. This also goes for the history.txt file. Thanks!
Re: domoticz in synology as package! Available now.
Posted: Monday 14 September 2015 7:03
by mvveelen
I've just installed v2.3013 (armadaxp), and after a reboot everything is fine. Thanks again, Jumbotroll (and gizmocuz of course) !
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 14:34
by jumbotroll
Domoticz V2.3029 Updated with OpenZWave version 1.3.481
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 14:37
by mvveelen
Wow, can't wait to install it
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 16:26
by G3rard
@jumbotroll, can't get 3029 to start on my NAS. Everytime I start Domoticz, it stops automatically. No strange things in the log. Also did an reboot, did not work.
Do you still have 2.3006 for x86 available (I don't see it on
http://jadahl.dscloud.me/sspks/index.php?fulllist=true)? That was my previous version which was working.
Edit: if I remove the RFXCom + Zwave stick it stays running. When I attach RFXCom again, Domoticz stays running.
When I attach the ZWave stick, Domoticz stops again...
Attached the ZWave stick in another USB port, still stops Domoticz...
Did a reboot and attached the ZWave stick again after it, but that also makes Domoticz stop...
Any ideas?
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 17:35
by jumbotroll
G3rard wrote:@jumbotroll, can't get 3029 to start on my NAS. Everytime I start Domoticz, it stops automatically. No strange things in the log. Also did an reboot, did not work.
Do you still have 2.3006 for x86 available (I don't see it on
http://jadahl.dscloud.me/sspks/index.php?fulllist=true)? That was my previous version which was working.
Edit: if I remove the RFXCom + Zwave stick it stays running. When I attach RFXCom again, Domoticz stays running.
When I attach the ZWave stick, Domoticz stops again...
Attached the ZWave stick in another USB port, still stops Domoticz...
Did a reboot and attached the ZWave stick again after it, but that also makes Domoticz stop...
Any ideas?
I don't have Zwave, so i can't test this, maybe some problem with the new version of OpenZWave and domoticz.
I can roll back to prev version of OpenZwave and you can test that.
Will upload later tonight
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 17:49
by G3rard
Seems to have something to do with the ZWave stick and the USB port.
When I do dmesg in SSH I get the following:
Code: Select all
usb 5-2: cp210x converter now attached to ttyUSB1
[ 913.560461] domoticz[23986]: segfault at 20f ip 0000000000837362 sp 00007f7e29ffa6a0 error 6 in domoticz[400000+691000]
Will try the new version this evening. Thanks!!!
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 17:57
by jumbotroll
G3rard wrote:Seems to have something to do with the ZWave stick and the USB port.
When I do dmesg in SSH I get the following:
Code: Select all
usb 5-2: cp210x converter now attached to ttyUSB1
[ 913.560461] domoticz[23986]: segfault at 20f ip 0000000000837362 sp 00007f7e29ffa6a0 error 6 in domoticz[400000+691000]
Strange..
can you check /rules.d/60-synocommunity.domoticz.rules and see if you have a line KERNEL=="ttyACM*","add", MODE="0666"
Here you can download V2.3029 with OpenZWave 1.3.478 (prev version)
http://jadahl.dscloud.me/sspks/packages ... 3029-7.spk
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:02
by mvveelen
@Jumbotroll: same problem over here. Domoticz stops almost immediately when it's started. Hope I can rol back real soon......
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:25
by G3rard
jumbotroll wrote:
Strange..
can you check /rules.d/60-synocommunity.domoticz.rules and see if you have a line KERNEL=="ttyACM*","add", MODE="0666"
Here you can download V2.3029 with OpenZWave 1.3.478 (prev version)
http://jadahl.dscloud.me/sspks/packages ... 3029-7.spk
Regards
Jumbotroll
Thanks! That did the trick. So had to do with the new OpenZWave version. With 1.3.478 it works again.
For completeness this is the content of /rules.d/60-synocommunity.domoticz.rules
Code: Select all
#rules for USB ACM serial devices
KERNEL=="ttyACM*", ACTION=="add", MODE="0666"
KERNEL=="ttyUSB*", ACTION=="add", MODE="0666"
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:32
by mvveelen
So, what is the quick fix for the armadaxp users?
Edit: I tried downloading the domoticz_armadaxp-5.2_2.0.3029-7.spk by changing the URL, but that version crashes too (I thought you might have changed the ZWave for that version too
). So I'm now back to.....domoticz_armadaxp-5.2_2.0.2954-7.spk (I kept that version on my HDD).
I hope you can fix it tonight, or at least upload the previous (working) version. Thanks !
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:40
by jumbotroll
Ok guys, can you test this version?
went back to prev version of OpenZWave (1.3.478)
domoticz_x86-5.2_2.0.3037-7.spk with OpenZWave 1.3.478
http://jadahl.dscloud.me/sspks/packages ... 3037-7.spk
armadaxp-5.2_2.0.3037-7.spk with OpenZWave 1.3.478
http://jadahl.dscloud.me/sspks/packages ... 3037-7.spk
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:44
by mvveelen
armadaxp version is working so far. It shows all my ZWave nodes, nothing strange in the log file and also the RFXCOM and ZWave switches are working again. Thanks again !
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:50
by jumbotroll
mvveelen wrote:armadaxp version is working so far. It shows all my ZWave nodes, nothing strange in the log file and also the RFXCOM and ZWave switches are working again. Thanks again !
Ok. Found out that there is a bug in 1.3.481.
Updating OpenZWave later, when bug is fixed and you guys can test
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Tuesday 15 September 2015 19:54
by G3rard
Version 2.3037 for x86 is also working okay.
Re: domoticz in synology as package! Available now.
Posted: Wednesday 16 September 2015 11:24
by jumbotroll
Test OpenZWave 1.3.482.
I don't have Zwave stick so you guys have to test if V.1.3.482 is ok or not
Have tested with rfxcom and it's ok.
I have build 2 test build with domoticz version 2.0.3042 and OpenZWave 1.3.482.
Arch-x86
http://jadahl.dscloud.me/sspks/packages ... 3042-7.spk
Arch-armadaxp
http://jadahl.dscloud.me/sspks/packages ... 3042-7.spk
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Wednesday 16 September 2015 11:38
by mvveelen
Will try it this evening, thanks.
What is changed? I mean, what makes you think this will work
?
Re: domoticz in synology as package! Available now.
Posted: Wednesday 16 September 2015 11:50
by jumbotroll
mvveelen wrote:Will try it this evening, thanks.
What is changed? I mean, what makes you think this will work
?
OpenZwave is updated from 1.3.481 to 1.3482.
You can see openzwave history here:
https://github.com/OpenZWave/open-zwave/commits/master
Regards
Jumbotroll
Re: domoticz in synology as package! Available now.
Posted: Wednesday 16 September 2015 13:50
by mvveelen
jumbotroll wrote:mvveelen wrote:Will try it this evening, thanks.
What is changed? I mean, what makes you think this will work
?
OpenZwave is updated from 1.3.481 to 1.3482.
You can see openzwave history here:
https://github.com/OpenZWave/open-zwave/commits/master
Regards
Jumbotroll
No, I mean: the last version also had a new version of ZWave and that version failed. What went wrong / what did you do to make sure it works with this new version
?