Hi
@yury88
I would like to discuss the stage of the dosage planner...
Is it possible to link the “Frequency” to the “Amount ml” and not only to the dosing period (time) so that the liquid per dosing amount is also calculated?
I have a planner:
Dosage: 03:00-19:00
Frequency of dosing: 17
Daily dose: 25ml
In order not to create a whole bunch of lines (17) of frequency settings for (25ml/17 frequency) 1.47ml per hour.
I want it to be automatically calculated. It will only be enough to create one entry on the scheduler with a daily dose of 25ml. and not 1.47ml. for each term
Lets me just fix if for you

Release v0.9.8 Auto-calculation of total dosing amount
It will also be more convenient to change the volume of the liquid if a test for a particular reagent requires it.
Regarding editing, maybe there will be a button to change an existing record...) So as not to delete the record and create it again
Yes, of course, table editing is possible.
I will add it; it's just some extra scripts that will check for valid input in the table..
And is there also a possibility that the pumps do not work at the same time? Is it possible to recalculate the time of dosing...
Because I noticed that when at the specified time in the hours of dosing (without the specified minutes), the next doses are shifted, I noticed that in minutes it has already reached 26.
And this already overlaps with other dosing pumps.
Which is critical so as not to dose alkalinity and calcium at the same time, etc. And there was a period of time between them. This time interval can be set at the very beginning of the dosing, but it shifts(
This is probably due to the fact that the dosage is fixed not at the beginning but at the end of the dosage, so it shifts...
Can you provide example?
Controller is following the settings that you add to the schedule. It's pretty accurate +/- a few seconds, depending on how busy the controller is.
So if you schedule dosing from 10:00 to 11:00 with frequency 6, it will dose:
10:00, 10:10, 10:20, 10:30, 10:40, 10:50
Its working by algorithm:
Start time = 10:00
End time = 11:00
Step between doses (11:00-10:00)/(frequency 6) =10min
So if you need to avoid pumps working at the at the same time, you can just add a schedule with a shift:
1)Pump1 10:00-11:00, Frequency 6
10:00, 10:10, 10:20, 10:30, 10:40, 10:50
2)Pump2 10:05-11:05, Frequency 6
10:05, 10:15, 10:25, 10:35, 10:45, 10:55
Probably it's just difficult to make such a calculation. I'm adding a helper in the UI that will show all scheduled dosing so you can check your settings right away.