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

Advanced Sensor Calibration #18

Open
dsmurl opened this issue Jul 29, 2015 · 0 comments
Open

Advanced Sensor Calibration #18

dsmurl opened this issue Jul 29, 2015 · 0 comments

Comments

@dsmurl
Copy link
Owner

dsmurl commented Jul 29, 2015

Branch - AdvancedSensorCalibration

In this story, we will be implementing the temp moisture calibration. This story is blocked on the design of the larger calibration architecture.

The advanced part of this story is adding the infrastructure to calibrate a sensor by measuring and adjusting expected readings, making labeled ranges of readings, and setting up something in the rules design to run off of the defined labeled ranges instead of simple readings of impedance.

Example:
Temp sensors usually read impedance from 0 to 1024. Currently the rules might say turn something on when the impedance from the temp sensor goes over a denoted number like 877. In this story, the calibration page will allow the user to define ranges like cool (100-350) average (350 - 500) and hot (501 - 1024). Then, now that the sensor has defined ranges, the rules creation page will have operators =, >=, <=, cool range, average range, and hot range.

@dsmurl dsmurl added this to the Beta milestone Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant