Jump to content

Time condition is sometimes ignored


Recommended Posts

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?

Link to comment
  • 3 weeks later...
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. 

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...