Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.47k stars 1.62k forks source link

Frequency report Sonoff SNZB-02D #19626

Open evirci opened 7 months ago

evirci commented 7 months ago

What happened?

The device reporting the value with the long interval, to much long. the value non change with 0,2°C.

What did you expect to happen?

Refresh temperature and humidity value in a half our and with 0,1°C

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.33.2

Adapter firmware version

20231030.1

Adapter

Sonoff zigbee dongle plus 3.0

Debug log

No response

alexh3o commented 7 months ago

Hi, Did you try changing the reporting? I have Sonoff older version of this sensor and setting the reporting to desire works. In my screenshot reporting for temperature and humidity is done at a rate of 10 minutes if temperatures changes less than 0.2°C or 2 minutes otherwise. image

KevinMckk commented 5 months ago

Hello, same issue for me:

What happened? The device reporting the value with long interval and don't respect the maximum_report_interval But I don't know if the issue come from Zigbee2MQTT or from the Sonoff SNZB-02D firmware..

We can see happen on this graphic image

What did you expect to happen? Take in account the configuration "maximum_report_interval": 1800,"

Zigbee2MQTT version 1.35.1

Adapter firmware version 6.10.3.0 build 297

Adapter ZBDongle-E (EFR32MG21)

Debug log

state.json

"0xf4b3b1fffe44ad58": { "date_code": "20230105", "definition": { "description": "Temperature and humidity sensor with screen", ... ... ... "configured_reportings": [ { "attribute": "measuredValue", "cluster": "msTemperatureMeasurement", "maximum_report_interval": 1800, "minimum_report_interval": 5, "reportable_change": 20 }, ... ... ... "friendly_name": "Sensor Salon", "ieee_address": "0xf4b3b1fffe44ad58", "interview_completed": true, "interviewing": false, "manufacturer": "SONOFF", "model_id": "SNZB-02D", "network_address": 61200, "power_source": "Battery", "software_build_id": "1.0.9", "supported": true, "type": "EndDevice" },

czerepsky commented 5 months ago

Same issue for me. Even when I changed reporting setting it dosent work properly