Skip to content

The purpose of this fork is to improve the long term runtime behavior of CraftBeerPI. So the first steps are to improve logging (better log statements, rolling file appender) and save sensor readings in a timeseries database. As it is unclear at the moment how the development of the original fork will progress, I like to invite everyone to parti…

License

Notifications You must be signed in to change notification settings

isarvalley/craftbeerpi3

 
 

Repository files navigation

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

Hardware Wiring

Here you will find a guide how to wire everything up.

http://web.craftbeerpi.com/hardware/

ATTENTION

CraftBeerPi 3.0 is a complete rewrite. Server as well as user interface. I recommend to use a second SD card for testing.

Docker-based development

For developing this application or its plugins on a PC/Mac you can use the docker-compose file:

$ docker-compose up
...
Starting craftbeerpi3_app_1 ... done
Attaching to craftbeerpi3_app_1
app_1  | [2018-08-13 12:54:44,264] ERROR in __init__: BUZZER not working
app_1  | (1) wsgi starting up on http://0.0.0.0:5000

The contents of this folder will be mounted to /usr/src/craftbeerpi3 and the server will be accesible on localhost:3000.

Donation

CraftBeerPi is a free & open source project. If you like to support the project I happy about a donation:

Donate

About

The purpose of this fork is to improve the long term runtime behavior of CraftBeerPI. So the first steps are to improve logging (better log statements, rolling file appender) and save sensor readings in a timeseries database. As it is unclear at the moment how the development of the original fork will progress, I like to invite everyone to parti…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 6.0%
  • Other 1.4%