Skip 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.

larryllix

Members
  • Joined

  • Last visited

Everything posted by larryllix

  1. I do the same for every light and my doorbell for security scare. A scene works more efficiently for this because devices don't Ack back, tying up Insteon comms as much. Sent from my SM-G930W8 using Tapatalk
  2. Yes exactly! Any lines in the Then after a Wait or Repeat line will not get executed. A very common gottcha' I am working from a small screen and its getting difficult keeping things organized here. Confession...I thought there was else lines in his program. Sent from my SM-G930W8 using Tapatalk
  3. You are going to hate this one. When your Tony Rear Door program becomes true the status condition will become false after A5 turns on. Now your If will get re-evaluated to false and Else will run. There are special two program methods of isolating devices when used in the condition of a program that controls the same device. I am on a small screen so leave it to others to follow. Sent from my SM-G930W8 using Tapatalk
  4. You need at least one wait between your fast on/off lines. Your pounding of the Insteon channel will tie up the comm protocol as well as make it almost impossible for your ISY to handle any other requests on the I/O channels. I doubt the v5 made this any worse. The speed of the ISY engine was improved somewhat when v5 was released. Sent from my SM-G930W8 using Tapatalk
  5. Just uniformity. It's another lighting setting, sometimes in a list of 15 or 20 different scenes for a particular room. With ISY Portal I wouldn't have to go looking for which scene contained the off. More modular. I don't have to worry that changing some code will affect another program using the same scene and cause me hours of sleuthing why it stopped working. I don't worry about the 1000 scene limitation. My lighting is starting to weigh more heavily into nonInsteon lighting as colour becomes cheaper than plain white and I avoid scenes unless needed for speed or Insteon data storm avoidance. Sent from my SM-G930W8 using Tapatalk
  6. I like to use a third scene, 'Sconces Off' but to use it you would turn it On causing all the lights to go off. Sent from my SM-G930W8 using Tapatalk
  7. So nothing is much different for the A /V Network Resources except you have created a special vocal library to handle the needed devices allowing us to map a/v vocals to NRs as if they were devices? Sent from my SM-G930W8 using Tapatalk
  8. This compound logic will never be true as two events are never true at the same time. While ISY is processing one the other will not be being processed and false. Time is Sunset And X10 'A5/On (3)' is Received Sent from my SM-G930W8 using Tapatalk
  9. Where are these network resources located? Is this a direct connection between vocals and these network resources avoiding ISY processing ? Sent from my SM-G930W8 using Tapatalk
  10. So Polyglot can be either cloud or independant now. Even more options for ISY users! It never stops growing. Thanks for the correction guys! ISY forever! Sent from my SM-G930W8 using Tapatalk
  11. Polyglot is not in the 'cloud'. Polyglot is a piece of software that runs on another computer, usually an RPi. Your computer and no cloud required. You are independent of other parties.It provides a base software that many code writers have created plug in software to allow your ISY to talk to Ethernet style hardware like stats, and RGB lighting. Nodelink does the same. The ISY Portal is a cloud service that you pay subscription fees for and can bridge your Alexa or google home cloud services through to your ISY and works extremely well. Sent from my SM-G930W8 using Tapatalk
  12. Yes. ISY does not know the language of most Ethernet devices. Sent from my SM-G930W8 using Tapatalk
  13. Only to run Polyglot or Nodelink, not v5.0.14. These a tools to bridge ISY to other systems like ecobee. Sent from my SM-G930W8 using Tapatalk
  14. Ecobee requires a third party website api bridge software running on another CPU, usually an RPi. NodeLink and Polyglot can both perform that function for you and stuff the information into your ISY like a native device, as well as control your your stats Sent from my SM-G930W8 using Tapatalk
  15. Excellent. I was just going to raise that method. Sent from my SM-G930W8 using Tapatalk
  16. To further that you could use the same program to enable a second program for 3 seconds. The second program would be the one to change the variable.. Now you have a double tap twice interlock to set and reset your variable. This could potentially eliminate accidentally setting the variable. Sent from my SM-G930W8 using Tapatalk
  17. Sure. Just write a program that sets the vacation variable to TRUE/FALSE in Then/Else. Relate the program in ISY Portal to the vocal 'vacation'. Then use... Alexa. Turn on/off vacation. You may want to send yourself a notification so that later you know some automagic method turns it on or off. Sent from my SM-G930W8 using Tapatalk
  18. Can you use the setpoint of the stat? Less than 19c is considered vacation mode? I don't know what fields you have access to? I use a kpl for a combination code for my security system. The entries can be 2, 3, 4, 5, 6, pushbuttons long. Sent from my SM-G930W8 using Tapatalk
  19. The old way was usi g 12 MSes for occupancy and a further WAIT 14 hours activated the vacation flag. Another program slaved my stats to that flag and changed my stats. I didn't like the delay of response and when I frequently traveled to another city and stayed overnight we would find the stats on vacation a few hours before getting home. In the dead of winter the house can take up to a full day to warm up again. The ecobee states use vacation reservation tables that you can prebook times for on and off. I figured I may as well use it for my HA. Sent from my SM-G930W8 using Tapatalk
  20. After using a timer 16 hours after $sOccupied becoming false, for the last few years, I have switched over to watching my thermostat. When one of my ecobees indicates vacation the $sVacation variable gets set to $cTRUE Sent from my SM-G930W8 using Tapatalk
  21. larryllix replied to Jay's topic in ISY994
    Was this kpl ever factory reset after delivery? This wreaks of needing a factory reset. All Insteon devices should be factory reset before connecting to ISY. I had a device send out opposite status codes before a factory reset. Sent from my SM-G930W8 using Tapatalk
  22. Interesting! I guess it could be useful as a filter in a compound logic statement or to simplify occupancy testing. Most have formerly disabled 'off' reporting to save battery power and allow ISY to do the time out logic. Thanks. Sent from my SM-G930W8 using Tapatalk
  23. I would doubt ISY would even offer that selection for a trigger event only type device. If available, then ISY would have to create the status from its history of operations as it is not likely for any device to send a status update since it doesn't accept remote state commands from other devices. UDI doesn't typically create artificial statuses for remote devices. Sent from my SM-G930W8 using Tapatalk
  24. Security of the hack intercepting your packet IP destinations with a hole punched through your router firewall. I do it too but ISY portal is much faster and offers voice access using google home and Alexa toys with very well done implementations Sent from my SM-G930W8 using Tapatalk
  25. Your last line tells your ISY portion of NodeLink doesn't match. Turn on the autoupdate option in NodeLink and reboot it. See my post two up. Sent from my SM-G930W8 using Tapatalk

Account

Navigation

Search

Search

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.