epete Posted April 20, 2017 Share Posted April 20, 2017 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? Link to comment
paulbates Posted April 20, 2017 Share Posted April 20, 2017 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 1 Link to comment
epete Posted April 20, 2017 Author Share Posted April 20, 2017 (edited) I didn't even see that option. Thanks. I see it now. Thank you **UPDATE** This worked perfectly. Thanks. Edited April 20, 2017 by epete Link to comment
Recommended Posts