Page 1 of 1

AeON usb on a RPI

Posted: Wed Dec 18, 2013 12:25 am
by Dylantje
Can someone explain to me how to get the AEON USB stick working on a RPI?

Re: AON usb on a RPI

Posted: Wed Dec 18, 2013 12:51 pm
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

Re: AeON usb on a RPI

Posted: Wed Dec 18, 2013 1:01 pm
by Dylantje
Thanks.....

Is this the same for domoticz?

My englies is batter....

Re: AeON usb on a RPI

Posted: Wed Dec 18, 2013 2:27 pm
by strongetje
hello Dylantje,

thanks to Raymon, he sent me the info.

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

greetz,
Mark

Re: AeON usb on a RPI

Posted: Wed Dec 18, 2013 7:36 pm
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