mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 07:49:08 +02:00
f1ec635f2585fb129d18c680973418df9befc766
I've noticed that sensor values are being handled as integers by this function, which was causing poor performance of the PIDArduino logic and another logic plugin I am testing. I have changed the type to float, and now logic controllers can receive more accurate temperature values.
CraftBeerPi V3.0
This is CraftBeerPi version 3.0. It's currently in beta status.
Introduction Video
https://www.youtube.com/watch?v=YGARUJgFWh4&t=1s
Installation
Open a terminal window on Raspberry Pi and type:
git clone https://github.com/Manuel83/craftbeerpi3
This will download (clone) the software to your local Raspberry Pi.
Type cd craftbeerpi3 to navigate into the craftbeerpi folder.
Type sudo ./install.sh
ATTENTION
CraftBeerPi 3.0 is a complete rewrite. Server as well as user interface. I recommend to use a second SD card for testing.
Donation
CraftBeerPi is a free & open source project. If you like to support the project I happy about a donation:
Languages
JavaScript
90.9%
Python
8.5%
Shell
0.5%
