Zigbee sensor reporting intervals #10418
-
Will Tasmota support changing the interval period or sensitivity for sensors such as the Sonoff SNZB-02? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
What is the frequency of reporting? Can you share logs of consecutive readings? |
Beta Was this translation helpful? Give feedback.
-
Thanks. It seems to follow the Zigbee standard, which means you can ask the device to report between As you can see in the logs, you have an example of syntax:
In the example above,
|
Beta Was this translation helpful? Give feedback.
Thanks. It seems to follow the Zigbee standard, which means you can ask the device to report between
min
andmax
interval in seconds or whenever a change exceedsx
in value.As you can see in the logs, you have an example of syntax:
In the example above,
ZbSend {"Device":"0x540C","Config":{"Temperature":{"MinInterval":30,"MaxInterval":3600,"ReportableChange":0.2}}}
sets the following: