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. To add to that, for people with <Win 2K coding experience, the ISY Wait and Repeat are like inserting a voluntary "give up your time slice to the o/s". Early windows apps required the code writer to do regular "releases" of their time slice to make the multitasking function work since Windows wasn't a "real" multitasking o/s. In VB it was dummy = DoEvents() In C++ sleep 0
  2. Yes. It is a sealed metal encapsulated DS18B20 chip. They are available for about 99 cents each on eBay etc... IIRC the CAO unit is more money but comes with a convenient mini plug-in jack for the plastic Tag part.
  3. Note. to use a time frame over the end of the year you must use "OR" logic like this. If MM.DD >= 12.24 OR MM.DD <= 1.12 Otherwise you would use "AND" Logic like this If MM.DD >= 12.24 AND MM.DD <= 12.26 To isolate a month you would still have to use a range like this If MM.DD >= 12.00 AND MM.DD <= 12.99 (or 12.31) This will not work MM.DD = 12 because the variable will never be just an Integer in this logic.
  4. The point was a clarification of what PaulBates posted above. If Program1 calls program2 while program2 is still running it will start over anyway, so it isn't a complete isolation. Eg. Program1 If whatever Then Repeat every 2 seconds call Program2 (if) Else ------ Program2 If whatever Then turn On Light Wait 5 seconds turn Off Light Else ---- Light will never turn off. Program1 will start Program2 again every 2 seconds interrupting the Wait 5 seconds, regardless of Program2 logic.
  5. larryllix replied to asbril's topic in UD Portal
    Wow! You are a well kept man! Hawaii and expensive condo? I have my GH working better (I thought) than previously. One that has me baffled badly yet. This works flawlessly with Alexa but with GH all the colours work fine except "Red" Alexa/GH Turn on red headboard. ......OK turning on two red lights. Turns on my Gathering room Red lights also. Gathering room lights are just "Red Lights". I eliminated the ending word "Lights" or GH fails on all colours by operating all programs/lights/scenes with that colour name in them. All colours I have tried work fine but GH, hearing the word "Red" turns on or off every device or program with the work "Red" in it????? You seem to be doing better with GH. Maybe you know of some type of element name or reserved word I should be avoiding? I have just given up on GH except for more entertainment items, which it mostly performs better than Alexa.
  6. ISY has the speed and can handle commands back to back without bogging down. However the Insteon comm channel cannot handle constant commands. I had some problems with this too. If you have a bad unit that doesn't ACK right away or noise the next command can clobber the protocol sometimes. This gets bad if a unit is unplugged and ISY seems to send it anyway. I found putting bad units at the end of the list worked but in the middle of all the units it clobbered the next three units in the program list. Bumbleshoot's 2 second delays makes it more bulletproof, if you can stand the looks of the delays. If one particular unit fails a lot, look back at what the previous units are in the list and insert delays between or move the suspect to the bottom.
  7. larryllix replied to asbril's topic in UD Portal
    The newer Onkyo receivers have Sonos support built in. My Onkyo Receiver (a year or two old) has Chromecast built now. When I bought the receiver I don't think Chromecast even existed. I am not sure if that was a recent upgrade though as I upgraded the software about a year ago. It works well alone by streaming at the GH command and shows that info on the front of the screen. I like it but will not likely use it unless I go to unlimited Internet bandwidth at extra cost per month. I use my ISY to command the Onkyo (above) to receiver a few preset stations from Alexa and GH, the same. These are RF FM stations however but every third or fourth try GH likes to think it outsmarts me and stream the station instead of just sending the commands to ISY. The commands are completely different between the streaming command (no ISY required) and ISY commands directed to the Onkyo receiever (FM reception) excpept for one word in the name string, the nickname for the station, and again GH is using it's AI guessing to substitute what it thinks I wanted. Grrrrrr... Very annoying...so again my Alexa units get used instead, because they don't guess making errors. GH sound quality and listening quality in a noisy room is better, for sure. Nothing is perfect, except for you and me and I am not so sure......
  8. larryllix replied to asbril's topic in UD Portal
    I keep telling you to come over to the Dark side = Alexa! What is the basic difference between the GH Hub and regular GH devices? I hear screen with clock for looks. Do you connect directly to it or via the GH app? BTW: I rebuilt my GH stuff from scratch again and the casting involving my Onkyo receiver is kind of cool. (The initialisation each time is very time consuming) I don't usually do much streaming but the synchro with four devices around the house is very amazing. This exemplifies the ridiculous price of Sonos speakers very well now. (I have none...it was some of those, or a new luxury car ) On the similar vein I see iHome stuff (brand?) is supporting Alexa using larger speakers and other gadgets where an Echo puck drops into the top of volcano holes and enhances sound etc...
  9. But..... If the initiating program has another trigger and runs the second program (with or without If logic lines) whatever is running (Then/Else) will stop and the appropriate section (dependant on the If logic outcome) will start from the top anyway.
  10. CAO wireless tags have units with cheap probes and are very reliable and easy to integrate with ISY Sent from my SM-G930W8 using Tapatalk
  11. larryllix replied to bmiller's topic in ISY994
    Are your strips 24volt? I find the 12volt strips get dim at the far end when I attach two 5m strips in series. The strips come with connectors on both ends and it makes it easy to split the strips into two pieces without soldering new connectors onto the LED PCBs. Sent from my SM-G930W8 using Tapatalk
  12. larryllix replied to bmiller's topic in ISY994
    Have a read about strip LEDs here and many threads around that era.
  13. Thanks. I corrected the post just after. "RF" means Insteon, not wireless model.
  14. Only four left. https://www.amazon.ca/Insteon-2441TH-Thermostat-RF-Only/dp/B007X5TY16/ref=sr_1_1?ie=UTF8&amp;qid=1541642641&amp;sr=8-1&amp;keywords=2441TH EDIT: My mistake. The title states "RF only" meaning Insteon protocol. It the 2441TH (no Z)
  15. It's been a while for me with LDs but linking cannot be done without going into linking mode first. This applies to all battery Insteon devices as a battery saving feature. They do not repeat Insteon commands or respond to queries either.
  16. I have had this problem with other devices when some of the new options are enabled. My ISY slowed right to a standstill almost. Put the LDs into linking mode, one at a time, and let ISY play out what it is trying to do. Fix the options. IMHO some options don't work properly with many devices.
  17. " Lights going on and off, programs going on and off, etc... I could barely use the AC with all those programs running. I finally had to unplug the ISY and go to bed." OK. maybe I misunderstood that comment or it has changed. Maybe you could get @Michel to interpret your log about 4 posts up?
  18. Do you have any programs set to "Run at Power up"? If I create two programs with tight loops my ISY will grind to a halt and it will appear as if no program are running. The way I have found some of these are the icon flashing red and green erratically. When the ISY engine bogs down it's hard to get proper indications to find these. Flashing LEDs on the front may be a clue indicating ISY is running as fast as it can go.
  19. "it still took forever to boot up and be able to login and once I could login I found that all the programs that were supposed to be disabled were enabled causing all sorts of issues. Lights going on and off, programs going on and off, etc... I could barely use the AC with all those programs running" This appears to be one or more programs oscillating in an endless tight loop and the finally bogged your Ethernet cache down.
  20. @kclenden Nice!! Thanks for that. I didn't know you could see PLM links.
  21. Network Resource module does that in 15 different shades of Ethernet.
  22. Agreed! You have to be very careful with Else and multiple conditions / triggers. Somebody had requested UDI abolish the Else as few years ago. But what he really meant was to replace them with a "case" construct.
  23. I think we are confusing links with scenes for counting. Not real sure on the bit twiddling involved Insteon anymore (never was ) but IIRC It takes one link for every node (I incorrectly posted "device") connected to the PLM. Most devices have a few nodes and can require a link for each node both ways. Insteon Scenes use one link in a broadcast fashion. One transmission activates all device nodes that contain that Scene link. I have 140 Insteon nodes listed in ISY, and 215 links used in my PLM. This affords a link each way to most devices, as well as a link to the PLM, and a link for each Scene installed in the device. When you add more than one device(s) to an Insteon scene, no new PLM links should be required.
  24. I see you are using the "send on lockout" feature in the MSes. In the older MS versions (I have 12) I find the "on-send lock-out time" does not use the settings I inject via the admin console options. Can you verify actual functionality on this parameter? Mine seem to only default to about 2 minutes.

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.