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. You stated you were changing Masters, and I assume manually at the stats. My suggestion was to change setpoints on the Master based on 2441ZTH.
  2. If program logic is acting as an intermediary for your HVAC controls it can be done with more ISY program logic. If the 2441TH is hardwired to the HVAC sources then not without some real screwball programming logic. When in the 2441ZTH zones you could change setpoints on the 244TH to compensate in an equivalent scheme.
  3. Thanks! Interesting. I don't have any open/close devices so never encountered that speech psychology, yet. I run almost all programs so I did have to fudge one "All Lights Off" program to accommodate the negative voice logic "Off" to run the Then. "Alexa. Turn Off All Lights" If switchlinc is switched On etc... Then set lights Off set Hue lights off set MiLights off Else <------"Alexa. Turn Off" jumps in here. run Program self (Then) <-------added for voice input The rest of my voice connection programs are all Then actions only, and all just require Alexa. Turn On.....
  4. How do you find program to be a little different? I find adding devices, programs, and scenes the exact same procedure, and the spoken techniques exactly the same also. Can you explain? Maybe I missed something in this abstract black box.
  5. What are your firmware and UI versions?
  6. Next try to manually initiate the same program your REST input would.
  7. Does your "Status 'Open-Close / Shed-Opened" show 'On' in it's device status page?
  8. I don't think Alexa knows the difference between scenes, programs and devices so you cannot overlap names at all. Only at some point in the portal to ISY is the scene, program, or device differentiated. Click "discover" in the setup app or say "Alexa. Discover"
  9. What I did was, use the initial PLM for about a year and a half and then, on sale, bought another PLM and swapped it in. In a year or two another more reliable version could come out. It is not likely your first PLM would fail in that time. With this plan I have a tested spare and from two different eras, possibly versions.
  10. It is quite ironic that the most automated things take so much manual effort, at first.Who reads the manual though?
  11. Post one of your programs that is responsible and people can take a look at the logic.Right click on the program in the program tree and select "copy to clipboard"
  12. larryllix replied to MarkJames's topic in ISY994
    Sounds like it fits the bill perfectly! So you can trigger the thing with a Network resource from ISY and have the power cycle to ISY, then? hmmmmmmm... trouble with that logic is if you can remotely cycle ISY or have ISY cycle itself then ISY and router, or just ISY, is functioning reliably enough to do it. I have to assume it can do this on other stimuli, also. The sequencing sounds good. I find the Echo doesn't sync up with my router and gives up.
  13. Have you run test notifications to see if the messages are still being sent out, identifying whether the problem is in the programming or the email system?
  14. larryllix replied to MarkJames's topic in ISY994
    Yeah and it's always a case of where do you mount the silly relay, get an expensive box and clamps, terminal block etc... It all adds up project wi$e. Never tried it but, ISY cyclic query an OnOff Module, used to control the device?
  15. larryllix replied to MarkJames's topic in ISY994
    SynchroLinc detect and report loads over a certain programmable level. The trouble there is when the circuit is dead it can't report in but there should be ways to detect that if the turn on event is known and it doesn't confirm it. The usual way is a IOLinc and a 120vac relay to get a dry contact to feed the IOLinc.
  16. larryllix replied to MarkJames's topic in ISY994
    I always though there should be a way to modify or purchase an Insteon module / watchdog that would contain a monostable watchdog circuit to power cycle anything plugged into it. To use this would take an ISY program to hit on it every say 1 - 5 minutes, maybe user programmable, and if no "hit" is experienced it would switch the load off, wait 30 seconds and then power it back on. This could be used for routers and ISY itself for catastrophic failures, should one ever occur. This would be really cool of somebody could find a simple capacitor addition mod for an OnOff module. A charged cap to hold the relay on and an ISY program t flash the module on and then off every 3 minutes keeping the cap charged. May take some cutting of PCB lines before the relay driver transistor. Please note I never mentioned Brian at all.
  17. That sounds really cool and a real step toward voice control Mr. Chekov. The only two commands available should at least be located together, not one at each end of a potential 500-2000 line document / list. I wouldn't have had a duplicate list so long if the disabling of the skill had worked as stated:. "Tip: You can forget all devices by disabling the skill in the Skill section of the Alexa app." As you posted, it's a done deal now, and it wasn't that big of a deal, just annoying that the function was so hard to find and differently presented than the "Discover" function. I would have never looked there and wouldn't again in future but now I know, just in time for it to be changed for next time. Thanks!
  18. I found the spoken in Admin Console was a complete dud, not functioning Run this instead https://my.isy.io/index.htm Then use "alexa. Discover"
  19. I said "forum", using it in an analogy to demonstrate the ridiculousness of the hindsight advice, by exagerating one of the aspects involved, to exemplify my point. The new kids should be scared, with pages that are thousands off lines long and the advice is to read it all. But they are not scared, as that is the way they are raised today. You just hack at it and research only when needed. Sometimes we need to get things accomplished and not dilly-dally with details along the way. I had a boss like that once. Instead of using an IC by the specification of the I/O he had to study the internal chip schematic and never got past the basic logic gates. That's is just the way it is these days of GigaBytes of information coming at us and no instruction manuals or directions, typically.
  20. OMG! Now I have to read the whole forum before posting? What manual? We don't expect luxuries in this ground breaking field.
  21. Thanks Stu! I would have never found that at the bottom of several hundred devices listed....and I didn't, even looking for it, thinking..."this is ridiculous". but... where there is a Stu will there is a way.
  22. I didn't receive any notice but I may have installed after the notice. I just wish the remove all devices button was at the top of the page instead of underneath a few hundred lines of devices. It takes a long time to delete that many devices, one at a time, with confirmations.
  23. Typo there. Probably a slip of the logic tongue If you know you never would want to use the variable you are creating as a condition program trigger, go ahead and make it an Integer, but if you think you'll ever need to use that variable to trigger a program, make it a state variable; you can't go back and change type later. All variable types can be used as a condition, just not a trigger.
  24. State variables, when the value chnages, cause ISY to run through your programs looking for usage of the variable that changed and evaluate the condition logic and run Then or Else, depending on the outcome of the logic. Integer variables do not do this so you can use hundreds of them and not slow down your ISY trigger engine. BTW I use two variables called $cTrue and $cFalse permanently set to ...you guessed it... 1 and 0
  25. I had written a series of programs to do just what you are doing using select temperatures, finer in the areas of interest and coarser outside those ranges. Here is my preferred source and program to sample the humidity from Venstar stat ->NodeLink -> ISY variable. Sync.inHumid.Venstat - [ID 00A3][Parent 0101] If $VenStat.updating is $cTRUE And 'Gathering Room / GathRm VenStat' Humidity <= 65% And 'Gathering Room / GathRm VenStat' Humidity >= 15% Then Disable Program 'Sync.inHumid.Insteon' Wait 10 seconds $sHouse.humidity Init To 'Gathering Room / GathRm VenStat' Humidity % $sHouse.humidity = 'Gathering Room / GathRm VenStat' Humidity % Else Wait 10 seconds Enable Program 'Sync.inHumid.Insteon' If the Venstar comm fails I fall back to a direct Insteon thermostat. Notice the "disables" of this program in the previous one? Sync.inHumid.Insteon - [ID 010B][Parent 0101][Not Enabled] If 'Utility Room / Util Therm' Humidity <= 65% And 'Utility Room / Util Therm' Humidity >= 15% Then $sHouse.humidity Init To 'Utility Room / Util Therm' Humidity % $sHouse.humidity = 'Utility Room / Util Therm' Humidity % Else - No Actions - (To add one, press 'Action') For the Network module method you use a Network Resource containing a URL with device value substitution that writes the parameter directly to an ISY variable using it's REST interface, documented in the ISY wiki. So IOW, ISY talks to itself. Yes you can go back to ISY v4, but once you have written programs using the newer features you will not be able to support them in v4. V5.0.4 has a few parameters missing from device status pages yet, needs some gui tweaks to clean it up (boxes off small monitors screens), but has never failed me in months of use. All program stuff works flawlessly from what I have seen. No, v5.0.4 is not even beta, but rather alpha. UDIs alpha code is still more polished than many small company's finished products, from my experiences.

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.