-
Posts
14968 -
Joined
-
Last visited
Everything posted by larryllix
-
How does one get rid of multiple google accounts linked to the GH app? I remember it was almost impossible to get the app to support more than one account but after deleting every ISY device, unlinking GH from the UDI account, for each GH device, uninstalling the GH app, deleting all memory remnants out of my mobile phone, and then power cycling it, when I reinstall the GH app, it still re-installs with all the same three accounts, and the UDI devices are still remembered without downloading them again, if I link to UDI . I have repeated this almost a dozen times now for the last two weeks but ISY portal will NOT download the device setup as it reports permission was refused. Multiple linked accounts cannot be removed anywhere I can find in the GH app. I do NOT used multiple accounts for HA. It was an attempt to use a shared calendar without sharing an email account only. This doesn't seem possible with Google. Unless somebody can instruct me how to make this work, the GH minis are going to get dumped soon. I have spent too many weeks on this now. Any help would be appreciated.
-
What are you regulating/varying the load with, and what are you measuring power with? I am not sure these things are measuring actual power but rather just current (probably not true RMS either) and multiplying it by a fictitious voltage factor. If this is the case, only average current would matter, and real power would not matter at all. Direction of power (less than zero = negative values) would be irrelevant and you would not be able to test that anyway. Power factor may do more crazy things so that it may respond to VA load instead of only real power (watts). If they actually do measure power (more complex) the nature of your load and test equipment becomes important to these tests. Setting your hysteresis higher than your trigger load may causes nonsense responses from these cheaply made devices. I have used two of these now and they both appear to be settable exactly as the names of the parameters suggest. I hope you factory reset your units properly before attempting anything on them. This can be a tricky process. You wouldn't believe what I have experienced before factory resetting some Insteon devices. I have had devices that sent out reversed statuses.
-
No. No. And no. The delay is stated as on delay. The trigger is the level an On is sent. Hysteresis is the difference between the Trigger on level and the off level. The Off send level is the Trigger level minus the hysteresis. Sent from my SM-G930W8 using Tapatalk
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
NodeLink has an option to reboot ISY manually or automatically upon NodeLInk update.
-
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.
-
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?
-
Can you post examples? This could be real interesting to many here.
-
Here you go. Looks like UDI is starting to investigate. Further input may help.
-
Stusviews uses a spare SH Hub to program them.
-
No. Please join into Apostolakisl's current thread regarding this.
-
Doesn't it come with a 6' cable?
-
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.
-
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.
-
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.
-
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.
-
That may explain some of it! I think I have experienced that, wondering if I should pull over and wait for them.
-
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.
-
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
-
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.