GitXplorerGitXplorer
b

cheesypi

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7eb15de5a9ffc692ae943d80a8ba2d2460d77f0b

log errors with app_log

bbwrsandman committed 7 years ago
Unverified
518ff8cb8f091e45fe0e2e16e81fe5fa0ee45152

enable options in command line and config files

bbwrsandman committed 7 years ago
Unverified
5437ebb3109f8535c954bcac0bb0be9450b57dd3

Add multi sensor backend support

bbwrsandman committed 7 years ago
Unverified
1870c267a405219a1feafc6243de137941dc9297

Update dashboard values with graph

bbwrsandman committed 7 years ago
Unverified
2d24e1391ae263c08e5c50ca9398174b632a61e3

Add event logging for power on and activation

bbwrsandman committed 7 years ago
Unverified
4ee0a3b88d60a91861f828c63a81c1a184c66772

Add time limit to chart

bbwrsandman committed 7 years ago

README

The README file for this repository.

CheesyPi

Control panel for intelligent fridge used to age cheese.

Pre-requisites

Tested on Arch Linux and on Debian Jessie

  • python version 3.6 with virtualenv

Setup

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Running

source venv/bin/activate
./run.py

The server will be running on port 8000 by default.

Credits

Tools used in rendering this package:

  • Cookiecutter_
  • cookiecutter-tornado_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-tornado: https://github.com/hkage/cookiecutter-tornado