Hi,
i have a dietpi v9 installed on raspberry pi 3. It is for home-assistant. I have a pizigate plug in. Pizigte needs bluetooth turned off. I follow this page
[http://www.ghanassia.com/?id=installation-configuration-pizigate]
Ensuite il faut désactiver le bluetooth qui utilise le port série dont nous avons besoin pour communiquer avec la PiZiGate pour cela on ajoute à la fin du fichier suivant :
/boot/config.txt
......
dtoverlay=pi3-disable-bt
enable_uart=1
Et on modifie aussi ce fichier :
/boot/cmdline.txt
Suppression du texte : console=serial0,115200
On termine en lançant les commandes suivantes
[mon@raspi]sudo systemctl disable hciuart
[mon@raspi]sudo usermod -aG gpio pi
[mon@raspi]sudo reboot
When i run the home-assistant-supervised script, it install ‘bluez’. I supposed that it is the reason why pizigate not works : when I want to install zha the module /dev/ttiAMA0 is detected but the installation crashes.
I tried to remove ‘bluez’ but i can’t do it without ALSO removing ‘home-assistant-supervised’ .
I don’t know what to do !!!