espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
12.97k stars 7.11k forks source link

Publish DETAILED example for Zigbee Gateway (IDFGH-10732) #11950

Open DerPicknicker opened 11 months ago

DerPicknicker commented 11 months ago

Is your feature request related to a problem?

Not directly - only the fact that the zigbee examples are lacking some information and useful example codes… See the next code what I would expect.

Describe the solution you'd like.

What I would expect is a documentation and a code which solves the following:

Describe alternatives you've considered.

Nothing because espressif should provide this.

Additional context.

This would be great to know if this is already implemented and only the examples aren’t available yet. But for me the zigbee stuff is not really clear and not good to implement as the other examples you provided.

Please think about to provide more detailed instructions and documents and source code how to build a gateway which have the basic functionalities like:

Best regards!

DerPicknicker commented 11 months ago

PUSH

campescassiano commented 6 months ago

UP

chshu commented 1 month ago

@campescassiano @DerPicknicker Sorry for the late response. The Zigbee Gateway is a complex device type with no standard implementation, as it is highly dependent on the ecosystem and application design.

For common Zigbee operations such as pairing, discovery, binding, and controlling, please refer to the Zigbee examples, the HA_thermostat and HA_temperature_sensorr examples are particularly useful references.

Additionally, we have implemented some gateway examples:

Generally, a Zigbee Gateway acts as a Zigbee coordinator, allowing standard Zigbee devices to join its network and mapping the Zigbee device types to another application's data model (such as Matter or Rainmaker).

Feel free to create issues here: https://github.com/espressif/esp-zigbee-sdk/issues, if you have any particular questions during implementation.

DerPicknicker commented 4 weeks ago

@chshu ..

Thank you for the reply. I decide now for another transmission technique.

I hope you will reply faster in the future ;-)