I am using my energy meter purely to tell me when my washing machine is finished.
The notification activity feed is being flooded every couple of seconds, making it very difficult to look at the data that is important to me.
I was wondering if there is a single piece of common code that can be altered to stop my energy data from showing in the activity feed, but the data still being made available to other apps?
It is the home energy meter from the Smartthings device type template. I have created the device type from the template, but was wondering which lines of code can be edited to stop the data from showing in the activity feed!
I tried your code on your GitHub. It stops the notification activity feeds. And shows me the wattage but I have a problem where I have phantom spiking of 1000 watts maybe once a minute, with nothing connected to the relay
Glad you found my code and it’s working for you, that’s where I was taking the discussion
As for the 1000w spike, that’s kind of concerning because that’s like a microwave starting/stopping. It may not be easy or convenient, but what happens if you disconnect power to the relay? Since the HEM will pick up anything, are you sure it’s the relay and not an electric water heater cycling on/off?