Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Motion Sensor and Blinking Lights

Featured Replies

Posted

I have done a couple of hours of searching through threads concerning motion sensors and have a fairly good idea how to achieve what I want, but I also have seen so many ways to go about doing the same thing, I figured I would ask for others more experienced than myself for their opinions.

 

I have a motion sensor and a door sensor on my deck door. We let the dogs out of this door frequently (REALLY frequently) and what I want is if the door is closed when motion is sensed (when the dogs come back up to the deck door) a light inside the house blinks for a bit. I think I could probably have the blinking stopped once the door is opened. It's important to do because if the door is closed, they don't have a way to get back in and I don't want them scratching at the door. 

 

Look forward to any suggestions.

 

Regards,

BillyT

A program that turns a bulb on and off (and repeats x times) or a blinking bulb will work. You may also want to add sound:- BuzzLinc

Edited by stusviews

Here is one of several possible suggestion, probably not the more optimized:

 

Program 1

If Motion was sensed (MS is on)

then

Repeat x times

Set Desired light On

Wait x seconds

Set same ligh off

Wait x seconds

 

Program 2

If door was opened (Door Sensor switched On)

Then

Stop Program 1

Set same light off (just to avoid the possibility to have program 1 stopped and the blinking light keeps on), but is optional, you may don't care and shutdown by yourself or get more complex to return to the previous state of that light. (Using variables for instance)

 

 

 

Enviado do meu iPad usando Tapatalk

I think I might tweak the program from MFBra a bit, and eliminate program 2

 

Program 1
If control Motion was on (MS transmits an ON command)

and

status door is closed
then
Repeat x times
Set Desired light On
Wait x seconds
Set same ligh off
Wait x seconds

 

I don't know how sensitive are your motion sensors, or how many false alarms you get, but there may be some value in further limiting the flashing based on time of day (not middle of night) or while away from home.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.