Jump to content

Looking for an efficient program that has a periodic chirp based on a condition


epete

Recommended Posts

Posted

I have a refrigerator / freezer in the basement.  I installed Insteon door sensors on both refrigerator and freezer doors. If the door is open, I would like to set several insteon keypads throughout the house to chirp once per minute until the doors are closed.  This will ensure no one has left the door open.

 

I can figure out how to write a program to chirp once, but I would like a chirp per minute until both doors are closed.

 

Does anyone know the most efficient code to implement this?

Posted

Hi

 

Put this statement in

If

   door sensor is on

then

    Repeat every x minutes (or seconds)

        chirp statements

 

When the sensor detects door closed, the program will cancel

  • Like 1
Posted (edited)

I didn't even see that option.  Thanks.  I see it now.  Thank you

 

 

**UPDATE**

 

This worked perfectly.  Thanks.

Edited by epete
Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      37.2k
    • Total Posts
      372.5k
×
×
  • Create New...