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. My garage door will randomly open. Doesn't happen often. I get a text alert when my door goes up or down. See the attached screen shot for the code I got here to provide this alert. What I'd like to do is have a program running from say 11pm to 6am that shuts the door if it opens. I think I could use this same style code to do that. But it has been a while since I looked at this and I don't recall why the If test checks for the Garage Door-Sensor being switched On and for it NOT being switched off. This code does work but someone help me understand it a little better? Wouldn't just checking to see if the sensor is switch on be enough? Thanks.
  2. For the 2nd time in about 6 weeks, in the middle of the night, all my INSTEON devices controlled through my ISY994i which were all off at the time, turned on! All of them! Is there any way to debug why this is happening?
  3. Kentinada replied to Kentinada's topic in ISY994
    Well I ended up trying Restore Device and that fixed it. No clue what happened but its working so I don't care.
  4. Kentinada replied to Kentinada's topic in ISY994
    Yes, when I press and hold the button, the lighting devices in the scene show the % the device is on. But when I click it once or double click it, nothing happens. Not sure how to read a link table.
  5. Not what I mean. The actual plug INSTEON device is showing up in red italics. Doesn't that mean the plug is a controller too? How is that set? Can it be turned off? Why would it be helpful to have on?
  6. I have a scene with 4 plugs assigned to it and 2 different RL2440 buttons. One of the plugs shows up in red italics which i believe means it's a controller. Why? I never set it up this way? See attached screen shot.
  7. Kentinada posted a topic in ISY994
    I have installed the last 2 updates to my ISY994i. Current version is 4.5.1. My RemoteLinc 2440's have worked fine for a long time but now the on/off functions of the buttons don't work. In the Admin Console, if I press any of the 6 buttons, the current state stays blank and the scene it controls does nothing. However, if I press and hold the on button for a scene, the lights all gradually come up to full power. And likewise, I can slowly turn them off by pressing and holding the off button down until all lights go off. What is happening and why are the on/off functions not working properly?
  8. Ok thanks. One last question. Can I have 2 z-wave thermostats in the house running from the one controller? I have 2 zones in my house. Sent from my iPad using Tapatalk
  9. MWareman, do you have any screenshots from Mobilinc for the interface to the Trane Z-wave thermostat you could share?
  10. Can you point me to the devices by chance? Sent from my iPad using Tapatalk
  11. Is the zwave compatible with the ISY? How about Mobilinc? Sent from my iPad using Tapatalk
  12. It is not changing states from awake to leave to return to sleep at the defined times. If I go through the process to set the time again, it jumps to the right phase. But it won't do it automatically. Defective thermostat maybe? Sent from my iPad using Tapatalk
  13. Is the NEST thermostat compatible with the ISY994i? I'm not too thrilled with the INSTEON 2441TH.
  14. One more question and I'll quit bugging you on this topic. So by adding the repeat, that says to me that this Low Bat is not an event that triggers this code to run like other events. e.g. when my garage door goes up or down, I have code to tell me the door is open or closed. Rather, this low battery event must be caught once it gets set to On. Is that right?
  15. So Teken, should this simple program work then? If Status 'Outdoors / Front Door Motion-Low Bat' is On Then Send Notification to 'Kent Txt' content 'Low Battery'
  16. Larrylix, I have 3 MS right now and I'm just trying to find a way to be alerted when the battery is getting low rather than having to discover it by trial and error. Gee, this motion sensor doesn't seem to be working anymore. Guess I better check the battery. If that is the way, then oh well. I'll live.
  17. Stusviews - thanks for the tip on copying code and pasting here. Here is my full program as it stands now. Front Door LBC - [iD 0007][Parent 0001] If Status 'Outdoors / Front Door Motion-Low Bat' is On Then Send Notification to 'Kent Txt' content 'Low Battery' Wait 12 hours Run Program 'Front Door LBC' (Then Path) Else Wait 12 hours Run Program 'Front Door LBC' (Then Path) LeeG - Maybe this is more a problem of not understanding when programs run. So do I have it right that this code above would run if and only when the 'Outdoors / Front Door Motion-Low Bat' goes to an On state? From what stusviews stated above, it would seem to indicate that the device changes to On one time and then goes back to Off. So wouldn't this program run when that event occurred? And I agree the Else clause is worthless as written. In fact, if stusviews is correct about the one time change, the Wait 12 hours isn't necessary either. The program would be triggered when the Low Bat indicator changes to On and I'd get the notice. I must still be missing something if it isn't this simple. And once the device changes from Off to On and back to Off, how would it ever do this again? If I put a new battery in, what happens in the MS that resets itself to check this and change one time? Thanks for any more help you can provide.
  18. Here is my program ( I couldn't find any way to copy and paste my program here) If Status 'Outdoors/Front Door Motion-Low Bat' is On Then Send notification blah blah blah Wait 12 hours Run Program 'Front Door LBC' (Then Path) [which is this program] Else Wait 12 hours
  19. Ok, maybe I didn't describe this too well. I have a motion sensor which I would to have notify me when the battery is low so I know to replace it. I attached a screen shot. See the device called Front Door Motion-Low Bat. It says it's off which I take to mean the battery is fine. I test this in a short program by checking to see if Front Door Motion-Low Bat is On. If so, it sends me a text. Otherwise it waits 12 hours and tests again. I get the text every 12 hours saying the battery is low BUT the Low Bat status is ALWAYS Off. Apparently the program is not the way to check if the battery is low. Ideas? Sent from my iPad using Tapatalk
  20. I have a very short program that checks the status of the Insteon Motion Sensor Loew Battery indicator. If it's On, it sends me a text so I know it's low and needs to be replaced. If it's not, it waits 12 hours and checks again. I am getting a text indicating that the Low Battery is On even though it shows it's off in the Admin Console. What's up with this?
  21. I have a gas, two stage furnace. Sounds like INSTEON is the easiest way to go. Thanks for the info.
  22. I searched this forum for information on this question and there are so many threads out there on thermostats, I'm hoping you'll humor one more. I have a 4 zone heating/cooling system in my home with simple programmable thermostats. I have an ISY994i and many INSTEON devices I control. I'd like to add thermostats to that list. Is the INSTEON 2441TH the way to go? Is NEST compatible with the ISY994i? Are there better options than INSTEON? Any help would be greatly appreciated. Thanks!
  23. Never mind. Problem solved. Somehow the scene got removed from the button I was using to test on RL#2. All is working now. Whew! Thanks for everyone's help.
  24. LeeG, I had done a reset on both and now have done Restore Device on both. RL#1 works fine. RL#2 does not. Even the all on and all off don't work. It does a successful write updates to the device but it doesn't work. The address of the new PLM is 34.E7.BB. The Device Links Table from RL#2 is here: https://monosnap.com/file/8H89r1d2BxL3zOXIObVzuaMTRtU9TM
  25. Well I tried but it got this error. In case the link didn't work, here is a link from my dropbox: https://www.dropbox.com/s/s2tv09naap98zx3/Screen%20Shot%202015-08-05%20at%207.43.25%20AM.jpg?dl=0

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.