-
Notifications
You must be signed in to change notification settings - Fork 179
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
Harness test MoveToLevel TC-LVL-3.1 fail (CON-1577) #1305
Comments
TC-LVL-3.1.log Which example you use for testing? |
I'm not using a specific example. I'm creating an extended color light this way:
Maybe I initialized something incorrectly? |
@crivi30 From your logs,
Can you please share your PICS and the version you are using in the test harness? We are suspecting |
I'm testing the PICS: Level_Control_Cluster_Test_Plan.zip with the version v2.11+fall2024. I confirm that in this PICS list i don't have |
|
Hi @crivi30, I have tested the same test case on Extended Color Light, and it passed on my end. The failure on your end is due to the On/Off Cluster's PICS being missing. Level Control and On/Off Cluster's PICS are mandatory for this test case. Please upload On/Off Cluster PICS and retest the test case. |
ok, I uploaded the On/Off Cluster PICS and retested. It passed successfully now Thank you all for your support! |
The test case TC-LVL-3.1 MoveToLevel fails in three steps (5h, 5j, 6j).
Here is the log of the complete harness test: failed_MoveToLevel_2025_03_03_11_10_17.log
Failure logs:
The issue occurs because the write MoveToLevel command in the previous steps was sent with OptionsOverride = 0x00. According to this param, the corresponding attribute should not be updated.
However, the ESP-Matter SDK does update the attribute, which causes the following read steps (5h, 5j, 6j) to fail .
I would like to understand:
Environment
Thank you in advance!
The text was updated successfully, but these errors were encountered: