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.

Geofence and time of day

Featured Replies

Posted

Is there a way to specify a time of day for the enter command to execute?  I'd like to turn on my driveway light on when I come home and it is dark out.

Solved by Geddy

Go to solution
  • Solution
22 minutes ago, jckinneman said:

Is there a way to specify a time of day for the enter command to execute?

The Geofence can trigger a program that could evaluate the time of day and fire or not fire as needed. It's not built into the app ability at this point. Not sure if it's on the future upgrade process, but easiest way is to trigger a program. 

 

  • Author

Makes sense, I'll give it a try

@jckinneman  You need a program(s) and there are multiple approaches:  some might use a structure like this:

If
         Geofence triggered
AND time is sunset
     to Sunrise (next day)
then
        Turn on driveway light
else
         (nothing)

or break it into two programs

If
        Geofence triggered
then
        Run Program2 (if)
else
        (nothing)

Program2  (must be disabled)
If
       time is Sunset
       to Sunrise (next day)
then
       turn on driveway light.

 

I mention both methods because some people have  difficultly getting the first method to work.  The second method also is easier to follow logic wise somethings.  Note: disabled programs still run when run by another program or run manually.

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.