Yep, can be done. You even can control 2 pump heads with one 0-10V port if you want.I see auto water changes in my future.
Just need to choose proper peristaltic head with enough flow and motor with enough torque.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yep, can be done. You even can control 2 pump heads with one 0-10V port if you want.I see auto water changes in my future.
10ml/h its 10ml/60 min=0.16ml min.Kalk solution also benefits from a continuous dosing strategy.
Would it be feasible to dose 10ml/hour or even lower volumes? I believe this would be enough to dose kalk even in small pico-reefs.
How do you control 2 dosers on 1 0-10vYep, can be done. You even can control 2 pump heads with one 0-10V port if you want.
Just need to choose proper peristaltic head with enough flow and motor with enough torque.
In the case of water change, it can be two dosing heads. One for drainage, another to fill the tank with new saltwater.How do you control 2 dosers on 1 0-10v
Hi, its great!Hi @yury88, really nice project and thanks for all your support and updates.
From my side, the parts arrived and I'll start device assembly later this week.
regards,
# import main module
import web
# define async functions here
async def test_extension():
# Web UI extensions also can be added to main web.py module
@web.app.route('/test')
async def test(request):
return "Hello world"
print("Test extension")
# Control main module from extension:
web.mac_address = 1111444
# Define extension async tasks here
extension_tasks = [test_extension]
# Define navbar extension here
extension_navbar = [{"name": "Test", "link": "/test"}]
I say no, but this issue is prevented by design.Another question, do you have watchdog timer enabled to prevent unwanted issues/overdosing? (e.g.: ESP commands the stepper to run and then hungs, allowig the pump to keep dosing "forever").
Hi,About future versions:
1)v0.9, I'm planning to add some interfaces in the Web UI with the Python scripting language to add programming logic to Doser.
For example, if you want to run some checks before dosing, even over a network (web API, MQTT).
2)v0.8.2 - publications of dosing on the MQTT broker for statistics
And I'm open minded to other functionality requests
It's possible with some limitations:Hi,
Is it possible to specify the volume, calculate how many days it will last in relation to the dosing program... as well as a message about when to replenish the liquid when it runs out, for example, less than 10% of the total volume?
Hi, you can find the list hereThese ? I don't think the above link worked