AeON usb on a RPI

Forum and Topics about Z-Wave devices.
Post Reply
Dylantje
Member
Member
Posts: 180
Joined: Sat Jan 05, 2013 9:46 pm

AeON usb on a RPI

Post by Dylantje »

Can someone explain to me how to get the AEON USB stick working on a RPI?
Last edited by Dylantje on Wed Dec 18, 2013 12:59 pm, edited 1 time in total.
strongetje
Member
Member
Posts: 101
Joined: Tue Oct 27, 2009 1:25 pm
Location: Netherlands

Re: AON usb on a RPI

Post by strongetje »

with SER2NET.

apt-get install ser2net

put your aon stick in the Rsapberry.

run the command

Code: Select all

dmesg
and look to the line :

Code: Select all

[200695.461117] usb 1-1.3.1.1: cp210x converter now attached to ttyUSB0
then put this in the ser2net.conf (you find here /etc/ser2net.conf)

Code: Select all

#BANNER:banner:\r\nser2net port \p device \d [\s] (Debian GNU/Linux)\r\n\r\n
3001:raw:0:/dev/ttyUSB0:115200 NONE 1STOPBIT LOCAL
ttyUSB0 you change in wat you found with dmesg.

put this line in your /etc/rc.local

Code: Select all

/usr/local/sbin/ser2net -c /etc/ser2net.conf
yust before the exit o line.
then ser2net service starts when the RPi boots

then in Homeseer add zwave , ethernet device.
IP from your Raspberry and port 3001.

hope you understand, my english not so good.

greats,
Mark
Dylantje
Member
Member
Posts: 180
Joined: Sat Jan 05, 2013 9:46 pm

Re: AeON usb on a RPI

Post by Dylantje »

Thanks.....

Is this the same for domoticz?

My englies is batter....
strongetje
Member
Member
Posts: 101
Joined: Tue Oct 27, 2009 1:25 pm
Location: Netherlands

Re: AeON usb on a RPI

Post by strongetje »

hello Dylantje,

thanks to Raymon, he sent me the info.

i'm think it's the same for domoticz.

greetz,
Mark
raymonvdm
Senior Member
Senior Member
Posts: 1153
Joined: Sun Dec 18, 2011 1:23 am

Re: AeON usb on a RPI

Post by raymonvdm »

If you are using domoticz on the same pi as where the Z-Wave stick is connected you can use dmesg to find out which port it gets when pluggin the stick in

It wil indeed tell you something like this

Code: Select all

[200695.461117] usb 1-1.3.1.1: cp210x converter now attached to ttyUSB0
After that you can tell domoticz you`re zwave stick is located at /dev/ttyUSB0

If you are using a remote pi you can follow my :mrgreen: instructions as explained by Strongetje :lol:


p.s. Is Domoticz supporting USB Z-Wave yet ? In the manual i only see reference to RaZberry
Running HS3PRO on PC with Z-Wave / OpenTherm / Plugwise / RFXcom / MQTT / XAP400 / Logitech Media Server and Squeezelite on PI`s
Post Reply

Return to “Z-Wave Forum”