Vera Serial Interface Board

Vera Serial Interface Board 3,8/5 5914 votes

I was going to move the last pieces of my HC system from HomeSeer to Vera. That involved moving some RS232 devices from the PC to Vera.

One of the devices is a shade controller for Somfy motors: This controller receives commands via the serial port - much the same as a IR transmitter. On I read that it should be possible to add a new device through the web interface of Vera. I could not find the option to add a LuaUPnP device. Has anyone else succeeded in adding a serial port device? Are you able to add a device through a USB-->Serial converter that has 8 ports? (that is the one I am currently using as I have a couple of RS232 devices Vera will need to control).

I could use some help getting started with connecting a RS232 controlled piece of hardware to Vera. I updated to firmware 733 and accepted 'reset to factory' After upgrade & restart I configured the rooms again, and then added rooms to the devices I noticed a device now that I do not recall having added before: 'Remote Control'. I do not know what that device does. It has no cogwheel next to it.

It is possible this is something that I did add months ago, but I do not recall having done that and I do not know what it does. On the physical side I connected my Somfy motorized shade RS232 controlled transmitter. This is done through a USB to RS232 adapter that has 8 serial outputs: I then looked at the predefined serial scripts under Devices-->Luup plugins-->I_TestSerial.xml. In this XML file I found no baud rate settings etc. I then looked at the configuration file (based on the wiki documentation) and did not find any specifications there either. I would like to address & test this in smaller steps Step 1: How do I know if the USB-->Serial adapter is recognized by Vera Step 2: How do I configure in Vera which of the 8 ports I want to address Step 3: How do I test sending 3 specific characters to the serial port: Step 4: How do I configure a piece of Luup code to be executed when a byte is received on the serial port?

Listen & Download Masoom Hindi Balgeet Nani Teri Morni Ko Mor Le Gaye Mp3 Song From Category Hindi Single Masoom Hindi Balgeet New Song Nani Teri Morni Ko Mor Le Gaye Music composed by Hindi Balgeet Lyrics Penned by Hindi Rhymes Music Promote by Mr-Jatt.com Exclusives Nani Teri Morni Ko Mor Le Gaye mp3 song was released on 16 May,2018. Nani Teri Morni Mp3 Free Download title/name of Song / Music / Video is delivered from Youtube and maybe containing a video's copy right. This web just only a search engine media, not a storage or cloud server from the file. Rhymsong Description: Nani Teri Morni Ko Mor Le Gaye Masoom is sung. Download Nani Teri Morni Ko Mor Le Gaye Masoom mp3song, download Nani Teri Morni Ko Mor Le Gaye Masoom mp3 song in 128 kbps and 320 kbps and itune rip also.

(this step is not required for the Somfy control, but two other serial devices that Vera must control - a Sony receiver and a Panasonic projector) Somfy RS232 specification -------------------------------- Up: '!02U' (case sensitive, replace '02' with channel number) Down: '!02D' (case sensitive, replace '02' with channel number) Stop: '!02S' (case sensitive, replace '02' with channel number) 9600, 8 data bits, 1 stop bit, No parity. Nanckekr, The UC232R-10 from is known to work with the Linux kernel in Vera. If using your own usb->serial, go to: cd /dev/usb/tts ls ls is the Linux equivalent of dir. You should see the Z-Wave dongle as '0'. Remove it, and it goes away. Insert your USB->serial, and if another file appears there, then your dongle is supported.

Would you be able to add to this thread the protocol you want to implement? Start with a basic one.

And I'll do a step-by-step sample and document it in the wiki, and give you the file so you have something to start with. Aaron I could not ask for better help - thanks! Its been a while since I have logged into my Vera here in San Francisco, and it appears I have lost my SSH password.

Do you know how to reset it, or must I simply reset Vera entirely and add my devices again? If so, how do I reset Vera so deeply that SSH is enabled again? In the meantime, I'll describe the protocol, and provide two examples - one for the Somfy shade controller (first and most important issue) and secondly for the Panasonic projector. The projector is more interesting as it is a two way communication. Seems like I found solution to the SSH/password. The problem was that somehow it must have been reset. For other readers, here is how to set the SSH password: 1) goto your Vera page 2) Select Advanced-->Net& WiFi-->Advanced Configuration 3) You are now asked to create a SSH password if one is not already set 4) You are now able to login using putty with username 'root' and the newly created password.

Back to the USB/Serial support. I tested the steps you provided, and I was able to see the '0' file, then disappear and reappear when I inserted the dongle again. Know knowing I was in the right folder I added/removed/added the USB-->8 port serial adapter I have. It did not make any changes to the file system.