How to send temperature and address/other(device) to coordinator in real time. #11151
-
Hi P-R-O-C-H-Y This is great i saw your example. I am able to link and communication with each other. 1)what if I have multiple devices to connect? In addition to receiving the temperature, I also need to know real times which device the temperature comes from except the temperature? void recieveSensorTemp(float temperature) { Are there any similar examples available? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @kiansiong85, |
Beta Was this translation helpful? Give feedback.
-
Thanks and appreciate a lot your reply PROCHY. I did make a feature request. Feature Request: Support endpoint identification from multiple Zigbee devices No endpoint/device information is displayed when receiving data (e.g. temperature). It is difficult to identify which device sent the data. The existing temperature (I tried to modify 2 devices connected, the second one took a long time) example does not show how to scale to multiple devices. Suggested improvements: Show the sender's endpoint or device address when receiving data. Add an example of multiple devices sending data to one coordinator. |
Beta Was this translation helpful? Give feedback.
-
Dear Jan Procházka,
Any update for below? Already update to feature request last times.
Thanks!
Best Regards,
KS
…________________________________
From: Jan Procházka ***@***.***>
Sent: Thursday, March 20, 2025 10:19 PM
To: espressif/arduino-esp32 ***@***.***>
Cc: kiansiong85 ***@***.***>; Mention ***@***.***>
Subject: Re: [espressif/arduino-esp32] How to send temperature and address/other(device) to coordinator in real time. (Discussion #11151)
Hi @kiansiong85<https://github.com/kiansiong85>,
As the Zigbee library is now, there is no way of knowing which endpoint did send the temperature.
But I can see a possible way to implement that. Can you please convert this discussing into a feature request so I will have this in my backlog? Thanks
—
Reply to this email directly, view it on GitHub<#11151 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYIRFIOBFPRA7BATTKTHAKT2VLE53AVCNFSM6AAAAABZMT3ANSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJWGQ4TANA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Thanks and appreciate a lot your reply PROCHY. I did make a feature request.
Feature Request: Support endpoint identification from multiple Zigbee devices
Background:
Current Zigbee library examples focus on one-to-one communication. In real use cases, like mine, we often connect multiple end devices (e.g. 5) to a single coordinator. However:
No endpoint/device information is displayed when receiving data (e.g. temperature).
It is difficult to identify which device sent the data.
The existing temperature (I tried to modify 2 devices connected, the second one took a long time) example does not show how to scale to multiple devices.
Suggested improvements:
Show the sender's endpoint or devi…