Strange temperature on aqara motion sensor

Hey @mkuhnke - did you ever figure this out? I’ve paired Aqara + ZHA and motion works great but my temperature registered at 95 F and that’s what it’s stuck at.

nope, I just live with the fact that they are only somewhat close to accurate

Calibration works for me. However the configuration parameter is device_temperature_calibration as stated in Aqara RTCGQ11LM control via MQTT | Zigbee2MQTT, not temperature_calibration as the older examples in this thread.

devices.yaml

‘0xABCDEF01234’
friendly_name: aqaramotion2
device_temperature_calibration: -8

log.txt

info 2024-01-12 12:23:05: MQTT publish: topic ‘zigbee2mqtt/aqaramotion2’, payload ‘{“battery”:100,“device”:{“applicationVersion”:5,“dateCode”:“20170627”,“friendlyName”:“aqaramotion2”,“hardwareVersion”:1,“ieeeAddr”:“0xABCDEF01234”,“manufacturerID”:4151,“manufacturerName”:“LUMI”,“model”:“RTCGQ11LM”,“networkAddress”:44509,“powerSource”:“Battery”,“softwareBuildID”:“3000-0001”,“stackVersion”:2,“type”:“EndDevice”,“zclVersion”:1},“device_temperature”:20,“illuminance”:3,“illuminance_lux”:3,“linkquality”:144,“occupancy”:false,“power_outage_count”:7,“temperature”:28,“voltage”:3005}’

With a calibration value of -8 the sensor succesfully reports "temperature":28 and "device_temperature":20