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

Zigbee Scene switch and Zigbee 2-Gang (2 Level Clusters endpoints) Dimmer Switch. (TZ-1386) #502

Open
mundevx opened this issue Dec 12, 2024 · 4 comments
Labels

Comments

@mundevx
Copy link

mundevx commented Dec 12, 2024

Question

For 4-Gang switch, when i add all 4 lights in scene switch via app, it is working fine, i am getting EP1, EP2, EP3, EP4, i.e 4 times scene store callback with different endpoints and on scene devices are added and scene store command is working OK, Turning all ON or OFF as per settings in app.

But if add level control cluster with on off cluster, the behavior distracted.

I have an issue with 2-Gang Dimmer switch. While adding dimmer switch with EP1 & EP2 ON in scene switch via app, the app gateway sends scene store request to zigbee end device. On scene store callback, I am getting 2 times scene store callback for EP1 and EP1 (Same Endpoints). which is wrong, because it must have to receive EP1 & EP2 on callback.

My both end points are working fine individually for dimmer switch and can control through app. But scene switch is dealing only with endpoint1 in case of dimmer switch.

Please help me regarding this issue.

Additional context.

No response

@github-actions github-actions bot changed the title Zigbee Scene switch and Zigbee 2-Gang (2 Level Clusters endpoints) Dimmer Switch. Zigbee Scene switch and Zigbee 2-Gang (2 Level Clusters endpoints) Dimmer Switch. (TZ-1386) Dec 12, 2024
@xieqinan
Copy link
Contributor

I have an issue with 2-Gang Dimmer switch. While adding dimmer switch with EP1 & EP2 ON in scene switch via app, the app gateway sends scene store request to zigbee end device. On scene store callback, I am getting 2 times scene store callback for EP1 and EP1 (Same Endpoints). which is wrong, because it must have to receive EP1 & EP2 on callback.

Could you please double-check the scene_store commands sent from the app using a sniffer? I would like to verify whether the command contains the correct endpoint ID. Furthermore, could you share the values of the four endpoints and how do you register them to stack?

@mundevx
Copy link
Author

mundevx commented Dec 13, 2024

Hi @xieqinan ,
Can you provide any link for creating zigbee sniffer?

@xieqinan
Copy link
Contributor

@VIinhQuang
Copy link

Hi, I am working with a Tuya multi-gang Zigbee switch, but I am unable to control the individual gang switches independently. When I attempt to control endpoint 1 (EP1) or endpoint 2 (EP2), both gangs are toggled together (all on or all off). This issue persists even when I send commands specifically to one endpoint. Are you have the solution? many thanks

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

No branches or pull requests

3 participants