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
For profile (TL), both refrigerator and freezer are configured with TemperatureLevelControl.
However, no control UI is displayed for adjusting the temperature level for refrigerator (But works well for the freezer) in the SmartThings app.
This affects the user experience as the temperature levels cannot be selected or modified through the app interface.
Steps to Reproduce:
Commission a refrigerator or freezer device with profile (TL) on the SmartThings app.
Open the device controls for TemperatureLevelControl.
Observe that no UI is available for selecting or modifying temperature levels.
Expected Behavior:
The UI should provide a slider or selection control for TemperatureLevelControl to allow users to adjust temperature levels within the supported range.
Additional Information:
Device Details:
Controller: ESP32-S3
Matter Version: 1.4
IDF Version: 5.2.3
Logs:
Attached below are logs from the ESP-Matter setup and exported JSON attributes from the SmartThings app showing the missing UI issue.
Relevant Logs:
For setting the temp level for the freezer
I (549763) esp_matter_command: Received command 0x00000000 for endpoint 0x0003's cluster 0x00000056
I (549773) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000056's Attribute 0x0000FFFC is 2 **********
AppSupportedTemperatureLevelsDelegate::Size endpoint 3
AppSupportedTemperatureLevelsDelegate::Size Size of endpoint 3 is 11
I (549773) esp_matter_attribute: ********** R : Endpoint 0x0003's Cluster 0x00000056's Attribute 0x00000004 is 6 **********
@Mbadra96
Thank you for checking the problem and contacting us. This is a problem caused by mismatching the settings between the profile and the device-configuration. I will solve it as soon as possible.
What is Wrong:
TemperatureLevelControl
.Steps to Reproduce:
TemperatureLevelControl
.Expected Behavior:
TemperatureLevelControl
to allow users to adjust temperature levels within the supported range.Additional Information:
Attached below are logs from the ESP-Matter setup and exported JSON attributes from the SmartThings app showing the missing UI issue.
Relevant Logs:
For setting the temp level for the freezer
Exported JSON Attributes:
From my.smartthings
Attachments:
TemperatureLevelControl
.Please let us know how to resolve this issue or if additional information is required. Thank you!
The text was updated successfully, but these errors were encountered: