Other Parts Discussed in Thread: Z-STACK
Hi,
My question is rather nonstandard one.
What I'm trying to achieve is to send messages using zcl_SendCommand() between two endpoints on the same node.
I binded two endpoints within the same profile (HA) that are registered on the same node (I want no OTA communication in this situation). I used BindingTable and bindAddEntry() to bind two local endpoints.
Then I tried to call zcl_SendCommand() or to be more specific using macro zclGeneral_SendOnOff_CmdOff().
Unfortunately I only receive confirmation message with 0xC2 (ZNwkInvalidRequest) status on source endpoint but cannot get anything on the destination endpoint.
Is there any trick that allows me to communicate two endpoints located on the same node with zcl_SendCommand() ? Is it even possible? If so then where should I start digging in to get this type of nonstandard communication working?
Thank you in advance for any help!
Best regards,
Lukasz Spas