I got 2 radiators in the same room, both following an external sensor, with your suggested automation.
Radiator Covered is set to 1, Load Balancing enabled and adaption_run_control.
Sometimes, I got only 1 of the radiators actually heating, while the other having the valve off. If I bump up the set temperature with a couple of degrees, both of the radiators help.
@bjorn.sivertsen My room with 2 radiators is performing OK without any special handling, but I think that’s just by chance. As I wrote above, I think that computing the Load Radiator Room Mean and pushing that number back to the TRVs is likely the way to properly implement it. But, the radiator load isn’t directly exposed in ZHA yet, and apparently there’s no such thing as a zha.get_zigbee_cluster_attribute service even though there’s a zha.set_zigbee_cluster_attribute service!
So, I don’t have an easy way to test that idea. But maybe (for now), you can try manually setting the proper room mean on both TRVs and see if that helps? The problem is that I think the radiator load reported by each TRV changes over the day, so that value may need frequent updating.
@BikingViking Is the pi_heating_demand attribute of the valve not the load of the radiator? Maybe that number averaged over a sensible period for all radiators in the room should be pushed back to both?
As I understand it, the pi_heating_demand corresponds to the % open of the valve, which is not quite the same thing (and is bounded by 0-100). My load estimate right now, for example, is 302.
Also, I just realized that the mean load attribute doesn’t show up in the “manage clusters” in ZHA anyway. But maybe it can still be set in a YAML script, like we do here for sending the extetnal temperature…
@BikingViking where you able to create a group with both thermostat in the room? I am trying on my end (in Z2M) and I am getting an error. The Ally guide does state that radiaors should be grouped together in order to be controlled at once so it should be feasible
edit: so after doing some research this seems to be a hardware limitation. Not sure if we can simulate the group within HA (change settings in one place and affect multiple TRV at once.)
@Charlie-R, indeed I’m using that climate group method to make it easier to set the same temperature for each TRV in the same room. But, I think it doesn’t handle the case where the setpoint is manually adjusted by turning the TRV.
Sending the same external temperature to 2+ TRVs is easy enough with a minor adjustment to the basic script. But as I noted above, to truly replicate the Ally’s group functionality, continuously updating the radiator load mean is probably the last missing piece, but I have no idea how to program it.
Hello guys,
This is my first post here.
I’ve Ally TRV and Ally gateway. Just now I had installed HA on my TrueNas server.
I’d like to buy some usb zigbee connector, and then some “opened window” sensor, and temperature sensor. Would You recommend me some devices to be working with Ally TRV and the module described in this topic?
Thanks in advance
BR
Jacek
Now sometimes I am seeing some strange begaviour with one radiator at 100% and the other at 0% and sometimes the radiator load is -8000 which obviously gives a negative average. I cases where a radiator does not calcualte a load I am not sure what the default value in the script should be
Internal “opened window” sensor is working just fine, no needs additional one.
Regarding external sensor there is no way to use it directly. Only with additional script help (in HA) and even then TRV uses average temp between 2 sensors. It’s not very obvious and useful as for me.
I already read this issue, but would be fine for me.
Till yesterday I was using Danfoss Link system with 5 thermostats. It was showing 21C but for sure in the room it was colder. If I can average the TRV temperature and external sensor, it would be more comfortable - I hope
Going back to the Danfoss Link the open window sensor was not working at all. In many cases, my wife opened window in the kitchen, and the radiator was fully open and extremely hot. When we closed the window in few minutes we got 24-25C in the room.
So now I’d like to have more comfort and less heat consumption. Now I’m waiting for devices to fully start the HA environment.
I had ordered ConBee II zigbee module and Xiaomi Aquara sensors
Your statement regarding external room sensor is not true. With firmware 1.18 there is a new attribute called “Radiator covered” which basically turns off usage of internal temperature sensor.
Look at my current bedroom trv. It is detecting temeprature over 30C with setpoint at 22,5 but valve is still opened at 90% because room temperature is still too low.