Hello,
My project is to connect an Arduino Uno + some devices to my VeraLite ( 7.0.17) so I have installed the UI7 MySensors plugin (from mysensors.org) successfully but the creation of the device fails :
MySensors plugin : Choose the Serial Port
MySensors Plugin[23] : Running Lua Startup
The problem is in the serial port configuration :
1) Log :
50 10/06/16 8:33:21.153 luup_log:23: Arduino plugin: loading library L_Arduino ... <0x2b783680>
50 10/06/16 8:33:21.187 luup_log:23: Arduino plugin: library L_Arduino loaded <0x2b783680>
50 10/06/16 8:33:21.190 luup_log:23: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,PluginVersion, 1.5, 23 <0x2b783680>
50 10/06/16 8:33:21.191 luup_log:23: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,GWAddress, -, 23 <0x2b783680>
50 10/06/16 8:33:21.192 luup_log:23: Arduino: Trying for a serial connection <0x2b783680>
01 10/06/16 8:33:21.193 luup_log:23: Arduino: Serial port not connected. First choose the serial port and restart the lua engine. <0x2b783680>
01 10/06/16 8:33:21.193 luup_log:23: Arduino: Choose the Serial Port <0x2b783680>
2) UI :
If you connected the USB/serial device and it's not displayed here, reload Luup.
Not available
3) dmesg
As per dmesg command , the VeraLite is equipped with USB ACM Device
usb 2-1: new full speed USB device using rt3883-ohci and address 2
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usb 2-1: USB disconnect, address 2
usb 2-1: new full speed USB device using rt3883-ohci and address 3
usb 2-1: device descriptor read/64, error -62
hub 2-0:1.0: unable to enumerate USB device on port 1
usb 2-1: new full speed USB device using rt3883-ohci and address 4
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usb 2-1: USB disconnect, address 4
usb 2-1: new full speed USB device using rt3883-ohci and address 5
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usb 2-1: USB disconnect, address 5
usb 2-1: new full speed USB device using rt3883-ohci and address 6
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
Note : The Arduino UNO is plugged directly in the VeraLite USB connecteur , a powered USB Hub does not seem to be required as the power LED is ON
Any advice ?