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.

notifications possible on device status change?

Featured Replies

Posted

Hi all,

 

I have an occasional problem where all the devices in my network are triggered on, apparently by an Insteon motion detector (link to this problem here). Although I did narrow it down to a motion detector-triggered event, the problem was never solved.

 

Most of the devices that get triggered during this anomalous event are just lights and are of little consequence, but one of the devices that gets triggered is a Insteon relay that I use to open/close the garage door which is a bit more of an issue for me.

 

To mitigate the unsolvable problem, I would like to receive a notification if the garage door relay is triggered. Unfortunately, the rouge commands that triggers all my devices on (and consequently opens the door) isn't the result of a program and I'm not sure how to do this or if it is possible.

 

TLDR; I have notifications setup for program-triggered events, but I'd like to have a status change of a device send a notification if possible.

 

Thanks for any input.

 

:Mike

Not possible with the All On symptom.   The All On command is believed to come from the PLM (uncommanded) so there is nothing to trigger a Program.   SmartLabs just provided one PLM with beta changes that has gone to a customer that is seeing many All On events.  

 

A Program can query the I/O Linc Sensor at some interval that will not interfere with the installation and issue a notification (requires a second Program) if the door is found open when not expected.

  • Author

Thanks for the info, hoping to get some more details.

 

Beta test: is the beta a new piece of hardware, or just firmware (I assume hardware). If so, any suggestions on how to get my hands on it?

 

Program to query i/o sensor: any idea what interval would work? And perhaps some sample code?

 

Any help is appreciated as I just saw on the camera that my damn garage door is up unexpectedly.

Connect the relay contacts of the garage door I/O Linc to the sensor of another I/O Linc and test for that second sensor being switched on.

Are all the devices in the residence On (required for it to be All On issue) as well as the garage door being open?  If all the devices are not On then analysis has to move to something else.

 

You can contact Smarthome and request participation in the beta PLM test.   I have my doubts they will do that but that is the only option.

 

 

The Query Program example to query every 30 minutes

 

If
        Time is 12:01:00AM
Then
        Repeat 47 times
           Set 'IO Linc-Sensor' Query
           Wait  30 minutes 
Else
   - No Actions - (To add one, press 'Action')
 
 
 
The notification Program example to issue Notify if door open more than 10 minutes.
 
If
        Status  'IO Linc-Sensor' is On
Then
        Wait 10 minutes
        Send Notification to 'xxxxx'
Else
   - No Actions - (To add one, press 'Action')
 
 
  • Author

Thanks all.

You could use a garage door sensor, the secolarm three wire works well, hooked to the sensor on your existing io linc to notify you that the door is open. This of course will give you notification every time. Using lees 10 minute delay would help. If you are opening the garage with a switch or kpl button then you may be able to write a program to only send you notification if the door opens but the controller is not on.

E

  • Author

Thank you for the suggestion. Philosophically, it is a little hard for me to justify buying another piece to supplement a piece (presumably the PLM) that isn't working correctly, but from a tech standpoint the idea is a good one. I'm going to bark up the Insteon tree and see what they say. I'll report back as appropriate.

 

Great forum, thanks again all.

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.