Hello everyone,
Is anyone else experiencing issues with this waterUsageMeter capability? I tried with my custom capability, but still, there are limitations when trying to do things with their CLI
Can you provide more details about “I tried with my custom capability”?
And also, are you initializing the waterUsageMeter capability attributes used in the presentation?
You should check if they are being saved in the API, you can also use the Advanced Users App
Something to note here is that the waterUsageMeter capability is a proposed capability. They have are different because they can work on the API side but not be fully supported on the App.
So, it would be helpful to make sure it is being initialized correctly first.
Hi, @Muddy
Just following up on this, I tested the waterUsageMeter capability, and it displays correctly.
As an example, I will share how I’m sending the stateRefresh response since I’m using a Cloud-To-Cloud (Schema) integration, but the attribute names don’t change in other integration types, the only difference is the reference to a SmartThings capability as "st.capabilityID".
{
component: 'main',
capability: 'st.waterUsageMeter',
attribute: 'waterUsageDay',
value: 134
},
{
component: 'main',
capability: 'st.waterUsageMeter',
attribute: 'waterUsageMonth',
value: 145
}
Thank you so much for the help. I get the valuse now same as you do but hardcoded values, will see if it works with values added from database.
Regards

