AndreWohnsland / CocktailBerry

Easily serve Cocktails with Raspberry Pi and Python on any cocktail machine 🐍 + 🍸 = 🥳
https://cocktailberry.org
MIT License
57 stars 8 forks source link

[Feature Request] Change Time Calculation Logic #161

Closed AndreWohnsland closed 2 months ago

AndreWohnsland commented 3 months ago

Currently, the time is calculated by the incremental wait times, which were used to define the sensing times.

This leads to a difference between the real time and the calculated time it should be run. In Praxis, the volume is still right, because the same logic is applied when running the calibration. There can be differences up to 26% between calculated time and real time.

Benefits

Drawbacks

AC