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
In the WaterHeaterManagement Cluster, When we read the FeatureMap and ClusterRevision attributes from the DUT returns a failure response instead of a success response with the expected values. The sample app(Energy-Management-app) needs to be updated to correct the FeatureMap and ClusterRevision attributes response.
Reproduction steps
Execute the below mentioned command to put DUT into a commissionable state : ./chip-energy-management-app
Once DUT reach the commissionable state sent below mentioned command on TH. ./chip-tool pairing onnetwork 1 20202021
Once after successful pairing provide the below commands:
Ashwinigrl
changed the title
[1.4] In WaterHeaterManagement Cluster, The Featuremap value is Failure instead of Success.
[1.4] In WaterHeaterManagement Cluster, The Featuremap and ClusterRevision values are Failure instead of Success.
Nov 7, 2024
The issue is that you need to use --application water-heater to enable the Water Heater cluster to respond on EP1 on Linux (or compile this for an embedded target with water heater enabled).
@Ashwinigrl - please retest with the extra command line option.
Note that the PR #36201 will move the Water Heater to a different endpoint once merged.
Description
In the WaterHeaterManagement Cluster, When we read the FeatureMap and ClusterRevision attributes from the DUT returns a failure response instead of a success response with the expected values. The sample app(Energy-Management-app) needs to be updated to correct the FeatureMap and ClusterRevision attributes response.
Reproduction steps
Execute the below mentioned command to put DUT into a commissionable state :
./chip-energy-management-app
Once DUT reach the commissionable state sent below mentioned command on TH.
./chip-tool pairing onnetwork 1 20202021
Once after successful pairing provide the below commands:
./chip-tool waterheatermanagement read feature-map 1 1
Actual Outcome:
Expected Outcome:
./chip-tool waterheatermanagement read cluster-revision 1 1
Actual Outcome:
Expected Outcome:
Sample App used to read the FeatureMap value:
EnergyManagementApp
Bug prevalence
Whenever we do
GitHub hash of the SDK that was being used
9c389ba
Platform
raspi
Spec References:
Log References:
WaterHeaterManagement.txt
The text was updated successfully, but these errors were encountered: