Search found 8 matches
- Friday 24 May 2019 10:04
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
I only have the RFXCOM and a USB disk attached via USB and when the RFXCOM is attached it is shown as an FT232 device. So on my NAS the FT232 is the RFXCOM. My guess is that it may be connected to that I have a gen1 RFXCOM, have they changed the USB-serial chipset between generations? That must be ...
- Friday 24 May 2019 10:03
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
Does your hub has his own power supply, because this configuration draws too much power for a non powered hub.
If so please connect the devices via the usbhub and then post the output of the following two command here.
If so please connect the devices via the usbhub and then post the output of the following two command here.
Code: Select all
lsusb -I
lsmod | grep usbcore
- Thursday 23 May 2019 23:42
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
FTDI FT232R is a smartmeter P1 device and not a RFXCOM This is my output of the lsusb -i command |__usb1 1d6b:0002:0310 09 2.00 480MBit/s 0mA 1IF (Linux 3.10.105 xhci-hcd xHCI Host Controller f10f0000.usb3) hub |__1-1 0403:6001:0600 00 2.00 12MBit/s 90mA 1IF (FTDI FT232R USB UART AC42JLHH) 1-1:1.0 ...
- Thursday 23 May 2019 20:57
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
A better way would be the use of lsusb, then you can actually test on the availability of the RFXCOM lusb -i will show all needed information In the script you could use this line: lsusb | grep RFXCOM @gravityz ttyusb number are assigned starting from the lowest USB port to the highest starting with ...
- Thursday 23 May 2019 19:02
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
On a Synology that can only happen if you physically switch the usb connectors.
- Thursday 23 May 2019 15:24
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
I have a theorie about this. When the domoticz start script runs it first load the kernel mods and then it starts domoticz. When the kernel mods are not ready when Domoticz start it does not find the kernel mods and will not see the /dev/ttyUSB0 device and will not try to find them ever again. As I ...
- Thursday 23 May 2019 11:04
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
If it is a timing problem it is most likely device dependent and also dependent how busy the Nas is starting other packages. So it is word a try to add the sleep. Another way to test is would be to stop the Domoticz package, reboot the system, wait until everything is running and the cpu usage is ...
- Thursday 23 May 2019 10:35
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 372472
Re: domoticz in synology as package! Available now.
The Synology Domoticz package is adding the kernelmods for the /dev/ttyo at startup of the Domoticz package. Normally such kernelmods are added to the kernel on booting of DSM. So maybe they are not yet ready when Domoticz is starting. You could test this by do a sleep after the kernel mods are ...