Kumo App gives false information

69 views
Skip to first unread message

Sam Smith

unread,
Feb 18, 2016, 11:33:09 AM2/18/16
to Wireless Sensor Tags
I have been using the Kumo app shown below to notify me when a door has been left open for >5 minutes:

var timer={};
var target = <#door or window_[12|53]_N#>;
target.forEach(function(t){
    t.opened=function(){
        timer[t.uuid]=KumoApp.setInterval(function(){
            <~devices to send notification~>.push(t.name + " remains open");
        },<%interval in minute_N%>*1000*60);
    };
    t.closed=function(){
        KumoApp.stopTimer(timer[t.uuid]);
    };
});

However the app continues to report that the door is open even AFTER I have received a notice via the Wireless Tag App that the door is closed. The only way to stop this report is to stop the Kumo app from running or remove the Kumo app all together.  I would be interested in learning if anyone else has observed similar results.

Thanks!

mytaglist.com support

unread,
Feb 29, 2016, 7:02:08 PM2/29/16
to Wireless Sensor Tags
Are you still having this problem? Can you reliably reproduce the problem every time?

Sam

unread,
Mar 2, 2016, 12:37:11 PM3/2/16
to Wireless Sensor Tags
The problem continues.  If I stop the Kumo app for running then start it up again after a few minutes things work for a while.  However it soon returns to failing again.  The Wireless Tag iPhone App clearly reports that then door is closed, then a short time later (5 minutes) the Kumo app reports that the door remains open.
Reply all
Reply to author
Forward
0 new messages