fairecasoimeme / ZiGatev2

ZiGate+ (v2) universal zigbee gateway
https://zigate.fr
22 stars 6 forks source link

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

Closed dmsherazi closed 1 month ago

dmsherazi commented 1 year ago

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

dmsherazi commented 1 month ago

the following helped fix it :

image

image

image

You can use the article ZigBee 3.0: Adding Clusters as a reference.