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

[1.3] The implementation of the Device Energy Management Cluster is required #30264

Closed
Rajashreekalmane opened this issue Nov 7, 2023 · 0 comments · Fixed by #30589
Closed
Assignees
Labels
bug Something isn't working energy needs triage

Comments

@Rajashreekalmane
Copy link

Reproduction steps

executed the below mentioned command to put DUT into a commissionable state
./chip-all-clusters-app
Once DUT reach the commissionable state sent below mentioned command on TH.
./chip-tool pairing onnetwork 1 20202021

After the successful commissioning, I attempted to validate the Device Energy Management Cluster , but it appears that it has not been implemented.
image

Bug prevalence

Whenever I do

GitHub hash of the SDK that was being used

24d38da

Platform

raspi

Platform Version(s)

No response

Type

Test Improvement

Anything else?

Spec Reference :
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/DeviceEnergyManagement.adoc

@Rajashreekalmane Rajashreekalmane added bug Something isn't working needs triage labels Nov 7, 2023
@jamesharrow jamesharrow added this to the 1.3 Feature Complete milestone Nov 7, 2023
@jamesharrow jamesharrow self-assigned this Nov 14, 2023
jamesharrow added a commit to jamesharrow/connectedhomeip that referenced this issue Nov 20, 2023
jamesharrow added a commit to jamesharrow/connectedhomeip that referenced this issue Nov 25, 2023
@mergify mergify bot closed this as completed in #30589 Dec 6, 2023
mergify bot pushed a commit that referenced this issue Dec 6, 2023
* Added XML for #30264 (Missing Device Energy Management cluster)

* Added clusterRevision =2 t XML
Added cluster to python CHIP-REPL clusters/__init__.py

* Restyled by isort

* Remerge __init__.py for CHIP-REPL

* Restyled by isort

* Resync'd to latest master and picked up revert change to DataModelLogger.cpp

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment