Diy proportional valve actuator #18
Replies: 3 comments 5 replies
-
Need help for the new beta : https://github.com/nliaudat/floor-heating-proportional-valve/tree/beta |
Beta Was this translation helpful? Give feedback.
-
Hi. I like your project ESP32 8 channels motor controller. Proportional valve like that from Loxone https://shop.loxone.com/enen/valve-actuator-tree.html would help me to install underfloor heating for 12 zones. To know the exact possition of the valve is great. For radiator heating I boght Shelly TRV https://kb.shelly.cloud/knowledge-base/shelly-trv which shows percentage of openned valve 1-100%). As those mentioned are higher priced valves your idea is great and it would help to solve installations of underfloor heatings controlled by Home Assitent. I found one project with stepper motor https://www.instructables.com/Smart-Radiator-Valve-With-Home-Assistant/ and also one dismatled trv https://www.ifixit.com/Teardown/Tado+Smart+Radiator+Thermostat+v3+Plus+Teardown/129731. Second mentioned uses 25BYJ412-56 motor. I thoght stepper will rise the price but found some ready made stepper actuators https://www.alibaba.com/product-detail/New-design-micro-TRV-Linear-actuator_60642767668.html. What do you think about stepper usage in trv? What are pros and cons? How may I help you with your project? |
Beta Was this translation helpful? Give feedback.
-
I've studied the stepper motor solution, but steppers lost their position after a reboot. They also need 4 wires per motor instead of 2. The best solution I found to get the position everytime is opto-IR sensor like in : https://github.com/nliaudat/floor-heating-proportional-valve. In fact, the precise position is not very usefull in daily usage as the current algorithm process like that : The Loxone valve seams to use a bus protocol like modbus or one-wire to chains. It's not only voltage. Have a look at the https://github.com/Lenti84/VdMot_Controller , perhaps it fits better your need. |
Beta Was this translation helpful? Give feedback.
-
Get a look at https://github.com/nliaudat/floor-heating-proportional-valve
Beta Was this translation helpful? Give feedback.
All reactions