Hi , I am using a zigate as a router. Other than the control bridge endpoint I need to add three Endpoints for Lights. (ON/OFF Lights)
What I want to acheive:
Use Ziaget as a Router with three ON_OFF Loghts connected
Endpoint 1 will be as it is , EP 4,5 and 6 will be lights with clusters ( scenes , groups, on off and identify) implemented on each.
What I Have done so far:
Added the three Endpoints to the zpscfg file.
Modified the ZclOptions.h to include the ON/OFF server cluster and reflect the endpoint counts.
Modified the tsCLD_ZllDeviceTable sDeviceTable to refelct the 3 new endpoints.
Call eZLO_RegisterOnOffLightEndPoint for the 3 new endpoints.
Problem:
So after all the above , the endpoints are implemented and I can send ON/OFF commands and get the Attribute Read responses but with One issue. If the source endpoint is not same as the destination endpoint I dont see any thing recieved on the Router Zigate. Only if the source and destination endpoints are same then I can recieve teh ON/OFF command or the Read attribute commands.
Worth mentioning that when using the JN_AN_1247 this is not a problem
Hi , I am using a zigate as a router. Other than the control bridge endpoint I need to add three Endpoints for Lights. (ON/OFF Lights)
What I want to acheive:
What I Have done so far:
Problem: So after all the above , the endpoints are implemented and I can send ON/OFF commands and get the Attribute Read responses but with One issue. If the source endpoint is not same as the destination endpoint I dont see any thing recieved on the Router Zigate. Only if the source and destination endpoints are same then I can recieve teh ON/OFF command or the Read attribute commands.
Worth mentioning that when using the JN_AN_1247 this is not a problem