I have a floor heating system that uses water from the boiler to heat up rooms. It was all working with dial thermostats, so I wanted to modernize it with home assistant and zigbee thermostats
I now have all the components complete and controllable, except for the pump itself. I looked up on the internet what order of steps I should automate stuff in, but I cant find a solid answer for this.
I have the same WTH unit as in the picture, but all spots with solenoid valves
All (4) zones are controllable with ZWT198's switching on/off the valves.
The boiler can be turned on/off with the https://diyless.com/product/esp8266-thermostat-shield
If I turn on the boiler too soon after switching ZWT198's to heating, it will display a error 1 because its heating without flow (the valves need time to open up)
But im worried if the pump is gonna switch off when the floor has reached its temperature (because thats what I assume the little sensor box is for?) and that its gonna keep the boiler on (because the room takes time to heat up)
I havent made any automations yet, I prefer Node-RED for this as I have some experience in it but im unsure what the logical steps I should program would be, and should I make the pump controllable aswell or is this fine? (or maybe detect its power usage with a meter and switch off the boiler if it doesnt take any power?)
Does anyone have experience with this, thanks