Zigbee2mqtt and temperature probe

Hello,

I’ve been watching this project for a while. I finally got started
a raspberry (well done for the super simple installation with docker), a cc2531 key, a sonoff SNZB02 temperature sensor
I activated zigbee2MQTT, I start a scan, it found the sensor without any issues.
I added it to the dashboard.
now my problem, is that I have no temperature coming through: « No value recorded. »
I don’t know if I missed a step or not in the configuration?
how can I identify my issue, I tried docker logs, but I don’t see anything abnormal…
thanks for your help.

What block did you use to check the values?
A chart or just « the devices » on the dashboard?

I tried both.

Initially, just the device with room temperature and room appliances
and I also added the graph but nothing, no values…

How can I view the logs to determine if it’s a display issue or sensors that are not reporting the values? (I have 2 sensors, with both I have the same issue)

Is the sensor properly recognized by Gladys?
I’m not at home and I can’t remember how to debug this kind of situation off the top of my head, sorry :sweat_smile:

If Gladys knows the device type and manages it correctly, you can check on Zigbee2mqtt if the values are received and updated.

  1. If yes → problem located in Gladys
  2. If no → problem located in your equipment or Zigbee2mqtt

For me your sensors are not returning any value.

hello,

I deleted and reassociated my 2 probes. They are well recognized

for the gladys logs: docker logs gladys, I have this message
2021-11-14T10:31:00+0100 handleMqttMessage.js:89 (Zigbee2mqttManager.handleMqttMessage) Zigbee2mqtt topic zigbee2mqtt/bridge/config/devices/get empty message

for docker logs gladys-z2m-zigbee2mqtt
I have this error at one point:
Zigbee2MQTT:error 2021-11-14 09:24:06: Configure failed: Error: Bind 0x00124b0023b4845a/1 msTemperatureMeasurement from ‹ 0x00124b001cdd4539/1 › failed (AREQ - ZDO - bindRsp after 10000ms)

thanks for your help …

This is a zigbee2mqtt issue, your sensors are paired but not configured. You need to force the configuration.

You can access the zigbee2mqtt interface on port 8080 to learn more about the issue.

http://pi’s ip:8080

It’s exactly the same error as on zha
Sonoff SNZB-02 Temp Sensor Reporting Interval - #61 by Shadowtm - Zigbee - Home Assistant Community, reporting interval issue

The bug is also reported here

The re-association manipulations and removing the battery did not change anything for me
:sob:

Vincent,

Here you go, I managed to install the Sonoff Zigbee dongle but the configuration is not complete, a red cross remains between MQTT and Zigbee2mqtt.