How to send temperature and address/other(device) to coordinator in real time. #11151
Replies: 2 comments
-
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.
-
Hi P-R-O-C-H-Y
This is great i saw your example.
Zigbee_Thermostat.ino
Zigbee_Temperature_Sensor
I am able to link and communication with each other.
I got a question,
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) {
Serial.printf("Temperature sensor value: %.2f°C\n", temperature);
sensor_temp = temperature;
}
Are there any similar examples available?
Beta Was this translation helpful? Give feedback.
All reactions