You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
github-actionsbot
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
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?
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
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
The text was updated successfully, but these errors were encountered: