cslee
(cslee)
October 17, 2015, 6:24am
1
I am looking for a smartapp that will periodically (1 day, 1 hour, 10 hours, etc), measures the elapsed kwH of a metering device. If it’s exceeds a % of the mean then it send an alert. Anyone have one?
Lojack
(Community Journeyman)
January 29, 2016, 4:41am
2
That’s a good idea… I don’t having anything like that but this app sends a notification if your power consumption exceed your defined threshold.
/**
* Power Usage Alert
*
* Copyright 2016 Louis Jackson
*
* Version 1.0.2 31 Jan 2016
*
* Version History
*
* 1.0.2 31 Jan 2016 Added version number to the bottom of the input screen
* 1.0.1 28 Jan 2016 Added to GitHub and made grammer corrections in alert message
* 1.0.0 27 Jan 2016 Creation
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License
This file has been truncated. show original
Enjoy!