Closed thomaskipar closed 11 years ago
The following variables can be adjusted for calibration (linear regression):
"tick reduction" is subtracted from EACH tick request (so each tick message sent from the zapf kit to the back end). If x is the amount of ticks sent to the back end, (x-tick_reduction) will be used for all further processing.
"regression" and "disturbance" are the to coefficients for the linear regression to calc the draw amount in liters from total ticks (total ticks is the sum of all ticks collected for a single draw process. Node: each addend was reduced by tick reduction already!). So formula is simply amount = regression * total_ticks + disturbance.
Please also add a meaningful help text to the dash board for all variables.
Added JSON Schema Concept at https://github.com/just-kile/Zapfmaster2000/wiki/JSON-Schema#dashboard ->Calibration Please verify and, if necessary, edit it.
I implement the dashboard page currently. (Dashboard is available at /zapfmaster2000-service/dashboard/)
Please test :-)
works!
Please add a new page enter calibration values for each keg line (= zapf kit).
See #88 for back end implementation