ESP32-C6 ZigbeeDimmableLight + Sensor Touch #11467
Replies: 2 comments 1 reply
-
Hi @JimDarmody, this code will work for ZHA. I think z2m does not poll the light attributes automatically. You need to set it up manually. |
Beta Was this translation helpful? Give feedback.
-
Yes, @P-R-O-C-H-Y is right. I had exactly the same problem. I asked for help in the Zigbee2MQTT Discord, but only got quite diffuse answers. They said, that it might be possible to get the light state to report automatically by using external converters. I also got the answer, that there would be no default reporting in place for the light state, when it doesn't get reported to Z2M automatically. I don't know if this is really the case when using the Espressif Arduino Core library, but since it works with ZHA without any further configuration I believe the light endpoint should already have some default reporting configuration. Maybe @P-R-O-C-H-Y can elaborate more on this point. If you want to ask for help in the Z2M Discord yourself, this is the invitation link to the Discord: https://discord.gg/uZgC4vtv Nonetheless as @P-R-O-C-H-Y already said, there is a way to add the reporting manually in Z2M:
If you have any further questions dont hesitate to ask. You can also join the Arduino Core for Espressif Discord, if you want: https://discord.gg/X4smTNPE |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to configure my esp32-c6 to control a LED light in PWM with Zigbee and a touch sensor, but I have a problem with the Zigbee feedback.
No issue to control the light in Zigbee but when I touch the sensor manually to enable/disable the light, nothing is sent in Zigbee, the light status is not updated (I'm on zigbee2mqtt).
I'm not sure how to get the touch sensor to change the Zigbee status of the light.
Thanks for your help
(my code if you need)
Beta Was this translation helpful? Give feedback.
All reactions