Can the powerConsumptionReport be used in the schema cloud connector integration?

i use schema cloud connector,
deviceHandlType = fbcb1572-e117-46b0-a55b-a191ad62d95c
interactionType=stateRefreshRequest
reposne is :

{“headers”:{“schema”:“st-schema”,“version”:“1.0”,“interactionType”:“stateRefreshResponse”,“requestId”:“9d83f1e6-b116-441c-bc7c-43fc0bf40679”},“deviceState”:[{“externalDeviceId”:“MEGREZIOT0064449-SWITCH_POWER_CONSUMPTION-G1XNP7QM-11900”,“deviceCookie”:null,“states”:[{“component”:“main”,“capability”:“st.healthCheck”,“attribute”:“healthStatus”,“value”:“online”,“timestamp”:1754902511576},{“component”:“main”,“capability”:“st.switch”,“attribute”:“switch”,“value”:“off”,“timestamp”:1754902511576},{“component”:“main”,“capability”:“st.powerConsumptionReport”,“attribute”:“powerConsumption”,“value”:{“PowerConsumption”:{“persistedSavedEnergy”:2,“powerEnergy”:50,“energySaved”:0,“start”:“2025-08-11T08:50:11Z”,“end”:“2025-08-11T08:55:11Z”,“power”:30,“energy”:20,“deltaEnergy”:40,“persistedEnergy”:1}},“timestamp”:1754902511576}],“deviceUniqueId”:null,“deviceError”:null}]}
,
However, the smartthings app does not display any information related to power consumption,Only a switch

this is my appid

App ID: viper_82e7b360-9816-11ef-a9f1-afcfadf35067

That capability doesn’t display anything in the detail view so what you’re seeing is expected.

AFAIK it is only used for the SmartThings Energy service and for devices to display there they require previous approval by SmartThings since it requires kind of a partnership.

Not even all Matter 1.3 plugs with energy reporting appear in SmartThings Energy, which is surprising considering it is a standard and the devices are certified so a need for extra approval should not be necessary.

2 Likes

Hi, @wunan_li

@mocelet is right, this capability doesn’t have a presentation configured to appear in any of the common views, which are dashboard, detail, and automation.

As mentioned above, having it in the device doesn’t mean it will appear in the SmartThings Energy app since it requires an extra step during the WWST certification.

If you want to show the current power or energy consumption, you can use energyMeter or powerMeter instead.