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

The light example automatically changes brightness after being turned off. (CON-1283) #1033

Open
shaohuayuan opened this issue Aug 1, 2024 · 4 comments

Comments

@shaohuayuan
Copy link

Describe the bug
A clear and concise description of what the bug is.

Environment

  • ESP-Matter Commit Id:commit ba5b64b

  • ESP-IDF Commit Id:commit a322e6bdad4b6675d4597fb2722eea2851ba88cb (HEAD, tag: v5.2.1)

  • SoC (eg: ESP32 or ESP32-C3):ESP32-C3

  • Device Logs (Please attach the log file):
    I (30) boot: ESP-IDF v5.2.log

  • Host Machine OS:macos 14.5

  • Host Machine Python version:Python 3.9.6

  • Commissioner app and versions if present:axela

  • Home hub app and versions if present:

RPReplay_Final1722481969.mp4
  • Commissioner's logs if present:

Any additional details
...
“I compiled and downloaded the light example to the development board. After setting the brightness to 50% and turning off the light, the brightness automatically changes to 100% when the light is turned on again after a few seconds.”

@github-actions github-actions bot changed the title The light example automatically changes brightness after being turned off. The light example automatically changes brightness after being turned off. (CON-1283) Aug 1, 2024
@shaohuayuan
Copy link
Author

I (83304) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 254 **********

Every time turning on the light automatically set Cluster id 0x00000008, Attribute id 0x00000000 to 254,How to fix it?

@jadhavrohit924
Copy link
Contributor

@shaohuayuan We are aware of this issue, and we will fix it soon.

@eiSouthBoy
Copy link

Hello, has this problem been fixed?
I also encountered the same problem. When I turned off the Dimmable through the UI, the brightness on the UI was displayed as 1%, then it immediately became 30%, and the light was also on and did not turn off.

@jadhavrohit924
Copy link
Contributor

@shaohuayuan @eiSouthBoy This is expected behaviour, please take a look at the this. I have explained why this is happening. It's up to the application how it wants to update the driver on receipt of the On/Off command ( i.e. OnOff or CurrentLevel attribute update callbacks ).

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

No branches or pull requests

3 participants