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. @jkmcfadden I wonder if the upgrade part is the common factor?
  2. Me too. My Eisy went offline at 7:43a ET this morning.
  3. @jkmcfadden and @Whitehambone OMG, thanks. I thought I was losing my mind and couldn't figure out what I did to mess this up.
  4. I was trying to set up a notification through the UD Mobile app this morning and I got these Notifications (See attached). I did not request an upgrade so I don't know why it happened or what was upgraded. My Eisy will now not come online. I can still log into the admin console and turn on/off devices but UD Mobile and the ISY Portal think it's offline. I have completely rebooted more than once by removing the power and plugging in again. My Eisy is plugged into an ethernet switch. I have also moved it to a different port on the switch. Help please.
  5. I tried to create a notification per the YouTube video (which I had done previously and deleted) but now I get an error when I press the + button. See attached screenshot. It also happens when I select Linked Programs from the device setup menu. Ideas?
  6. I'm not sure I totally got that @Javi. Here is what I have. The 1st screenshot is the statement that runs in the Then clause of my program. Notice the Group is Kent which is right. The Content is UD Test Message. I added UD Test Message to the Email Custimizations as you indicated in your previous response. Screen shot 2 shows the definition of UD Test Message. When I run the Then clause on my test program, I get a notification that says: My Test Title/My Test Body/Date & Time. It does not send my UD Test Message. I looked around and found this message in Configuration/Networking/Network Resources as Example Push Notification. Just to verify this is what was being sent, I changed the code to what you see in screenshot 3. Sure enough, when I run the program again, it now says Kent Test Title/Kent Test Message/Date & Time. What did I miss?
  7. I deleted and reinstalled and the error went away.
  8. I have done this and it works. But I'm trying to keep the Admin Console as the central place where I define my automation. If I start breaking it up between UD Mobile and the Admin Console, it gets hard to follow.
  9. @Javi Thanks. It did finally propagate down to the Admin Console. The group I created is called "Kent". See attached screenshot. I want to use this in a program. I defined 2 test messages in Notification Node Server configuration tab called Test and Test2 in slots 1 and 2 respectively but they do not show up as selectable under Content in the screen shot. Should they be shown there? If I define messages in the Configuration/Networking/Network Resources tab, I don't see a way to limit the sending to the Kent group.
  10. I have defined 2 test messages (1st screen shot) in the Configuration section of the Notification (paid version) Node Server. They both show up in the Admin Console Message dropdown (2nd screen shot) but I'm clearly lacking something in the definition because when I press Send Message from the Admin Console regardless of choosing Test or Test2, I get "Unknown Undefined message 0" in UD Mobile Notifications. Any help would be appreciated.
  11. I have defined a new group in UD Mobile Notifications that is just for myself excluding my wife who won't want to see these notifications. Can I get this group passed down into the admin console so I can use it in programs?
  12. I want to add the Zmatter USB to my Eisy. The store Zmatter page shows a 12V power supply at the bottom as a Related Product. Do I need this or does the device draw its power through the USB connect to the Eisy?
  13. @Javi I just online chatted with a support person and they gave me the email address developerinfo@resideo.com to contact for support of this system. I just sent them an email. We'll see what happens.
  14. @paulbates thanks for the reply. I don't want to do much with notifications except simple, small alerts like "Garage Door Closed" or "User Left Geofence". That kind of thing. So with that in mind, I have deleted both node servers and only reinstalled the Notification node server which I think will suffice. One thing that confused me though was in the Network Resources definitions which have the 3 templates: Push; Push with Substitution; and Push Notification with Sound. Those are part of the Notification Node Server but the code 1st line says "POST /api/push/notification/send HTTP/1.1". This 'push' in this statement has nothing to do with pushover does it?
  15. Well I'm not sure what I did but I did something that now causes my Notification Node Server to fail on restart. I'm attaching the debug log so hopefully someone who knows this better can help. I really didn't think this would be so difficult. Thanks for the help. debug 2.log
  16. So I am taking a step back to try to simplify and understand notifications better. I have purchased the Notifications Node Server and installed it - I think. See 1st screen shot. I also have the Push Node Server installed (2nd screenshot) and purchased the $15 Pushover license. With these 2 Node Servers installed and running, I can create through the Admin console Configuration/Networking/Network Resources various message definitions I can trigger either through UD Mobile or through Admin console programs. The example program has 2 different modes of notifying me for the same event. The first uses a Network Resource I defined by copying one of the Example Push Notifications. The 2nd notification in the code uses the Push controller and the Porch Motion device I created in the configuration section of the Push Node Server. Both do the same thing but do it in different manners. Is one preferred over the other? The both require the Notifications and Push Node servers. I really am trying to understand this communication environment and how to use it correctly. Thanks for any comments/suggestions/feedback. I'm sure there will be follow-on questions.
  17. So I now have my geofence working with the Occupancy 2.0 Node Server. I have two devices within the geofence: me and my wife. I have this simple program (screenshot attached) to demonstrate. When I tried to change "Status" to "Control", I could no longer check the geofence. Is this the best way to test if one of us is home or we're both away? How often will this program fire? Only on a change to occupied status? Thanks.
  18. @Javi OK I'm there! I have my wife's iPhone logged in with my credentials. Then I added Network Resource Notification messages specific for her and set the the Geofence device "Nancy" to on or off appropriately. Now I'll test a simple program to turn some lights on or off when we arrive or leave. Thanks for hanging with me on this!
  19. @Javi I really not trying to be dense here but... my wife does not have an account. In fact, she'll never use UD Mobile. I am trying to get it set up for the geofence only. So can I log into MY account on her iPhone using UD Mobile and be able to define it as HER phone for the geofence even though I'm logged into my account (the only account I have)? Does that make sense?
  20. OK, I feel a bit like a newbie here even though I've been using a iSY994i and now an Eisy for a long time. I maybe got in over my head. Yesterday I got the Notifications Node Server and Push Node Server installed and running. I paid for a Pushover license yesterday. Today, I discovered there is a paid version of Notifications so I paid the $15 for that. But the configuration questions that are flying around in my head are making me dizzy. Let me start with my Polyglot Dashboard. First attached. In the Nodes Details for Notifications I have the 2nd screenshot. I defined the Pushover Node "KBM PO" using my pushover api and user keys. Not sure if that is what I should have done or not. KBM PO does NOT show up in my Admin console anywhere. I've closed it and restarted it but still nothing. Should I see it? In the Configuration section, do I need to define an ISYPortal Service Node and Notify Node (3rd screenshot)? Let's start here before I add more of my questions. Thanks for your patience!
  21. Too many questions to ask here. I am going to post in the Notifications subforum.
  22. Does adding the Zwave USB device get me closer?
  23. Is there currently a way to connect my Eisy/INSTEON environment to my Apple HomeKit environment?
  24. @Javi I installed UD Mobile on my wife’s iPhone and imported my backup. Now when I open the app on her phone it wants me to login. Am I supposed to login into my account or do I have to create an account for her? Sorry for the detailed questions but this is new territory for me. Thanks!
  25. Can the Push Node Server messages be customized? I see the predefined messages in the attached screen shot. What if I want something else?

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.