Unfortunately it doesn't update the temperature, but there is a work around described https://www.zigbee2mqtt.io/devices/TS06 ... emperature
This is probably a very simple command to give, but I haven't found yet how to send out a mqtt message from domoticz, either via a script, or as an action of a button. Any help would be appreciated.If you’d like to force device to send local_temperature you can use this mqtt command:
topic: zigbee2mqtt/FRIENDLY_NAME/set/local_temperature_calibration
payload: YOUR_CURRENT_CALIBRATION_VALUE
YOUR_CURRENT_CALIBRATION_VALUE can be 0, but if you calibrated temperature for this device send current value. After this command thermostat responds with two messages. One for calibration change confirmation, and other with current local_temperature.