You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have two devices connected through a bridge. Device A is EP3 (thermostat) and EP4 (fan), while device B is EP5 (thermostat) and EP5 (fan). At this point, I don't know how to distinguish that EP3 and EP4 are physical devices, while EP5 and EP6 are another physical device.
Please take a look at the picture below. How should I display these three devices at this time? These devices are not BLE mesh and Zigbee, they are just ordinary devices
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Matter Bridge distinguishes the connected devices
Matter Bridge distinguishes the connected devices (CON-1570)
Feb 27, 2025
I currently have two devices connected through a bridge. Device A is EP3 (thermostat) and EP4 (fan), while device B is EP5 (thermostat) and EP5 (fan). At this point, I don't know how to distinguish that EP3 and EP4 are physical devices, while EP5 and EP6 are another physical device.
esp_err_t create_bridge_devices(esp_matter::endpoint_t *ep, uint32_t device_type_id, void *priv_data)
{
esp_err_t err = ESP_OK;
}
void UpdateEspnowDevice(uint8_t addr,uint32_t get_device_type)
{
}
Please take a look at the picture below. How should I display these three devices at this time? These devices are not BLE mesh and Zigbee, they are just ordinary devices
The text was updated successfully, but these errors were encountered: