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. Another problem with this is [[SMTP ERROR--1]] is undocumented and offers no explanation of how to resolve it for the user. Other error numbers 2.... are documented.
  2. @bmercier already responded several times. These occurrences have been very rare over the last 3 or 4 years. Sent from my SM-G781W using Tapatalk
  3. They can be used to control dimmers but are not dimmers themselves and therefore have no usage for more LEDs to indicate levels. IOW: They can send the dimmer signals but cannot receive them.
  4. Unplug the Zwave dongle and power cycle your ISY. That should prove if the dongle is dragging your system down with it.
  5. I had mine bug-out on my Dell laptop. It was a PITA for a few months and I always had to use workarounds. Support documents always told me to go into the BIOS and enable it but the BIOS had no recollection of it. In the end, I think the only thing that could be done was to open up the laptop, disconnect the battery, and short out the BIOS backup battery terminals. Suddenly the BIOS woke and knew about the chip/function again and all was right in the world again. I used that opportunity to replace the laptop battery as well.
  6. The size exceeds the capabiliy of zip program's size capabilities. The backup file is double zipped so you have to do it twice. Don't know why somebody would do that, because the second compression doesn't lose one byte. Use zip7 for larger files. However ISY was always capable. Sent from my SM-G781W using Tapatalk
  7. Read more threads here. Insteon is partially back, under new ownership, that listens to users. They also report progress of their rebuilding the company and product lines.
  8. Thanks everybody for the help. It seems my problem is likely the 2FA settings. I have avoided that as much as possible and never turned them. That was likely the time when they forced it on users and my notifications stopped functioning. It never made sense to me to have a password sent to the same device that my account is being hacked from, and it is a PITA. I have a few services that request a 2FA password every time I login. I then have to run to get another device (my cell phone) just to access websites from my laptop. I have dumped most of the services requiring that nonsense, and gone elsewhere. I will think some more about this. I assume once google 2FA is enabled there is no going back again with google.com? Google always reports I am accessing the account from my cell phone, while really on my laptop so I distrust the method, afraid I will lose everything.
  9. Betamax was terrible if you put it in a VHS machine though. No wonder people don't buy it anymore. Sent from my SM-G781W using Tapatalk
  10. I have not been able to get my gmail account working for years now, and switched to the default (UDI) However, text messages now are getting assigned different numeric suffixes to every SMS and appears as multiple account sources making it a PITA to cleanup. Is it possible for you to send me a screenshot of your gmail setup, possibly blocking any credential password information? gMail formerly worked for me here but stopped a few years ago. I would like to return to gMail. IIRC I also used my ISPs freebie email address and server but they never used any security as I was on a dedicated line and they could tell my source anyway. Is this possibly a same account to same account problem that is being filtered? UPDATE Despite trying every combination of TLS on/off with matching ports 587/465, user name/filled with format observed, various gmail accounts with proven passwords, pop enables and not blocking on any account, account name including/not-including '@gmail.com', always leaving edited line and clicking "Save" the test email has never worked for me in the last few years. Port 587 with TLS returns an immediate [[Error--1]] = not documented in wiki. Port 465 without TLS returns same erro after 8000 sec timeout. After years of attempting this I concluded this was always just a bug in ISY software and gave up, going back to the default but the new various account names are a PITA and would like to make another email server work.
  11. ...and UD has made some arrangements there also. I see none of it on the aartech.ca website yet but I am sure it will come. Likely a little too late for me as I am downsizing a lot and have boxes of things I will likely never get to use again. I have run out of receptacles. Maybe Insteon will put out a wireless receptacle?
  12. The time boxes are not greyed out. The ellipses are shown when the characters are perceived to take up more space than the text box sizes will allow. As @MrBill posted above, change your font size, change your Windows screen magnification factor, or just ignore it and just use the pulldown menus anyway. They still work the same.
  13. It depends which machine you put it in.
  14. FYI:Mine installed and initialised without any problems. I haven't found any changes from v5.4.4 yet though. However is did cause me to spell some words funny.
  15. shhhhhh.... it's a secret upgrade that reports back without your knowledge. oooops! Did I say that outloud? I installed it also. I didn't see any of my bugs I have been watching so I was also looking for a "review" thread. I wasn't sure whether I could start one.
  16. Not for Canada unfortunately. It would likely be cheaper for Insteon to just produce and ship a new one than to pay shipping both ways plus $50 to repair. Sounds like about the $120 CAD mark by the time it's done. Sent from my SM-G781W using Tapatalk
  17. Here is a one program trick I like to use to create an 'inline If-Then' construct inside programs that should work. You will get a notification every time the threshold bobbles from <=5.0000 to >5.0000 kW, if there is no time hysteresis used. I inserted 2 hours as a random amount of time. YMMV. MBR Aux Heat On If 'Emporia / Vue 2 L / L11 MBR Furnace' Killowatts > 5.0000 kW Then Repeat while $iUsageAlertSent = 0 Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To all Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 $iUsageAlertSent = 1 Repeat 1 times Else Wait 2 hours $iUsageAlertSent = 0
  18. There is a problem with the single program in that it will send notifications every second value change. First time the threshold passes 5.0000 kW the variable $iUsageAlertSent will be set to 1. Second time the threshold variable changes over 5.0000 kW the $iUsageAlertSent variable will be equal to 1 and the If section will be evaluated as false, running Else. Now $iUsageAlert will be set back to 0. Third time the threshold changes over 5.0000 kW the notification will be sent again.
  19. Use two programs. The first one senses the event and runs the second program. The second program disables the first program and sends the notification. After the desired time or event the second program re-enables the first program. Techniques like this sometime require a third program to enable the first program to avoid it being 'stuck' in disable mode due to user error or power failure while disabled. I find I prefer using a variable as they are more bulletproof. Sent from my SM-G781W using Tapatalk
  20. Where did the installation put the file? Not where you put it.
  21. I cannot remember the usages I had for it but the hh.mm and hh.5mm varies were used to trigger routines that could not not be event triggered from other sources. IOW polling certain variable or statuses. Been a while now but the hh.5mm one was used to dim lighting on a gradual basis for evening dimming where I didn't want ISY hitting on groups of lights so frequently. Sent from my SM-G781W using Tapatalk
  22. Where was it found?
  23. No idea. Have you checked your firewall settings to see if access is permitted of that file? I have to assume that is OK as writing files is usually more sacred than reading them. I think you should open a support ticket with UDI. I would be sure Michel would like to see this first hand. BTW: Saturday is not usually a good day for support from Michel. Sunday usually is though.
  24. MY polisy system is smaller now but it previously was larger, about 300 Program ad 400 variables. It would take about 2-3 minute to backup and IIRC about the same to Restore it.
  25. Here is one example. The one I posted in another thread. Note the usage of the variable $Scratch.NoFrac (precision=0) . One line of code using a fractional modulus would have done the job of several lines where I had to start over to recreate the same parameter and then use some Integer language math tricks to create a fractional modulus 5 minute variable. (or use the previous resultant, shift it left two places, do an integer modulus 5, and then shift it right two decimal places again to recreate the fractional resultant) I could have used $Clock.scratch %= 0.05 to accomplish this. All the math seems to be there but there is no decimal shift correction included for decimal factors giving arithmetically incorrect answers. I also ran into incorrect program responses creating an automatic evening light dimmer based on the system clocks but not wanting the bank of lights to be hit on every 1 minute. The $sSys.hh.5mm clock was the solution for that one also so the system could do it only once instead of so many programs with the same algorithm calcs. clock.sync - [ID 0003][Parent 0002][Run At Startup] If // Run at Startup enabled Time is 12:00:10AM Or Time is 6:00:10AM Or Time is 12:00:10PM Or Time is 6:00:10PM Then // update $sSys.MM.DD $Clock.scratch = [Current Day of Month] $Clock.scratch /= 100 $Clock.scratch += [Current Month (Jan=1, Feb=2, etc.)] $sSys.MM.DD = $Clock.scratch $sSys.MM.DD Init To $Clock.scratch // update $sSys.hh.mm Repeat Every 20 seconds $Clock.scratch = [Current Minute] $Clock.scratch /= 100 $Clock.scratch += [Current Hour] $sSys.hh.mm = $Clock.scratch // update $sSys.hh.5mm $Clock.scratch.noFrac = [Current Minute] $Clock.scratch.noFrac /= 5 $Clock.scratch.noFrac *= 5 $Clock.scratch = $Clock.scratch.noFrac $Clock.scratch /= 100 $Clock.scratch += [Current Hour] $sSys.hh.5mm = $Clock.scratch Repeat 1 times Else // Run at startup will evaluate False Run Program 'clock.sync' (Then Path)

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.