Posted January 31, 20205 yr I have the following program: If Module 'Climate' Feels like < 32'F And Time is 7:00:00 AM Then Resource 'AlexaColdWeatherAlert' The network resource is a webhook to an Alexa voice notification skill. The program is designed to remind my kids that they need to bundle up if it's going to be cold. The funny thing is, this program sometimes runs itself randomly at night. I'm not so much worried about this particular program running without meeting the condition as about other more mission-critical programs that I want to activate if and only if the given conditions are met. The fact that this short, simple program ignores the conditions bothers me. Any explanation for this? Edited January 31, 20205 yr by ISY Newbie
January 31, 20205 yr This usually means you have another program that is doing the problem. Use the search engine to find any occurrences of the Resource, elsewhere.
February 2, 20205 yr Author On 1/31/2020 at 6:55 PM, larryllix said: This usually means you have another program that is doing the problem. Use the search engine to find any occurrences of the Resource, elsewhere. You were absolutely right. I found the culprit.
February 21, 20205 yr On 1/31/2020 at 6:55 PM, larryllix said: This usually means you have another program that is doing the problem. Use the search engine to find any occurrences of the Resource, elsewhere. Larry, how do you use the search you mention here? On a log report? I have never seen a search before. thanks.
February 21, 20205 yr 25 minutes ago, dbwarner5 said: Larry, how do you use the search you mention here? On a log report? I have never seen a search before. thanks. Right click on any program icon and look to the bottom of the flyout menu.
February 21, 20205 yr @larryllix oh my.. so simple.. would have saved me HOURs over the many years... lol. thanks! Edited February 21, 20205 yr by dbwarner5
Archived
This topic is now archived and is closed to further replies.