Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPHydro driver #8

Open
catbarph opened this issue Mar 1, 2018 · 1 comment
Open

MPHydro driver #8

catbarph opened this issue Mar 1, 2018 · 1 comment

Comments

@catbarph
Copy link
Member

catbarph commented Mar 1, 2018

RPi3: [pH (i2c-T3)] //[EC (i2c-T3)] //[Pt100] //[3chrelay (pump1, pump2, doser)]
USB: [USB cam]
Nano: BME280 (i2c pins A4,A5) //TSL2561 (i2c pins A4,A5) //SHT10 (pins 10,11) //2x flowsens (pins 2,3) //float sensor (pin 8)

Output format (with sampled readings):
Water level: LOW //NOTE: either says "LOW" or "GOOD/HIGH"
Pump 1: 0 L/h
Pump 2: 0 L/h
Ambient Light (TSL2561): 40.00 lux
Air Temperature (BME280): 22.55 *C
Air Pressure (BME280): 997.09 hPa
Altitude (BME280): 135.64 m
Relative Humidity (BME280): 38.36 %
Bed Temperature (SHT10): 23.1999969482 *C / 73.8319931030 *F
Bed Humidity (SHT10): 45.27 %

@catbarph
Copy link
Member Author

catbarph commented Jun 1, 2018

Updated output format:

Water Level (float): LOW
Flow Rate Pump 1: 0 L/h
Flow Rate Pump 2: 0 L/h
Water Level Sensor (eTape) Signal: 480
Water Level Sensor (eTape) Reference: 488
Ambient Light (TSL2561): 20.00 lux
Air Temperature (BME280): 20.77 *C
Air Pressure (BME280): 1004.31 hPa
Altitude (BME280): 74.70 m
Relative Humidity (BME280): 47.67 %
Bed Temperature (SHT10): 20.1800003051 *C
Bed Humidity (SHT10): 53.49 %

NOTE: "Water Level (float)" outputs either "LOW" or "GOOD/HIGH"
NOTE: for eTape level reading, subtract the eTape sensor 'Signal' value from the 'Reference' value (e.g. 488-480=8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant