Page 4 of 29
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 22:20
by jumbotroll
Do you have /usr/local/domoticz/modules/cdc-acm.ko ?
Then you can try insmod /usr/local/domoticz/modules/cdc-acm.ko
If that not work you can try to copy cdc-acm.ko to /lib/modules/
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 22:52
by greuh
jumbotroll wrote:Do you have /usr/local/domoticz/modules/cdc-acm.ko ?
Then you can try insmod /usr/local/domoticz/modules/cdc-acm.ko
If that not work you can try to copy cdc-acm.ko to /lib/modules/
Regards
Jumbotroll
I do not have it:
DiskStation> ls /usr/local/domoticz/modules/
ch341.ko cp210x.ko pl2303.ko
DiskStation>
Thanks,
Greuh
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:08
by jumbotroll
greuh wrote:jumbotroll wrote:Do you have /usr/local/domoticz/modules/cdc-acm.ko ?
Then you can try insmod /usr/local/domoticz/modules/cdc-acm.ko
If that not work you can try to copy cdc-acm.ko to /lib/modules/
Regards
Jumbotroll
I do not have it:
DiskStation> ls /usr/local/domoticz/modules/
ch341.ko cp210x.ko pl2303.ko
DiskStation>
Thanks,
Greuh
I can try to compile a version with cdc-acm.ko and copy it into /lib/modules and do a insmod in the start script, if you want?
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:11
by greuh
jumbotroll wrote:greuh wrote:jumbotroll wrote:Do you have /usr/local/domoticz/modules/cdc-acm.ko ?
Then you can try insmod /usr/local/domoticz/modules/cdc-acm.ko
If that not work you can try to copy cdc-acm.ko to /lib/modules/
Regards
Jumbotroll
I do not have it:
DiskStation> ls /usr/local/domoticz/modules/
ch341.ko cp210x.ko pl2303.ko
DiskStation>
Thanks,
Greuh
I can try to compile a version with cdc-acm.ko and copy it into /lib/modules and do a insmod in the start script, if you want?
Regards
Jumbotroll
That would be very nice, thank you
Do you know why I do not have it in my package ? Maybe a simple inclusion in the package, in /usr/local/domoticz/ would be enough. I do not know if modifying the start script is needed.
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:20
by jumbotroll
In newer DSM the cdc-acm.ko is in the kernel.
I thought I had compiled cdc-acm.ko in domoticz_88f6281-4.2_2.0.3798-7.spk package?
Which version do you have installed now?
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:23
by greuh
jumbotroll wrote:In newer DSM the cdc-acm.ko is in the kernel.
I thought I had compiled cdc-acm.ko in domoticz_88f6281-4.2_2.0.3798-7.spk package?
Which version do you have installed now?
Regards
Jumbotroll
The installed version is domoticz_88f6281-4.2_2.0.3798-7.spk
Maybe an unseen compilation error, or a packaging issue ?
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:33
by jumbotroll
greuh wrote:jumbotroll wrote:In newer DSM the cdc-acm.ko is in the kernel.
I thought I had compiled cdc-acm.ko in domoticz_88f6281-4.2_2.0.3798-7.spk package?
Which version do you have installed now?
Regards
Jumbotroll
The installed version is domoticz_88f6281-4.2_2.0.3798-7.spk
Maybe an unseen compilation error, or a packaging issue ?
I checked now and cdc-acm was missing in domoticz_88f6281-4.2_2.0.3798-7.spk.
The compile of a new version is on the way
You can also download compiled cdc-acm for 88f6281 for DSM 4.2 here:
http://jadahl.dscloud.me/cdc-acm.ko
Copy it into /lib/modules and do a insmod
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Monday 14 December 2015 23:57
by greuh
jumbotroll wrote:
I checked now and cdc-acm was missing in domoticz_88f6281-4.2_2.0.3798-7.spk.
The compile of a new version is on the way
You can also download compiled cdc-acm for 88f6281 for DSM 4.2 here:
http://jadahl.dscloud.me/cdc-acm.ko
Copy it into /lib/modules and do a insmod
Regards
Jumbotroll
I tried that module, installed it under /ib/modules.
Reboot, insmod it, start domoticz, plug the stick.
No more success... (only ttyUSBx devices in the serial port list)
I am afraid some other kernel modules might be needed, and are missing.
Any idea?
Thanks,
Alexis
Re: How to install Domoticz on a Synology NAS
Posted: Tuesday 15 December 2015 0:07
by jumbotroll
Ok , maybe something else is missing.
If you find out what is missing , let me know and maybe I can add it to a new version.
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Tuesday 15 December 2015 0:27
by jumbotroll
If you do a :
mknod /dev/ttyACM0 c 166 0
You should see /dev/ttyACM0
I found this about older DSM
After I had the necesary .ko files:
– I only had to insert the usbserial.ko module and then the /lib/modules/cdc_acm.ko module
– then do a mknod /dev/usb/ttyACM0 c 166 0
dmesg output:
[ 6443.160000] usb 1-1.1: new full speed USB device using orion-ehci and address 8
[ 6443.270000] usb 1-1.1: configuration #1 chosen from 1 choice
[ 6443.280000] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
This version include 100% sure the cdc-acm driver
domoticz_88f6281-4.2_2.0.3817-7.spk
http://jadahl.dscloud.me/sspks/packages ... 3817-7.spk
I did also try to add a mknod /dev/usb/ttyACM0 c 166 0 in the start script.
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Tuesday 15 December 2015 22:10
by greuh
The Zstick has been recognized by Domoticz !!!
Thank you so much
So I installed your latest package, but I had to do the mknod myself.
Not sure if domoticz is started with the root privileges.
Where is the start script?
I did a "grep -r mknod *" in /usr/local/domoticz but I found nothing relevant.
Re: How to install Domoticz on a Synology NAS
Posted: Wednesday 16 December 2015 1:36
by jumbotroll
greuh wrote:The Zstick has been recognized by Domoticz !!!
Thank you so much
So I installed your latest package, but I had to do the mknod myself.
Not sure if domoticz is started with the root privileges.
Where is the start script?
I did a "grep -r mknod *" in /usr/local/domoticz but I found nothing relevant.
Nice
domoticz is started with root privileges.
start-stop-status can be found in /var/packages/domoticz/scripts
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Saturday 19 December 2015 22:32
by DomoBart
I have managed to install the Beta domoticz_ppc853x-4.3_2.0.3767-7.spk from Jadahl's website. This is working fine on a Synology 209+II. However how can I install/add OpenZwave to it, so that it detects my Aeotec GEN5 Z-Stick?
Thanks for your help!
Re: How to install Domoticz on a Synology NAS
Posted: Saturday 19 December 2015 23:27
by jumbotroll
DomoBart wrote:I have managed to install the Beta domoticz_ppc853x-4.3_2.0.3767-7.spk from Jadahl's website. This is working fine on a Synology 209+II. However how can I install/add OpenZwave to it, so that it detects my Aeotec GEN5 Z-Stick?
Thanks for your help!
Sorry, but I have unfortunately not been able to cross compile OpenZwave for older DSM (ppc853x-4.3)
too many errors during compilation unfortunately .
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Tuesday 22 December 2015 9:32
by jorns
Question.
I am running a Banana Pi with Domoticz and RFXcom, and a Raspberry Pi for z-wave. I have noticed that my Banana pi lags when operating the switches, i guess thats because i added a couple of cameras lately.
Is it a big advantage to move both 433mHz system and the z-Wave system over to a NAS runnnig domoticz? Is it that more stable and responsible when activating swithces, watching cams etc?
Thinking of buying the DS215+ wich is the only available for phurcase here in Oslo nright now.
Re: How to install Domoticz on a Synology NAS
Posted: Monday 28 December 2015 22:10
by TazDevl
Have a DS413j with DSM version DSM 5.2-5644 Update 1 but current version won't install?
Re: How to install Domoticz on a Synology NAS
Posted: Monday 28 December 2015 22:38
by jumbotroll
TazDevl wrote:Have a DS413j with DSM version DSM 5.2-5644 Update 1 but current version won't install?
Did you try to manually download and install domoticz_88f6282-5.2_2.0.4015-7.spk ?
http://jadahl.dscloud.me/sspks/index.php?fulllist=true
What is the error report?
Regards
Jumbotroll
Re: How to install Domoticz on a Synology NAS
Posted: Tuesday 29 December 2015 19:48
by TazDevl
jumbotroll wrote:TazDevl wrote:Have a DS413j with DSM version DSM 5.2-5644 Update 1 but current version won't install?
Did you try to manually download and install domoticz_88f6282-5.2_2.0.4015-7.spk ?
http://jadahl.dscloud.me/sspks/index.php?fulllist=true
What is the error report?
Regards
Jumbotroll
Set the trust level to the lowest level,the 88f6282 version installed without a fus
Re: How to install Domoticz on a Synology NAS
Posted: Thursday 31 December 2015 11:20
by jberinga
With version 2.4017 I am unable to save Events. When changing an event and saving it, I get an error: Error while saving eventname. I also get this error when I create a new event and try to save it.
How can I solve this?
UPDATE: After uninstalling version 2.4017 and installing version 2.4015 I am able to save Events again
Re: How to install Domoticz on a Synology NAS
Posted: Thursday 31 December 2015 15:30
by jumbotroll
jberinga wrote:With version 2.4017 I am unable to save Events. When changing an event and saving it, I get an error: Error while saving eventname. I also get this error when I create a new event and try to save it.
How can I solve this?
UPDATE: After uninstalling version 2.4017 and installing version 2.4015 I am able to save Events again
Fixed in 2.4020
Regards
Jumbotroll