offset calculation incorrect? #236
Replies: 6 comments 7 replies
-
I'm unsure about the exact offset limits, so it's possible that the regulated target temperature is restricted to +1,5°C over the target temperature. But what you're experiencing is that versatile_thermostat does not know or care about the temperature measured inside the TRV. No one has yet come up with an algorithm that deals with the room temperature sensor and the TRV internal sensor. |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
-
This is strange. If I understand well, the target t° is 17,5 and the current temp is 16,6°. But the internal TRV current temp is 19° (+ 2,4 ° above the real temp if I understand which is huge gap). In strong regulation, the offset can go to up to 5°, so it should definitively heat. With the https://github.com/jmcollin78/versatile-thermostat-ui-card you will be able to control the regulated temperature and the regulation mode. And in the attributes of the VTherm you will have some useful information. Can you please post them here during the issue ? (they are available in Dev Tools/States. Copy paste the yaml of the attributes formatted with the <> button). The other thing I will need to try to understand is to have a curve with target t°, regulated t°, current t°. See an example here: https://github.com/jmcollin78/versatile_thermostat/tree/4.2.0#even-better-with-apex-chart-to-tune-your-thermostat |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
what i do find strange in my graph is that the heating doesn't start around 10:00 to 10:10. the room temp is clearly below the target, so i would have expected vtherm to recompute a delta and apply it as to start heating, but it does not. the sudden drop you mention at 10:45 is also a mystery to me, the only explanation i can find is that TRV stopped reporting temp for some time then suddenly updated. TRV temp stay flat @ 16.1°C for around 30 minutes while during this time the room sensor keep decreasing at +- a steady pace as for the time, i still haven't changed it yet, it is still on a 5 minute basis for test purpose. will try the expert setting, to be clear i just have to enter the setting once and it will be applied to all vtherm set to expert correct? i'm asking because i received the other 6 TRV and i intend to install them this weekend, so far i just had 1 for test purpose. |
Beta Was this translation helpful? Give feedback.
-
Hi,
i set up a versatile thermostat to operate a TRV and "correct" it's internal temp sensor, replacing it by another more accurate sensor within the room
but it seems that the calculation of the offset correction is incorrect and as a result i cannot reach the desired T° in the room.
here is an example:
on the left, is the TRV status, in center the versatile to "correct" the TRV, and on the right the 2 relevant T° sensors
as you can see, the TRV reports 18.8°C temp, the room sensor 15.9°C, and i set versatile thermostat to 17°C, it then only send 18.5°C target temp to the TRV.
thus the TRV do not open (because it's target is below it's sensor), althought the sensor temp in versatile is 1°C BELOW versatile target temp
the versatile entity is configured as follow:
i indeed waited several cycles but it always seems to work "inverted", the target temp sent to the TRV is always below the TRV sensor
Beta Was this translation helpful? Give feedback.
All reactions