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.
With this project no, G-code is different.Would it be possible to use something like a btt octopus controller board instead of the mks 42c boards
High quality stuff cost money, this project not about cheapest solution.I was just looking for alternatives to the mks 42c I hate ordering on aliexpress and on amazon they are 25$ each which makes each doser around 60-70$ to build off amazon + time to assemble and print housings etc
I was interested in the diy method to save $$ as I need about 10 dosers to automate my entire setup but its not much cost savings vs a retail unit
Hi, do you have an idea of what the data MQTT format should be for the dosing pump?hi @yury88, first of all, awesome work.
Just ordered the parts and will build one for my pico-reef.
Any chance we can request features? I would be great to have mqtt built-in to easy integrate with Home Assistant.
regards.
{ "Parameter 1":"AA",
"Parameter 2": 1.0001,
"Param3":"a long text here",
"range_of_params":{
"Test 1": "Value",
"Test 2": 1001.256,
"Test 3": "something"
}
}
Thank you for sharing! I'm digging in, and so far, it looks very flexible.Not a specialist, but you can use different MQTT topics for each parameter, or a single topic with a json payload with everything you need.
Topic: reef/dosers/doser1/config
JSON:{ "Parameter 1":"AA", "Parameter 2": 1.0001, "Param3":"a long text here", "range_of_params":{ "Test 1": "Value", "Test 2": 1001.256, "Test 3": "something" } }
On integrating it with Home Assistant, here you can find more details and examples.
I hope this helps.
Cheers.
Hi. I totally forgot about this. Let's fix it!hi @yury88, sorry if I missed, but did you implement continuous dosing?
This is really useful, specially for calcium reactor?
cheers.
Kalk solution also benefits from a continuous dosing strategy.Hi. I totally forgot about this. Let's fix it!
Only one thought: for a calcium reactor, you need a bigger peristaltic head and tinker with the case. Heads in the project are high-precise and not good for continuous mode for 3-5 l/h.
Let me know if your want to buy particular model- we can check part list
Release v0.7.1 - Continuous mode for pumps
Release Release v0.7.1-master-20240423 · telenkov88/reefrhythm-smartdoser
v0.7.1 Continuous mode for pumpsgithub.com
1) Always on pump feature:
In Dosing->Analog Control, set the desired flow rate ml/min for signal level 100%
Choose the source of signal for the pump as 100%.
Enable analog control for pump
Now the pump will spin with the desired flow rate ml/min nonstop. You even can control pump by turn On/Off the power. Cold start of pump on power on takes ~ 6 sec.
2) Same as the first mode, but you can choose Pin as the source of signal. Now you can control the pump with your fancy 3-part controller with a 0–10V signal.
Use voltage divider to lover signal from 10V to 3.3V to match signal level of ESP32 controller*
3) Same as second mode, but you can also just add a variable resistor and connect it to the Pin to have an optional manual control handle to adjust flow.
4) You can actually just use the schedule feature with the same result:
Just add job in schedule 12:00AM -> 11:59PM with Duration 60sec and desired amount to dose ml. And choose frequency 1440(24h*60min)
Now your pump will continuously dose the desired flow ml/min: