-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Zigbee: Function to get the response from gateway after report #11038
Comments
Hi @michapr, I guess just from a quick look it's about implementing a callback for |
Really? I see that the Maybe you could show here a code fragment how to use it? We should know the received status of each transmitted value. EDIT: sorry,... misunderstanding... I read it too quickly (skimmed it) - you mean it can be realized with this - that's correct :) |
Will post a PR with the callback implemented and If you would please you can give it a try and help with testing I will appreciate it :) |
I agree. We need some way to confirm data was delivered not just using a delay |
@P-R-O-C-H-Y is here also any progress? ;) |
@michapr its in my backlog. Will start on this soon. |
Board
ESP32C6, ESP32H2
Device Description
ESP32C6 dev kit
Hardware Configuration
nothing more connected
Version
v3.1.2
IDE Name
Arduino IDE
Operating System
Win 11
Flash frequency
80MHz
PSRAM enabled
no
Upload speed
921600
Description
When sending a report user must be sure that report was received at gateway.
For this the gateway is sending a response to the device.
I cannot find a method to check the response from Gateway - it can be interesting for switches - but also for some important sensor values.
It should therefore be possible to query the status and repeat the transmission if necessary.
(If it is not necessary as sample for some sensors, it is possible to save energy and end the waiting process prematurely - even if this is certainly not in line with the Zigbee standard... ;) ...)
Maybe this function is anywhere - but could not find it ;)
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: