-
Notifications
You must be signed in to change notification settings - Fork 175
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
on-off light endpoint is not working good (CON-1536) #1266
Comments
Hi @Teorozzo, you don’t need the patch anymore. With ESP32 you'll have to set the |
Maybe I'm wrong but setting the number of led to zero, I'm not able to turn on/off an external led using GPIO. |
You should set |
@Teorozzo Did the suggestion help? |
Unfortunately, the LED can be switched on via the Matter controller, but it never actually turns off. I have a single LED on GPIO2 and a button on GPIO4. The issue is that when I attempt to turn the LED off through the Matter controller, the brightness gets set to 1 rather than 0, so the LED stays lit. |
@Teorozzo Sorry for the delayed response, I got your issue. As per matter spec, when the Suppose you have an OnOff feature on the LevelControl cluster with an OnOff server on the same endpoint. In that case, the |
Hi everyone, I'm trying to set-up and example of on_off light but I don't know if the patch (#241) still works after all the updates.
I don't even know if the matter example light is good for what I am doing.
I set up the example in an ESP32 with 1 red led and one button, if I use the button I can switch correctly the led, instead, using the ESP32-S3 where I run the controller example correctly paired, I can just turn on the light using "OnOff on..." but I cannot turn it off, neither using "OnOff off...", nor OnOff toggle....".
The text was updated successfully, but these errors were encountered: