Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.
/ pytilt Public archive
forked from atlefren/pytilt

Tool for reading Tilt brewing hydrometers on a Rasberry Pi.

License

Notifications You must be signed in to change notification settings

adam-funk/pytilt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytilt

Tools for reading your Tilt brewing hydrometer on a Raspberry Pi and storing the results as CSV.

Dependencies

  • sudo apt-get install python-bluez
  • Make the bluetooth interface accessible without being root:
    • sudo setcap cap_net_raw+eip /usr/bin/python3.7 (for example)
    • Note: this command does not follow symlinks so applying it to /usr/bin/python3 won't work
    • You need to run this command whenever apt updates that library

Running

From the directory containing pytilt.py run python pytilt.py

Acknowledgements and notes

TODO

  • Use a JSON config file for storing and mailing data.
  • Distinguish different Tilt colors.

About

Tool for reading Tilt brewing hydrometers on a Rasberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.2%
  • Jupyter Notebook 12.8%