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
Is it possible to add Sonoff sensors to the Matter Zigbee Bridge, especially temperature and humidity sensors?
I have installed the Matter Zigbee Bridge on my Espressif Zigbee Gateway board and successfully added it to the Home Assistant. But I can't find a solution to add a Sonoff sensor to the Matter Zigbee Bridge.
Please give me more information on how to add sensors to the Matter Zigbee Bridge. And if it is not supported, how can I add this feature to the Matter Zigbee Bridge source code example?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Adding Sonoff sensor support for Matter Zigbee Bridge example
Adding Sonoff sensor support for Matter Zigbee Bridge example (CON-1452)
Dec 3, 2024
Hi, does the sonoff sensor use install code to join a ZigBee network?
If yes, you can call esp_zb_zdo_permit_joining_req() and esp_zb_secur_ic_add() to allow the sensor end device joining the network. And you should also add the device type of the sensor to the create_bridge_devices(). so that the dynamic endpoint can be added to the matter data model after the sensor joins the zigbee network.
If no, you need to find the way how the sonoff sensor joins a ZigBee network, and add it to the Zigbee network.
Is it possible to add Sonoff sensors to the Matter Zigbee Bridge, especially temperature and humidity sensors?
I have installed the Matter Zigbee Bridge on my Espressif Zigbee Gateway board and successfully added it to the Home Assistant. But I can't find a solution to add a Sonoff sensor to the Matter Zigbee Bridge.
Please give me more information on how to add sensors to the Matter Zigbee Bridge. And if it is not supported, how can I add this feature to the Matter Zigbee Bridge source code example?
The text was updated successfully, but these errors were encountered: