Skip to content
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

Zigate V2 as Router with additional endpoints , issue when sending commands #56

Open
dmsherazi opened this issue Feb 9, 2023 · 0 comments

Comments

@dmsherazi
Copy link

dmsherazi commented Feb 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant