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.

Kentinada

Members
  • Joined

  • Last visited

Everything posted by Kentinada

  1. After spending many hours trying to understand all the information I could find about setting up custom notifications for my Eisy, I decided to write this "Notifications for Dummies" help file in the hopes that if there is some other person out there who is struggling with this, then this doc will help. This is also applicable to UD Mobile but I am posting here and will let the moderators decide if it should be moved or stay here or be in both forums. If you have any feedback or suggested improvements, let me know. Notifications for Dummies.pdf
  2. Still no response from support after 11 days. This can't be good.
  3. Kentinada posted a topic in Ring
    I just installed a Ring Stick Up Cam and the Ring Plug-in (node server). In the Configuration section it says: shared = Set to "true" to include shared Ring devices (Re-run device discovery after) Is this talking about Shared Users within the Ring device?
  4. @Bumbershoot Thanks. I just ordered a single camera from Ring that was on sale for $69. I'll give it a try.
  5. Are there any recommendations for outdoor video cameras I can add to my Eisy environment that will basically give me the functionality of a Ring doorbell? Right now I have a motion sensor pointed at my front door from my porch that turns on the porch lights at night. I'm half-way to a ring system there. All I need is a compatible video camera for the other half. Suggestions?
  6. @gzahar Thanks! I knew it was out there. I just couldn't find it. But the doc you referenced doesn't define the ${alert.event} system variable. I have searched the wiki with ctrl-f but don't see it anywhere either. Do you know where it is defined so I can see if there are other event types?
  7. I looked in the UD Mobile wiki but didn't see any documentation. I'm looking for a list of the system variables that are defined for use in custom notifications. See screen shot for a few examples: things like ${sys.node.#.name} and ${alert.date}. Is there a complete list? And what is the node # for ${sys.node.#.name}? I use this notification below for geofence info and it comes through to my iPhone as: "node[#]".
  8. @Javi I sent you via private message a copy of my wife's iPhone backup file. Her phone continues to be sporadic in reporting her location to the geofence. After I rebooted her phone the other day, it worked the first couple times and then quit. Yesterday, I did a hard reboot of her phone. It worked the first couple times and then quit again. Today I did a reset of her Location & Privacy services and re=enabled UD Mobile to Always for location services. It will probably work once or twice and quit but we'll see.
  9. @gzahar you are correct! When I filled in the missing message numbers with spares (see screen shot), everything worked again. I marked your message as the solution but this is really something that UD should fix. Give us a button on that customization page that renumbers when we delete something.
  10. I'm not sure of the best way to do this. I just posted a topic to the Notifications Node Server/Plugin forum about all my custom messages no longer being selectable in a program. Existing programs that have a non-zero message id selected still get the proper message when the code runs but I cannot change any content. I only see message id 0 available. Here's a link to the other thread.
  11. I just did that. Still doesn't work.
  12. This is the list of Email/Notifications I currently have. I deleted a few. Does that matter that they're not in order of 1, 2, 3, etc.?
  13. This has been working up until maybe an hour ago. I can no longer select the custom message from the Email/Notifications Customizations. Here is the code below. Both notifications (one sent to Pushover and the other UD Mobile) have selected message ID 9 to send. If I run the code, it works. But see the screen shots and you'll see that message ID 0 is the only thing I can now pick from. What happened? Front Door Lights ON - [ID 000F][Parent 0001] If From Sunset To 11:59:00PM (same day) And 'Motion-Sensor' is switched On Then Set 'Front Porch Lights' On // This is a Message sent to Pushover with an Email/Notifications Customized message. Set 'Notification Controller / Service Pushover UDEISYPO' Send Sys Custom With Params To KBM_iPhone Priority=Normal Format=None Sound=Pushover (default) Retry=30 Expire=60 Content 9 Notification ID (ID=9) // This is a Message sent to UD Mobile Set 'Notification Controller / UD Mobile' Send Message To Kent Sound 'default' Content 9 Notification ID (ID=9) Else - No Actions - (To add one, press 'Action')
  14. @Jimbo.Automates Jim I understand that. But I have been digging into this so much, I'm trying to understand the various methods of getting a message out so that I might help others. In the end, I'll pick one method and stick with that. Thanks.
  15. @tlightne we're talking two different things. I'm talking about the short messages that appear for the Push plugin defined devices. I think you're talking about the Pushover node within the Notification plugin. And yes, I see the custom messages there.
  16. All my INSTEON environment is made up of dual band devices. Can I dump my old 2443 Access Points?
  17. @tlightne I defined a test message as you said. See screen shot 1. Test Message is not in the list of short messages. See screen shot 2. I did save it. Do your custom messages show up in this dropdown in your programs?
  18. I looked in the UD Mobile wiki for the answer to this but didn't see it. I know I can ADD an Enter and/or EXIT comment for UD Mobile geofence that will run an AC defined program. There are 3 parameters: Node: which is the program name Command: Enabled appears to be the default Enabled: True appears to the be the default For Command: The options are Enabled, Run at Startup, Run If, Run Then, Run Else, & Stop. I assume these all directly correspond to their right click counterparts in the AC and that Enabled means the program will run if executed. Correct? Is there a good example of why I'd choose something other than Enabled? For Enabled: Is this different than the Enabled under Command? It's a bit confusing. Thanks.
  19. Kentinada posted a topic in Push
    Can the prefedined messages be added to or customized by entering a key in the configuration section of the plugin?
  20. @DennisC Ok thanks. Thought it was worth asking. Texting is dead from with Eisy. I'll use Notifications and/or Pushover.
  21. Not to open a can of worms but... I am working on my Notifications for Dummies. I think I have the Notification plugin figured out - at least enough to make it usable. I think I have Pushover figured out and how to link it to the Notification plugin. But I have come full circle back to an SMS text notification. If I send an email to xxxxxxxxxx@tmomail.net (xxxxxxxxx is replaced by my phone number), it comes through to my iPhone every time. But from the AC pressing the Test button or from a program it never comes through. Especially with using the Test button and getting nothing, doesn't that suggest the problem is on the UD side?
  22. Ok so the work-around is use the Send Sys Custom with Params command (highlighted in bold below.) This works where the Send Sys Custom command does not. Notification OnOff-9.1 On-Off Module - [ID 0017][Parent 0001] If 'Office / OnOff-9.1 On-Off Module' Status is On Then Set 'Office / OnOff-9.1 On-Off Module' Beep Set 'Notification Controller / Service Pushover UDEISYPO' Device KBM_iPhone Set 'Notification Controller / Service Pushover UDEISYPO' Send Sys Custom With Params To KBM_iPhone Priority=Normal Format=None Sound=Pushover (default) Retry=30 Expire=60 Content 4 Notification ID (ID=4) Set 'Notification Controller / Service Pushover UDEISYPO' Message Test2 Set 'Notification Controller / Service Pushover UDEISYPO' Send Message Else - No Actions - (To add one, press 'Action')
  23. @Jimbo.Automates any ideas on the False/error status?
  24. @dbwarner5 my wife is headed out again this morning. If the geofence works again, I'll mark this as the solution. As a side comment, pretty impressive Home Automation Roadmap!!
  25. Send the support mailbox an email 4 days ago. No response. Sent another one this morning. This may be dead.

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.