Replies: 7 comments
-
If you want to build a gateway I think you also need states of connected ZIGBEE EPs |
Beta Was this translation helpful? Give feedback.
-
I think that this is an specific user gateway application implementation. It is not a Zigbee feature. The gateway shall implement both sides, with message/protocol translation. This issue will be migrated to Discussions. |
Beta Was this translation helpful? Give feedback.
-
A possible solution could be some Home Assistant based integration to read/write Modbus packets and send/receive Zigbee trnalated packets. |
Beta Was this translation helpful? Give feedback.
-
In this example Are raw Zigbee communications sent to the UART port? /* Zigbee gateway configuration */ |
Beta Was this translation helpful? Give feedback.
-
I thing the function ZigbeeThermostat::zbAttributeRead is the right approach. We need for a gateway a function (callback) - based on this - with returned information about the state of a given endpoint(s)! Can someone create a message/state wrapper of given EPs for us (see also How to get the state of a ZIGBEE EP i.e. a lamp) as an example? |
Beta Was this translation helpful? Give feedback.
-
@P-R-O-C-H-Y - maybe you can add some information to this discussion. Thanks. |
Beta Was this translation helpful? Give feedback.
-
The Gateway example is there to showcase the setup for SoCs without native Zigbee. So for example you can use ESP32 which will be connected to ESP32C6 by UART and the C6 will be loaded with specific firmware, as mentioned in the readme of the example. So in that case the C6 will be sending all the Zigbee traffic to the ESP32 which can then use the Zigbee library to work as a regular ZB device. Can you please describe more deeply what you are trying to do so I can try to help. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Related area
Example Code
Hardware specification
ESP32-C6
Is your feature request related to a problem?
Hi, I would like to ask for some sample code for a gateway between RS-485 and Zigbee.
Describe the solution you'd like
I want to expand the Zigbee network using an RS-485 network. I will have several ESP32-C6 connected via RS-485. The first ESP32-C6/RS485 will be connected to the Zigbee coordinator via Zigbee. The coordinator will then use RS485 to connect to the second to Xth ESP32-C6/485, which will allow Zigbee devices to be registered with the coordinator. I hope I have described it clearly enough. Thank you.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
Beta Was this translation helpful? Give feedback.
All reactions