Hello @maurice and @jason.kania
So I have been taking some time to finalize my system and now feel like I have a firm grip on what I need inorder to make this work. Id like to outline my system and get your input I think everything you have said before makes sence and I think my proposal will make sence to you as well. There will be a number of questions for the programming side but not all together difficult i think. I think my control system would be a good application in the future and I already have a number of systems that I would be able to apply this to if I can get it functional.
So, I have 4 rooms that are zoned from one 4 pipe fan coil unit. Each of these rooms have a damper controlling the on or off of air flow to that room.
I plan to put 1 tstat10 in each room just so that in the future I can get more information (plan to add dehuidification in the future, want to get info on temp trends, etc) . Also if I get Wifi ones, I can pass the variable around to each unit wirelessly I assume?
The fan coil units will have three settings for fan speed (I have to install relay contacts in the units to do this because the unit has 3 leads on the motor but only one fan signal for some reason!!!). It also has modulating valves (for dehumidification in the future) which I will use as on and off for the time being on the hot coil and the cooling coil. And of course, the unit has a heat and cool contact on the fan coil.
So, the tstat 101 will call for cooling in room 101, and change the varialble called ISITCOOL to true (which will have to be passed around to the tstats ), and then it will follow the logic to open the dampers in that room, open the cooling valve, and turn the fan on. I will have to have separate logic to determine what fan speed I want (IE: one room is fan low, 2 rooms is fan medium, and 3 rooms or more is fan high)
If another tstat 201 comes on and demands heat, but if ISITCOOL is true, the logic will have to tell it not to come on and wait until ISITCOOL is false. And the same for vise versa.
If another tstat 301 come on and demands for cool, if ISITCOOL is true, then it will continue on its path to cooling down the room as well.
This is what I have been thinking and I think its the simplest way to approach it. With the setup we have, I do not actually think separate rooms will be demaning heat and cool at the same time but I have to be prepared for that case as well.
Any thoughts on it ?
ALSO: The tstat10 can send an open /close signal to the damper directly, and as well to the modulating valve I believe we confirmed that ?