Skip to content

Zigbee sensor reporting intervals #10418

Answered by s-hadinger
summongod asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks. It seems to follow the Zigbee standard, which means you can ask the device to report between min and max interval in seconds or whenever a change exceeds x in value.

As you can see in the logs, you have an example of syntax:

20:01:41.098 ZIG: auto-bind `ZbSend {"Device":"0x540C","Config":{"Temperature":{"MinInterval":30,"MaxInterval":3600,"ReportableChange":0.2}}}`

In the example above, ZbSend {"Device":"0x540C","Config":{"Temperature":{"MinInterval":30,"MaxInterval":3600,"ReportableChange":0.2}}}sets the following:

  • don't report faster than every 30 seconds
  • always report at least one per hour (3600 seconds)
  • report when temperature changes by 0.2 degrees (which happened in your l…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
1 reply
@summongod
Comment options

Comment options

You must be logged in to vote
11 replies
@s-hadinger
Comment options

@summongod
Comment options

@s-hadinger
Comment options

@summongod
Comment options

@s-hadinger
Comment options

Answer selected by ascillato2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants