zha-device-handlers icon indicating copy to clipboard operation
zha-device-handlers copied to clipboard

Fix Tuya TRV local temperature calibration multiplier

Open TheJulianJES opened this issue 4 months ago • 1 comments

Proposed change

This adds multiplier=0.1 to the quirks v2 local_temperature_calibration on some Tuya TRVs.

TODO: We also need to consider if this needs to be added to others. In Z2M, it doesn't seem entirely clear which ones need this. TODO: Also check this doesn't break some TRVs included in the same quirk. If it does, it's also an issue in Z2M.

Additional information

Fixes https://github.com/zigpy/zha-device-handlers/issues/4124

Checklist

  • [ ] The changes are tested and work correctly
  • [x] pre-commit checks pass / the code has been formatted using Black
  • [ ] Tests have been added to verify that the new code works

TheJulianJES avatar Jun 24 '25 02:06 TheJulianJES