Razberry v2 controller Pi4
Posted: Wednesday 15 January 2020 11:42
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?
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?