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

Unexpected Hue Value in TC-CC-3.2 and TC-CC-8.1 MoveHue Tests (CON-1596) #1326

Open
crivi30 opened this issue Mar 14, 2025 · 4 comments
Open

Comments

@crivi30
Copy link

crivi30 commented Mar 14, 2025

This test case verifies the Hue Move functionality of the Color Control Cluster server.

Observed Behavior for TC-CC-3.2:

Step 2c:

  • After moving hue upwards at 5 units/s starting from 200, the expected hue after 5s should be 225, but the read value is 229.
  • RPI Test Failure message: The response value (229) is greater than the expected constraint (227).

Question: Where does the constraint value 227 come from?

Step 2d:

  • After 15s more, the expected hue (300 mod 255) should be 45, but the read value is 53.
  • RPI Test Pass: The value falls within the 0-227(?) range.

Question: Why is the hue increasing faster than expected?

Additional Observation:

This pattern can also be seen in TC-CC-8.1 for the MoveToHue and StopMoveStep test. In this test:

  • Starting from 200 and moving up at 5 units/s for 10s should result in 250, but instead, the read value is 254.

Is this an implementation issue, or are these values flexible by design?

@github-actions github-actions bot changed the title Unexpected Hue Value in TC-CC-3.2 and TC-CC-8.1 MoveHue Tests Unexpected Hue Value in TC-CC-3.2 and TC-CC-8.1 MoveHue Tests (CON-1596) Mar 14, 2025
@Jerry-ESP
Copy link
Contributor

This is a known TestHarness issue: project-chip/certification-tool#21, should had been fixed in the latest TH version, which TH version are you using? And what is your esp-matter version?

@crivi30
Copy link
Author

crivi30 commented Mar 17, 2025

Ok, thanks. I'm using:

  • Test Harness version v2.11+fall2024;
  • ESP-Matter version 1.4;
  • SoC: ESP32

@crivi30
Copy link
Author

crivi30 commented Mar 18, 2025

If I need to certify a light color device with SDK ESP-Matter 1.4, which is the latest version of TH (without this issue) that I can use?

@Jerry-ESP
Copy link
Contributor

The v2.11+fall2024 should work fine, if this issue still exist, maybe you can provide this issue link to the test Lab.

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

2 participants