Page 1 of 1
RaZberry Install
Posted: Saturday 19 December 2015 20:21
by gflvern
Hi,
Is OpenZwave installed by default in Domoticz now? I have Version: 2.3857.
I'm guessing so as it's available as a type when adding hardware. However the serial port dropdown only gives me an option of ttyUSB0 which is my RFX?
Do I need some additional set up to get ttyUSB20 available?
Thanks
gfl
Re: RaZberry Install
Posted: Saturday 19 December 2015 22:24
by Bigted
From elsewhere on the forum
"only change the device from ttyANA0 to ttyUSB20 if you use the pcb directly on the gpio header
this is in the domoticz documentation
sudo su
nano -w /etc/udev/rules.d/09-tty.rules
then add following line and save
KERNELL=="ttyANA0", SYMLINK+="ttyUSB20"
then exit and save with ctrl X
then type
ln -s /dev/ttyANA0 /dev/ttyUSB20
after this
/etc/init.d/domoticz.sh restart
then the device works"
Re: RaZberry Install
Posted: Saturday 19 December 2015 22:42
by gflvern
Thanks BigTed.
I've got it working now, I didn't have the file 09-tty.rules file. I did find something on the forum that mentioned doing the followiing
Code: Select all
sudo ln -s /dev/ttyAMA0 /dev/ttyUSB20
to create a symbolic link.
The question is will it still work when I reboot the PI. Guess I'll find out at some point!!
gfl
Re: RaZberry Install
Posted: Sunday 20 December 2015 17:05
by gflvern
hmmm, that link does get removed when you reboot.
Advice on how to fix this issue much appreciated.