|
Hi, I am using Better Thermostat in Home Assistant with multiple TRVs (TP-Link KE100) grouped into a single Better Thermostat entity for one room. Setup:
Expected behavior: Observed behavior:
BT is set to e.g. 27°C This results in only one radiator heating while the other stays near closed. Questions:
Additional context:
Any clarification on how Better Thermostat distributes heat demand across multiple TRVs would be very helpful. Thanks! |
Replies: 1 comment
|
Two things to address here: 1. "Hybrid" calibration: that mode was removed from BT a while back (replaced by the new 2. Different displayed targets on grouped TRVs: with offset-based calibration this is expected behavior, not a bug. BT sends a base target to each TRV, then applies a per-TRV calibration offset based on the difference between the external sensor and each TRV's own local sensor. Since the two KE100s sit in different positions in the room, they read slightly different temperatures, so they get different offsets and end up displaying different targets on the device. For more uniform displayed targets on the TRVs themselves, use |
Two things to address here:
1. "Hybrid" calibration: that mode was removed from BT a while back (replaced by the new
Direct Valve Basedcalibration type, see commit b30f874). If your config still shows "Hybrid", you're on an older release — please update to 1.8.0-Beta-17 via HACS (enable "Show beta versions" in the BT entry).2. Different displayed targets on grouped TRVs: with offset-based calibration this is expected behavior, not a bug. BT sends a base target to each TRV, then applies a per-TRV calibration offset based on the difference between the external sensor and each TRV's own local sensor. Since the two KE100s sit in different positions in the room, they read slightly different …