boogie
(Christoph)
June 14, 2021, 7:17pm
37
Same here with my Raspberry Pi 4 / Razberry-Board… on OH 2.5 everything works fine but on OH 3 not. I have now spended several hours on it without success.
I have now tried again to install everything from the beginning. Will lead the steps, maybe i’ll get something wrong in the process of setting it up.
Download the current image of Raspberry Pi OS Lite
Write the image to an SD card
Add the following two entries to the boot config:
dtoverlay = disable-bt
enable_uart = 1
Set the following rights for the openhab user:
sudo useradd -r -s / sbin / nologin openhab
usermod -a -G openhab pi
Create directories and authorize the user openhab:
su…