-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[pre-sve] TC-TSTAT-1.1 Not available mandatory command #19462
Labels
Comments
I don't think #19158 was resolved correctly. The whole point is we need to set up thermostat cluster in all-clusters-app in a way that is spec-compliant. That means either not having it at all, or disabling features it does not support, or implementing those features correctly. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jun 10, 2022
1) Disable SCH bit, since we don't actually implement that in all-clusters-app. 2) Disable the attributes that were enabled for SCH. 3) Enable the mandatory SetPointRaiseLower command. Fixes project-chip#19462
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jun 10, 2022
1) Disable SCH bit, since we don't actually implement that in all-clusters-app. 2) Disable the attributes that were enabled for SCH. 3) Enable the mandatory SetPointRaiseLower command. Fixes project-chip#19462
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jun 10, 2022
1) Disable SCH bit, since we don't actually implement that in all-clusters-app. 2) Disable the attributes that were enabled for SCH. 3) Enable the mandatory SetPointRaiseLower command. Fixes project-chip#19462
andy31415
pushed a commit
that referenced
this issue
Jun 13, 2022
1) Disable SCH bit, since we don't actually implement that in all-clusters-app. 2) Disable the attributes that were enabled for SCH. 3) Enable the mandatory SetPointRaiseLower command. Fixes #19462
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
all-cluster-app
nrf52840dk
revison: 5d8599d
DUT has feature map 43 (101011) which means PICS_TSTAT_HEAT, PICS_TSTAT_COOL, PICS_TSTAT_SCH, PICS_TSTAT_AUTO.
Based on that information accepted command list should support commands 0, 1,2,3 (similar issue: #19158), but Accepted command list doesn't support any commands.
logs:
TC_TSTAT_1_1_nRF.log
TC_TSTAT_1_1_nRF_DUT.log
The text was updated successfully, but these errors were encountered: