Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Temperature Values in some Aqara/Xaomi Sensors #12613

Closed
JayJay-Master opened this issue May 27, 2022 · 1 comment
Closed

Wrong Temperature Values in some Aqara/Xaomi Sensors #12613

JayJay-Master opened this issue May 27, 2022 · 1 comment
Labels
problem Something isn't working

Comments

@JayJay-Master
Copy link

What happened?

Till May 25th. temperature values was published in "temperature". With the new latest-dev (1.25.1-dev) the correct values seems to be published in "device_temperature".

What did you expect to happen?

Temparature values in "temperature" or at least only one temperature value ("temperature" or "device_temperature").

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.25.1-dev

Adapter firmware version

0x26720700

Adapter

Conbee-II Stick

Debug log

Aqara water leak sensor (Xiaomi SJCGQ11LM)

info 2022-05-27 11:51:32MQTT publish: topic 'zigbee2mqtt/Wassersensor_Kueche', payload '{"battery":100,"battery_low":false,"device":{"applicationVersion":6,"dateCode":"20200310","friendlyName":"Wassersensor_Kueche","hardwareVersion":2,"ieeeAddr":"0x00158d000774cfbd","manufacturerID":4151,"manufacturerName":"LUMI","model":"SJCGQ11LM","networkAddress":35051,"powerSource":"Battery","softwareBuildID":"3000-0001","stackVersion":2,"type":"EndDevice","zclVersion":1},"device_temperature":29,"linkquality":252,"tamper":false,"temperature":23,"voltage":3005,"water_leak":false}'

info 2022-05-27 12:07:58MQTT publish: topic 'zigbee2mqtt/Wassersensor_Abstellraum', payload '{"battery":100,"battery_low":false,"device":{"applicationVersion":6,"dateCode":"20200310","friendlyName":"Wassersensor_Abstellraum","hardwareVersion":2,"ieeeAddr":"0x00158d000774d402","manufacturerID":4151,"manufacturerName":"LUMI","model":"SJCGQ11LM","networkAddress":21215,"powerSource":"Battery","softwareBuildID":"3000-0001","stackVersion":2,"type":"EndDevice","zclVersion":1},"device_temperature":26,"linkquality":255,"tamper":false,"temperature":21,"voltage":3025,"water_leak":false}'

Aqara door & window contact sensor (Xiaomi MCCGQ11LM)

info 2022-05-27 11:53:27MQTT publish: topic 'zigbee2mqtt/Fenster_AZ', payload '{"battery":100,"contact":true,"device":{"applicationVersion":3,"friendlyName":"Fenster_AZ","ieeeAddr":"0x00158d0007996edf","manufacturerID":4151,"manufacturerName":"LUMI","model":"MCCGQ11LM","networkAddress":22103,"powerSource":"Battery","type":"EndDevice"},"device_temperature":24,"linkquality":255,"temperature":31,"voltage":3045}'

@JayJay-Master JayJay-Master added the problem Something isn't working label May 27, 2022
@Otnow
Copy link

Otnow commented May 27, 2022

It's not a problem, it's meant to be: Koenkk/zigbee-herdsman-converters#4275

You can remove the temperature value from the state.json file located in the data directory of z2m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants