-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
It should be possible to change the color and color temperature using the SmartThings app.
Actual behavior (suspected bug)
The SmartThings app does not provide an option to change colors. Although there is an option to adjust color temperature, it does not actually work. Only the power button and brightness adjustment work correctly.
Error logs or terminal output
I (360955) low_code_core: reporting endpoint: 1, cluster: 768, attribute: 7
I (360963) device_features_internal: send request received for endpoint: 1
app_main: Feature update: color temperature: 400
app_driver: Setting light temperature: 2500
I (360973) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 400 **********
I (365698) esp_matter_command: Received command 0x0000000A for endpoint 0x0001's cluster 0x00000300
I (365698) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x0000000F is 0 **********
I (365708) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 1 **********
I (365720) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x0000400B is 0 **********
I (365732) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x0000400C is 65279 **********
I (365744) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000008 is 2 **********
I (365756) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 400 **********
I (365768) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 400 **********
I (365780) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000002 is 0 **********
I (365796) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000002 is 0 **********
I (365803) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 400 **********
I (365815) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 219 **********
matter_one_core: Current Free Memory: 186940, Minimum Ever Free Size: 146576, Largest Free Block: 151552
I (365837) low_code_core: reporting endpoint: 1, cluster: 768, attribute: 7
I (365844) device_features_internal: send request received for endpoint: 1
app_main: Feature update: color temperature: 219
app_driver: Setting light temperature: 4566
I (365854) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 219 **********
I (381264) esp_matter_command: Received command 0x00000004 for endpoint 0x0001's cluster 0x00000008
I (381265) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 27 **********
I (381275) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 1 **********
I (381287) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x0000FFFC is 0 **********
I (381302) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 27 **********
I (381311) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 27 **********
I (381323) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 236 **********
matter_one_core: Current Free Memory: 185036, Minimum Ever Free Size: 146576, Largest Free Block: 151552
I (381344) low_code_core: reporting endpoint: 1, cluster: 8, attribute: 0
I (381352) device_features_internal: send request received for endpoint: 1
I (381359) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x0000000F is 0 **********
I (381371) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 1 **********
I (381383) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000001 is 0 **********
app_main: Feature update: brightness: 236
app_driver: Setting light brightness: 92
light_driver_set_brightness(92)Steps to reproduce the behavior
Apply the light_rgbcw_ws2812 directly and register it in the SmartThings app.
Project release version
Latest and previous versions
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
windows 11 24h2
Shell
other (details in Additional context)
Additional context
This is the screenshot of the app interface:
There are no UI elements available for changing colors, and the color temperature adjustment does not function. The device only operates using the default color (green). Only brightness and On/Off functions are operational.
Please let me know if additional information is required.