Skip to content

Python control of the Grainfather Fermentation Controllers

License

Notifications You must be signed in to change notification settings

wardsimon/gfFermentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gfFermentation - Script Grainfather fermenter controlers.

This package allows for reading/controlling a Grainfather Conical fermenter or fermentation device. Currently reading and setting of target temperature/pausing and status is supported.

Install

gfFermentation is available on pip

pip install gffermentation

Usage

from gfFermentation.grainfather import Grainfather

username = ''    # Your username
password = ''    # Your password

gfIO = Grainfather(username, password) # Login to Grainfather (tokens also supported)

for controller in gfIO.controllers:
    print(controller)