-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XBee as end device #87
Comments
Not out of the box. The library itself does not process received requests. You would need to add a layer which responds and reacts to incoming requests. |
@Adminiuga can you provide a bit more context on what's missing? I can try to take a crack at it. |
@sybohy I guess no one tried it before. At the very minimum, you will need to update the ControllerApplication.start_network function to join the network as a router or end device, update the To handle requests and send messages to the coordinator you will need to implement a custom However if your use case is simple, you wouldn't need this library at all, just configure XBee for the transparent mode (AP=0) and configure Cluster ID (CI), endpoints (SE, DE) and destination address (DH, DL). Hope this answers the question. |
Is it possible to use a XBee S2C as a ZigBee end device with this library? I.e. the XBee should join the network and it should be possible to send Home Automation profile commands to the ZigBee coordinator.
The text was updated successfully, but these errors were encountered: