Search found 4 matches

by Rüdiger
Wed May 15, 2024 8:20 pm
Forum: Help & support (English)
Topic: Installation on a Raspberry Pi 5
Replies: 8
Views: 1132

Re: Installation on a Raspberry Pi 5

This is an amazing work you did for me :D Therefore I did the big wipe-out and made a new SD with RPI-OS (64Bit) Here my results: git clone https://github.com/ChuckGl/BierBot-Bricks-RaspberryPi.git cd BierBot-Bricks-RaspberryPi git checkout bookworm git clone https://github.com/BernhardSchlegel/Bier...
by Rüdiger
Wed May 15, 2024 1:46 pm
Forum: Help & support (English)
Topic: Installation on a Raspberry Pi 5
Replies: 8
Views: 1132

Re: Installation on a Raspberry Pi 5

Here is a link to my fork for bookworm. I ran through it several times on an RPI4 and RPI5. I think it covers everything. The move to virtual environments meant some changes to the setup process, setup script and the startup script. Additionally, they dropped support for RPI.GPIO so a different pyt...
by Rüdiger
Wed May 15, 2024 1:31 pm
Forum: Help & support (English)
Topic: Installation on a Raspberry Pi 5
Replies: 8
Views: 1132

Re: Installation on a Raspberry Pi 5

[...] As a next step, we should debug, why the bierbot.service is not starting (it's supposed to be setup during the execution of setup.py). To check the logs from the service since last reboot, the following command might help: journalctl -u bierbot.service -b [...] The results of the journalctl i...
by Rüdiger
Tue May 14, 2024 12:26 pm
Forum: Help & support (English)
Topic: Installation on a Raspberry Pi 5
Replies: 8
Views: 1132

Installation on a Raspberry Pi 5

Hello together, maybe a interesting solution for you with new Hardware: After a purchase of a RPI5 I changed the setup like described in: https://bierbot.com/blog/howto/howto-build-a-raspberry-pi-based-brewing-control/ with the changed setups of https://github.com/BernhardSchlegel/BierBot-Bricks-Ras...