Metadata-Version: 2.1
Name: cbpi4-PressureSensor
Version: 0.0.1
Summary: CraftBeerPi Plugin
Home-page: https://github.com/sjhoglund/cbpi4-PressureSensor
Author: Steven Hoglund
Author-email: sjhoglund@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# CraftBeerPi4 PressureSensor Plugin

## Pressure Sensor ##
Plugin will add a pressure sensor option which can be used to calculate liquid volume for your selected kettle. Typical sensor used is a ...

## Installation: ##
* sudo pip3 install cbpi4-PressureSensor
* or install from repo: sudo pip3 install https://github.com/sjhoglund/cbpi4-PressureSensor/archive/main.zip
* cbpi add cbpi4-PressureSensor

## Usage: ##
More to come

## Hardware requirements: ##
* Pressure sensor:
    * https://www.aliexpress.com/item/32970501289.html?spm=a2g0o.9042311.0.0.27424c4dJb29Un
    * Measuring Range: 10kPa
    * If you need a different type of fitting (non-tri-clamp), search AliExpress for "pressure transmitter level"
* ADS1115 (converts the sensor signal from analog to digital):
    * https://www.adafruit.com/product/1085
    * You can find cheaper options on Amazon or AliExpress, just make sure it's an ADS1115

## Changelog: ##
* 01-28-22: (0.0.1) Updated README




