Skip to main content

Connect and control the Grainfather conical fermenter and other controlers

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gfFermentation-0.0.5.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

gfFermentation-0.0.5-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page