-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report comfig action handler (TZ-1443) #526
Comments
I cannot fully grasp your requirement. Could you please provide a detailed application scenario to explain why you expect to obtain the configured report from the |
In my network there are 3 devices: Coordinator, Thermostat, Thermometer (all based on ESP32-C6 chip) I would like to change temperature calculation interval on Thermometer. There is no need to read temperature every 10 seconds, if minimum reporting interval configured to 120 seconds So i thought the best way to get reporting params is On the other hand, I can see some stuff in
|
I think I've done what I wanted
Output is:
I would greatly appreciate it if you could provide a callback through the SDK |
The Therefore, a more reasonable and justified request is needed to ensure that introducing a new callback for the |
Is your feature request related to a problem?
I have Thermostat-ESP32-C6 and Thermometr-ESP32-C6. They are simple devices with thermometer+relay and thermometer respectively. I can configure binding and reporting from one device to another. So I bind Thermometer to Thermostat and configure reporting of temperature value Minimum Reporting Interval for 120 seconds. Therefore there is no need to measure temperature more often than once in 120 seconds
Describe the solution you'd like.
receive in
zb_action_handler()
callback with parameters of configured reportDescribe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: