Sonoff SNZB-02 Temp Sensor Reporting Interval

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.