Is there any chance to set a temperature offset to the Aqara thermostats in HA? This would be pretty neat because the temps at the radiator are not even close the temps in the room itself.
How would I set this offset and how would the thermostats using them?
May I ask how you actually done it? I have the same problem, the temp on the radiator is way higher then in the room. But to create a Generic Thermostat, you need to add the heater as a switch, but the TVR needs a target temp to get started -.-
If the TRV doesn’t expose a switch entity for the on/off heating thats required by the generic thermostat, then you can do it another way.
Create a toggle (input boolean) helper and put that into the generic thermostat config.
But you’ll also need to create an automation that listens for when the generic thermostat changes the state of that toogle helper. In your automation, if the toggle is off, then simply set your target temperature very low (say 5 degrees), and if its on, then set it to something high, like 30 degrees.