Growberry / growberry_pi

This is a local program that will run on a raspberry pi for reading/recording inputs, and controlling outputs.
http://www.reddit.com/r/growberry_pi
2 stars 0 forks source link

need some sort of sensor memory to detect outages. #7

Open austinmeier opened 6 years ago

austinmeier commented 6 years ago

From @austinmeier on August 26, 2018 18:31

an internal humidity sensor went out, and was just reading 1% constantly. This was below the set threshold, so the fans never came on when the lights were off. Mold happened.

I suggest some sort of set number of readings, maybe a list that holds 24 previous readings. And if the number doesn't change for X readings, put the bucket into "alarm:True"

Growberry_web will have to signal the error somehow. I'm thinking coloring the grow's outline.

_Copied from original issue: austinmeier/old_growberrypi#20