You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: