Just got the Verlite and am trying to hook up the AD2USB. I have used the AD2USB app on my Mac to ue the AD2USB with my alarm panel, so I know it works. My Ademco panel needs all of the keypads set to address 31.
I have firmware 1.7.318 on my Veralite. I install the plugin and it says ver 3.1
It ceates a single partition when I install the plug-in, but I cannot set the baud rate on the device. When I go to develop Apps and click on serial port configuration, I cannot see a port. It lists “Not Available” and clicking on the reload Luup does not help. When I click the reload Luup, I get a status of “Please wait” in blue across the top of the web page, but I can never getany serial port configuration screen.
Any help is appreciated. I have tried this numerous times, uninstalling and re-installing the plug-in to no avail.
Thanks. I have been trying to do that all day. Not impressed with Vera support AT ALL. Numerous emails and tried calling a dozen times. I am starting to think support is non-existent with this company. I have read some posts where people saying to use chat, but have not seen anyplace to do that.
Since we have changed the USB chip in the AD2USB, there are a few steps needed to produce a selectable “serial port” in the plugin as pointed out by other users on the forum:
1. type: lsusb
- this will list all the vendor and product id for usb ports and adapters on your vera
- the AD2USB will show up as 0403:6015, 0403:6010 or 0403:60xx. Write this down as it is your "vendor id:product id"
- if you're not sure which your AD2USB is, unplug your AD2USB and type "lsusb". Plug it in and type "lsusb". See which line was added. That is your adapter's info.
2. type: rmmod -f ftdi_sio
- we are removing the existing ftdi driver for the AD2USB. We will add one specifically for the AD2USB adapter next
3. type: insmod vendor=0x403 product=0x6015 (replace those with what you wrote down earlier)
- this loads the driver specifically for your AD2USB adapter
4. type: echo "ftdi_sio vendor=0x403 product=0x6015" > /etc/modules.d/65-usb-serial-ftdi
- this allows your vera to autoload drivers for the AD2USB even after reboot or power cycles. the original file just has "ftdi_sio"
5. type: echo "vendor:0403 product:6015" > /etc/cmh/serproxy.ports
- this allows vera 3 to see the new adapter as a serial adapter and adds it to the UI.
Once you reboot your Vera, you should be able to configure the plugin
Thanks,
Kevin @ Nu Tech/AlarmDecoder
Best Home Automation shopping experience. Shop at Ezlo!