Page 1 of 1

Razberry v2 controller Pi4

Posted: Wednesday 15 January 2020 11:42
by mwikner
Hi,

I'm trying to configure domoticz for pi4 with a Razberry V2 controller. It seems like it does't communicate correctly. I have disabled bluetooth service same way as for pi 3. I have tried to set the port ti /dev/ttyS0 and /dev/ttyAMA0 with no luck. The setup button stays red no matter what.

This is what I did:

sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service
sudo systemctl stop [email protected]
sudo systemctl mask [email protected]

sudo -i
echo "dtoverlay=pi4-miniuart-bt" >> /boot/config.txt
echo "enable_uart=1" >> /boot/config.txt
exit
sudo reboot

With same actions I can get it running with Home Assistant an /dev/ttyS0. But I rather stay with Domoticz because I'm more comfortable with the user interface and the way to build events.

This is my setup:

Pi4 2 gb memory
Raspbian Buster light
Razberry V2

Anyone else running the same setup with success?

Re: Razberry v2 controller Pi4

Posted: Wednesday 18 March 2020 0:34
by TSkar
Did you get this to work?
For me it only works after installing the zwave server software from manufacturer.

Re: Razberry v2 controller Pi4

Posted: Saturday 04 April 2020 16:41
by mwikner
Hi,

I went back to my old config. Pi2. But now it seem to be a little bit unreliable. I will give the Pi 4 a new try. Did you get it to work with Z-way software? In wich order did you install it? Before or after domoticz?