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
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.
For reference, here is a screenshot of the issue when controlling individual endpoints:
Despite sending commands to different endpoints, the result is that both endpoints toggle together:
Problem 2: Zigbee Schneider Switch Automatic Reporting
I am using a Schneider Zigbee switch and want it to automatically report its state when it changes. In my previous setup with SmartThings, the switch sent automatic reports when the state changed, but I am unsure how to set this up with an ESP32-H2 Zigbee Coordinator.
When I try sending the esp_zb_zcl_config_report_cmd_req() command, the result I get is an error with status 0x86 (Unsupported Attribute).
Here is a screenshot of the command and its result:
How can I configure the Schneider Zigbee switch to automatically report its state changes on the ESP32-H2 Coordinator?
Can someone have me? that would be super helpful. Thanks.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP32-H2 Coordinator Integration with Multi-Gang Tuya Switch and Automatic Report on Switch State Changes
ESP32-H2 Coordinator Integration with Multi-Gang Tuya Switch and Automatic Report on Switch State Changes (TZ-1484)
Jan 17, 2025
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.
The issue is triggered due to the example uses the binding address to send command to remote devices, all lights join to the network will be registered into the bind table, please see the implementation. If you hope to use the specific address way to send command, please refer to the customized switch example;
I am using a Schneider Zigbee switch and want it to automatically report its state when it changes. In my previous setup with SmartThings, the switch sent automatic reports when the state changed, but I am unsure how to set this up with an ESP32-H2 Zigbee Coordinator.
These examples are similar with your requirements, running them is helpful for you to know more basic report mechanism of esp-zigbee-sdk.
This is question, not a feature request, thanks.
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.
For reference, here is a screenshot of the issue when controlling individual endpoints:
Despite sending commands to different endpoints, the result is that both endpoints toggle together:
here is document switch Tuya, can someone have me?
https://developer.tuya.com/en/docs/connect-subdevices-to-gateways/tuya-zigbee-multiple-switch-access-standard?id=K9ik6zvnqr09m
I am using a Schneider Zigbee switch and want it to automatically report its state when it changes. In my previous setup with SmartThings, the switch sent automatic reports when the state changed, but I am unsure how to set this up with an ESP32-H2 Zigbee Coordinator.
When I try sending the esp_zb_zcl_config_report_cmd_req() command, the result I get is an error with status 0x86 (Unsupported Attribute).
Here is a screenshot of the command and its result:
How can I configure the Schneider Zigbee switch to automatically report its state changes on the ESP32-H2 Coordinator?
Can someone have me? that would be super helpful. Thanks.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: