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 have one of three GH minis that I have unlinked and relinked several times but will not accept HA commands still. The other two GH minis, magically repaired themselves without any help from me AFAIK. After almost a week of rebooting and relinking I just gave up. It just sits there with only Internet information - news, weather, q&A. get tired of GH controlling devices I did not want changed.
  2. My feeling is that google is changing their security frequently, and after awhile, users consider the constant barrage of "Update your security", just junkmail. if you ignore one, things stop working eventualy. They will not be ignored and want to own you. Google is becoming the equivalent of MicroSoft, constantly installing new ways to obsolete your system when they want to sell new products, using the "you are at risk" scare tactic. This has recently started with Win 7 now.
  3. Mine has me locked out for a few weeks now. I am still working as well as GH ever worked (not very well at all wit it's grouping assumptions and lack of understanding more than any two words) It seems google keeps playing with security and they constantly send out requests for your password on mobile phones and other Google controlled browsers as they discover new ways to annoy users in the name of the world coming to an end via hackers. I believe I got one warning months ago that somebody was attempting to use my google ID for a location and website I was not familiar with. I refused it, and I now I fear it may have been the ISY Portal without proper identification. I cannot find any way to re-approve the ISY Portal account into my google permissions. I have found a google webpage to remove/manage accounts individually, but there does not seem to be any way to re-instate an ISY portal account access, once refused. I think that google assumes this to be all automatic from the request end, but never forgives or asks the account holder again. My wife and I talked today about getting rid of the three Google Home devices. They have been nothing but a PITA so far with performane and google constantly changing their security methods and forcing users to update. Google does not support anything but themselves very well while Amazon supports most connections to google.
  4. Yeah, I only have 13 older models and no newer models but I understood ISY, as is (alpha) could give you enough to use them now. I know UDI has been waiting for the complete spec from SH for years now.
  5. I don't have one but posts state they are completely functional as factory set????? Most Insteon devices have some way to set all options built in without ISY.
  6. Welcome to the forums! You would still use "Get". This is not an information direction but rather a Ethernet protocol specification where all the information is carried in the URL.
  7. larryllix replied to pinlawr's topic in UD Portal
    NodeLink has an option to reboot ISY manually or automatically upon NodeLInk update.
  8. Well, the stack thing was a bit of a jest and probably not worth all the effort, but it is good to know about the strings in progress. I have used shifting list algorithms in ISY before with up to 10 variables. A small ISY program handled it satisfactorily.
  9. Sounds like a variable state stack process starting here. UDI! Can we have stack type variables where we can push and pull values in/out of a stack type variable? We should only require a depth of up to 32?
  10. Can you post examples? This could be real interesting to many here.
  11. Here you go. Looks like UDI is starting to investigate. Further input may help.
  12. Stusviews uses a spare SH Hub to program them.
  13. No. Please join into Apostolakisl's current thread regarding this.
  14. Doesn't it come with a 6' cable?
  15. Separate scenes for each level you want to have are necessary to do this with scenes. This may get complicated but one step at a time.... Create all the scenes you want to use. Create a program for each scene and in the If sections put a STATE variable equal to a different value. Like this If ....$sVariable = 1 Then ....set DimScene On Else ....blank For all the rest of the scenes add one to the number so $sVariable = 2, 3 ,4 etc.. Always add an Off scene and a program with If ....$sVariable = 0 Then ....set sceneOff On You can drop these into a custom folder you create, so you don't have to ever see them again. Now to prove these are working go to your $sVariable you created in the State folder, and type some values into it to test them out..... Cool eh? Now you can write your programs easily testing what state the lights are in and do things based on that. If ....(Control Switch1 is switched On ....OR ....Control of Switch2 is switched On ....) AND ....$sVariable < 7 <----maximum lighting = full on Then ....$sVariable += 1 Dont forget this one If ....control switch is switched Off Then ....$sVariable = 0 I suggest you use numbers that are in some kind of order to make it easy to just increment the $sVariable when you want brighter or decrement it when you want dimmer. Or you could do it by expected order in time.
  16. Another obscurely documented feature of the older style, and I imagine they kept it in the newer units, is the immediate send of dark detection. Tap the button seven times very quickly and it will send it's current light detection level without any delay of sensing. Well it still has a delay of about 5 seconds to detect instead of 3-5 minutes.
  17. No. The bottom four truth table lines show '--' for the sensor input. The manual seems to explain that the relay responds differently for each sensor state. Since we are beating the manual to a pulp it would be good to show those combinations not working if they actually don't. Due to this mode being one of the primary design application features of the ioLinc, I believe the manual could be correct and your table doesn't show the combinations with the changing logic for each input. I only use one to indicate garage door position and do not control mine so I have no experience with the manual shown hookup and alternating logic based on sensor input.
  18. I was using Android 4.4 and the Alexa app was missing many newer features without any mention of being half crippled. Android 5-7 shows many more features despite running the same app. Amazon sucks for this arritude.
  19. That may explain some of it! I think I have experienced that, wondering if I should pull over and wait for them.
  20. There doesn't seem to be logic shown for ISY operating the IOLic under the Momentary B condition. You have a note that ISY cannot operate the relay at all but IIRC some garage door users make it work from ISY. Being that it was designed to be used in that weird alternating lockout logic mode, was something missed in your testing for that mode? The combination isn't shown on the chart from ISY, but only from another linked controller.
  21. Yes but your program will oscillate as you are affecting the same devices that you are sensing. Each time you turn a device on and the sensing sees it your program will restart then.. When it turns it off your program will restart Else.. What are you trying to accomplish? Get your thoughts and logic together and people can help you. At that stage you may have solved your own questions too. Better to detect the MS by using the if Control MS is Switched on. It can only run the Then section state from the logic. Status will trigger Then or Else. If ...Control of MS is Swtched On ...AND ...From X oclock ...To Y oclock (next day) then ...repeat 5 times ......Set scene to On .....set scene Off .....wait 2 seconds ...repeat 1 times ....leave lights where you want them left with v4 else ......blank
  22. Yeah, some of the newer xenon bulbs have height adjustments in the car to compensate for suspension tilt etc. (Mazda is one) and the driver adjust those highly focused beams incorrectly. This shouldn't even be legal. My next door neighbour and I share rides occasionally to the theatre in the next town. He has this newer Mazda and is wondering why everybody is flashing their lights at him. After about a month of this he read the manual and tells me there is an adjustment for height on the dash. Geeesh!! These things are so focused you can see the distinct line of the light and dark on the forest trees, miles ahead.
  23. LOL. I have been writing software since 1973 and python3 is a huge learning curve for me. The documentations is terrible and everybody offers guesses. LOL Try the parenthesis around each logical comparison first. I don't think my python3 behaves correctly and I have never spent the time to investigate but I have had lots of problems with compound logical comparisons not function the way I thought they should.
  24. My son bought a massive house a few years old with illegal wiring in it. Trouble is there is nothing you can do about it. By the time you figure out the washing machine has a defective GFCI receptacle making it erratic, located behind a built in fridge in the kitchen, it's years down the road and no court is going to sit and listen to things, when you had an idiot rated home inspector go through it to your satisfaction, before laying down your Bitcoins. Half the walls would have to be ripped apart to fix all the white hot wires used in the upstairs wiring. Every month or so when I visit I find another gottcha' that should be cause for gun ownership in Canada. What can be done? Sell it to some other unsuspecting non-tech sucker, that may never know some receptacles have no power. Not nice, but either was the purchase. Buyer beware. In my next life I wouldn't touch a house with work that looks like a self-styled contractor. Who knows what evil lurks in the darkness of the walls?
  25. As per KeviNH, I do a similar thing. While writing code, I do a print('XXXX routine:', param1, param2) on the first line of every function. If there is problems you can read the list/log and determine what got sent where. Once things are working reliably then comment out all the first line print(..... lines and leave them there for later debugging, if ever needed. This is not involving ISY or the pi, but rather, only your program code.

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.