Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Proposal: change water_level_high environment variable to water_level #270

Open
sp4ghet opened this issue Jun 7, 2017 · 1 comment
Open

Comments

@sp4ghet
Copy link
Collaborator

sp4ghet commented Jun 7, 2017

This would allow us to process water_level as a single environment variable rather than a bundle of different variables heavily related to the sensor configuration. Currently there's only 4 logical states, with 3 possible states:

lower: DRY upper: DRY
lower: WET upper: DRY
lower: WET upper: WET
lower: DRY upper: WET //impossible (unless something is wrong)

If we can encode these states into some Float value or an enum, and run some kind of feedback loop on it, it would allow for us to do some drought stressing at the later phases of the grow cycle or some other interesting actuation.

@rbaynes
Copy link
Contributor

rbaynes commented Jun 29, 2017

I like this proposal.

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

No branches or pull requests

2 participants