Basic set up? Going round in circles #851
Replies: 1 comment 2 replies
-
The valve position is not a good measurement since it can state the valve is closed and still have a position 100%. The heat is the hvac mode and does not necessarily mean the radiator is at the moment actually heating up, it only means that when the actual T drops below setpoint, it will heat. If it is above setpoint, the TRV itself will regulate its valve position to try and keep the temperature in the room stable. This might result in a period where the TRV is set to hvac mode heat but the valve is closed. You can see this in the better thermostat state "hvac_action", when that state is "idle", there is no request for heat. To make it easier, also install the UI for better thermostat and ONLY use that. Setting new temp, on/off etc. (of course for testing purposes at first you can have the original TRV entity in lovelace as well, but as soon as you're sure it functions as it should you'd better only control the TRV via the better thermostat and hide the original. So actually the most common way to use the TRV during the winter is to set it hvac modem heat and set the T setpoint to the desired room temperature. I use a external component called scheduler by niels faber to manipulated the desired setpoints during the day. The valve then opens and closes as needed to reach that temperature. The thing you notices by not shutting off might be a specific problem with the used TRV not really accepting the OFF command, you can set this option in the smart thermostat settings. Some TRV's need to have a T=5 f.i. to turn them off. Of course to make the radiators a bit smarter, I also have an additional automation IF (no1 home OR heating_disabled OR on_holiday) THEN turn off regular schedule and force 15degrees to the better thermostats. |
Beta Was this translation helpful? Give feedback.
-
HI, struggling with the basic setup, any tips? I have Tuya valves that have Heat Auto and Off modes plus a load of presets, comfort, boost etc.
They also have sensor for valve position 0 - 100% open.
Previously I ran them in Auto/Manual setup mode and I forced the temperatures from Node Red Automations.
I have added the integration with latest Beta - manually. HACS issue not showing BETA so done it the old fashioned way.
I find valves are sticking either open or closed and unsure what settings I should use?
I have only checked the maintenance mode during setup, everything else unchecked.
I have used an external temp sensor on each valve. Set as Offset calibration and Normal for the controller.
Was expecting that target temp = below current temp then valve closes, if above then it opens. Quite simple. Ideally just open or closed rather than the TRV trying to set a certain limit, 25% because its nearly at temperature etc.
Any pointers? Child lock option etc
For example - The valve in this room currently at 19.8'c and set to 25'c I expected it would activate heat and open valve but not happening?
![image](https://user-images.githubusercontent.com/51749826/210409322-f9ca8c80-1c03-47b6-ba18-cee7a9bd7f06.png)
![image](https://user-images.githubusercontent.com/51749826/210409679-66f271cb-bd53-4e3a-8386-968674d3d4ef.png)
If I change to Heat then it opens the valve. Though then turning the target temp to 15'c it doesn't close?
Valve is stuck at 100% open but shows as 'idle'
On the actual thermostat via Z2M the TRV shows as Heat/Manual - as in it is in a forced HEAT mode.
Beta Was this translation helpful? Give feedback.
All reactions