Sonoff SNZB-02 Temp Sensor Reporting Interval

I can never get to that screen that has Reporting as a tab. It seems strange to me that one has to have the device in pairing mode to set this. Wouldn’t these things be set on an already-paired device?

If you don’t have the Reporting tab, you probably have a very very old Z2M version since it has been available for months now with the new embedded Z2M GUI.

Thanks for that. I have version 1.15.0 of Zigbee2MQTT which I think is the most recent. I have Auto-Update switched on. Oh wait. I see on the Github page that the version is now 1.19.0. Not sure why I am not auto-updating. Must correct that!

Using Home Assistant OS Plugin, the last version is 1.18.1-1.
Have you access to Z2M GUI ? all settings ? the dashboard ? the map ? OTA ? Logs ?

I don’t recall the exact method I used to install it. I do have access to the Z2M GUI, the dashboard, map, OTA and logs. But no Reporting tab. I just have to uninstall this version and install the newer version from the Github link. Hoping I won’t have to repair all my devices…

Reporting tab is one the several tabs available for each device.

Sir, you saved my day :wink: thanks!

Thanks a lot, your solution works perfect!!!

Hi all

Found this post by seeking for temp range supported by Sonoff (spoiler: I’ve put it in freezer a couple hours ago and it is still reporting ATM).
Regarding the refresh rate, I think the refresh frequency is simply linked to a hardcoded temp delta before reporting.

Using this query in SQLite Web

SELECT created, state
FROM "states"
where entity_id = 'sensor.sonde_garage_temperature'
order by created desc

We see the interval is looking random, but the temp is changing fast in such situation and the report is done when temperature changed by at least 0.5°C :


For humidity, this seems to be 0.1%


I’d add there’s a minimum delay of 30 secs between pushes.

1 Like

I’m using ZHA and I was able to configure the reporting manually using following command:

bellows -v INFO -d socket://192.168.192.47:8888 zcl -D /home/homeassistant/.homeassistant/zigbee.db '00:12:4b:00:23:ad:cf:a1' 1 1026 configure-reporting 0 10 1200 10

You have to stop home assistant so bellows can communicate with the gateway. The command won’t succeed when the sensor sleeps, so you’ll have to repeat it until you see following message in the output:

[[ConfigureReportingResponseRecord(status=0)]]

Btw. re-pairing sets the default reporting configuration back.

Hi!

I think I have the same situation.
I’ve bougth these devices

If I check the app eWeLink, the data is updated frequently (so the sensor works properly).
The problem is that the data don’t update in Home Assistant unless I update manually.

I added the device to HA loging HA in my eWeLink account.

Could I solve my problem using that lines?
Where do I have to write them?
which device belongs the ip address 192.168.192.47 to? the sensor?

I hope you can help me

192.168.192.47 is address of my Zigbee gateway. I’m using this one.

If I understand your setup correctly, you’re using cloud service and HA is getting the values from the cloud. In this case it’s not possible to use bellows to configure the reporting. You would need to get rid of the cloud and use the gateway directly, see this guide.

Finally it started working… I don’t know where the problem was, but now works :sweat_smile:

Anyway, thanks a lot.
If I have any problem I’ll test your suggestion.

Hi, when I try this I get this error:

Error Request 'zigbee2mqtt/bridge/request/device/configure_reporting' failed with error: 'Bind 0x00124b0023ad5c66/1 msRelativeHumidity from '0x00124b001cd49f89/1' failed (AREQ - ZDO - bindRsp after 10000ms)'

I have the same error and the values doesn’t update even though the temperature and humidity changed (I have put it inside and outside to test )….
How can I forget the sensor and pair it back?

I finaly found a way, I forced removed the sensor, and paired again…you may have to try 2 or 3 times…but I didn’t try to change the reporting interval for the moment.

I wonder if this would work with a Phoscon Raspbee. The Conbee is on Zigbee2MQTTs’ list of officially supported devices but the Raspbee isn’t listed there.

What’s bellows and where would I have to enter that command?
My aim is to connect Sonoffs’ temperature sensor to my Raspbee which uses ZHA. Do you know if that’s possible with your command?

Bellows library is used by ZHA when the Zigbee coordinator is based on Silicon Labs EmberZNet. If your coordinator uses different radio, you cannot use bellows to control it. To use the utility in your HA environment, you have to stop HA and enter venv, something like this:

$ sudo systemctl stop home-assistant@homeassistant
$ cd /srv/homeassistant
$ python3 -m venv .
$ source bin/activate

Hi, the Reporting tab is individual for each device. That means You should select your sensor from Devices tab first.