Jump 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.

MrBill

Members
  • Joined

  • Last visited

Everything posted by MrBill

  1. @asperber You may want to open a ticket by emailing support@universal-devices.com I'll add that since it appears the admin console is opening and then throwing the socket error you might need to restart your mac and/or clear the java cache. disclaimer: i've never used the mac implementation.
  2. My Vacation mode isn't automatic, it's just now rolled into the same variable used for away, the only way Away can become =2 is if it's set or reset manually. When set to 2 basically the Fake Lived In look lighting programs are activated and geo-location control of the Away variable is disabled (not that either phone would come home but it eliminates a potential point of failure. My HVAC is simpler than yours, I still use a Nest because it gives me a $100 annual rebate from the power company, the nest isn't even controlled via ISY anymore because nest doesn't want to share. (I've been going to fake hook up the nest so the power company can think they are controlling it and switch to Ecobee but I've never gotten around to that project.)
  3. With the ISY you won't have to reload different programs when you return. To get you started I'd suggest you create a "state variable" called "Away" or "Vacation". Assume that variable will always be 0 for OFF or 1 for ON. Now as you create programs you can include IF $Away = 1 THEN.... or even more complex IF $Away = 1 AND ON TUE Time is 8:05AM THEN.... and likewise conversely you can IF $Away = 0 ...... THEN... How does AWAY get updated? One way is manually, just set the variable to 1 or 0. Another way is you could have a button on a 6 or 8 button keypad set to turn away mode on or off. In my original setup I used a modified version of that, the button would turn away mode ON anytime someone pressed it, but to actually get away mode to turn off you had to know the secret: Turn on 2 specific lights the would be off in away mode, and then open AND close the laundry room door then you had 10 seconds to press the Away button to turn it off. I've since updated the whole Away mode logic to be automatic, using the ISY portal, and the App Locative to create a geofence. Now if BOTH my phone and my wifes phone are not home Away is automatically set, or if ONE OF us arrives home it's cancelled. In the process of making that update I also decided to make the variable Away have two more values, instead of just 0=Off and 1= On my programs now all recogize 4 values for Away: -1=Away mode off, geofence disabled; 0=Away mode OFF, geofence can enable; 1=Away mode ON, geofence can disable, 2=Away Mode ON, Geofence can't disable. Previously I also had a second variable called Vacation which had more automated lighting controls, I've now consolidated that to be included with Away = 2. And that button on the 8-button controller that previously controlled Away mode.... it's now just an indicator light for Away, it no longer controls the state of away mode. You can still do exactly that.
  4. I agree, it seems backwards to me as well.
  5. try logging in via a regular computer browser at https://alexa.amazon.com then delete all devices and scenes that are ISY related. then say "Alexa, discover devices". I find it's about 3 times faster and easier to see the list if you use a full browser over the app.
  6. As written if the second opening is during the wait it will restart the wait, so one minute after the second opening. There is a way to force the one minute wait to expire and the light to shut off before it can be re-triggered. Takes 2 more lines in the 2nd program: Entry Light Off - [ID 0006][Parent 0046] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Disable Entry Light On Wait 1 minute Set 'Rooms / Entry / Entry Ceiling Light' Off Enable Entry Light On Else - No Actions - (To add one, press 'Action')
  7. I agree with @larryllix use search to see if you have another program controlling the device. Also sometime watching the "Programs" > "Summary" tab in the Admin Console can help find never ending loops. You can sort that page in various ways by clicking the column heading, clicking it twice reverses the sort order. "Activity" twice will put "Running" programs at the top (under any folders). "Last Run Time" twice may be beneficial also.
  8. Each Controller in scene has it's own scene attributes. In your case there are 2 scene controllers: "IRLinc E" and the ISY itself (whose scene attributes are set at the root level of the scene or as shown in your screenshot "Theater TV end"). In other words the root level scene is what happens when the ISY itself controls the scene, each RED Controller entry in the tree also has its own attributes that must be configured.
  9. I'm not certain that you gave UDI a fair chance. Sure they may give standard answers the first time around, I know it's frustrating. I went through this with them a few months ago, I couldn't get the admin console to open. Just like with your problem, they told me to do all the things I had already told them I had already done. I was a bit frustrated because there was a simple thing I set out to accomplish that day and it was suddenly taking hours. You know what happened next? Michel opened up a remote session and spent an hour with me sorting out an ugly java issue. I also know that you don't need to initiate a chargeback through Paypal. UDI always happily refunds anyone for anything when they ask.
  10. If you mean that in the admin console on the portal tab of the configuration section it says "registered" but that's still showing pending in the portal, then perhaps refresh the portal page, or even shift-refresh the portal page. If that doesn't help log out of the portal and log back in, if that still didn't help open a support ticket support@universal-devices.com
  11. MrBill replied to bmiller's topic in ISY994
    Are these strips 5050, 2835, 3528, etc? or are they individually addressable--which is different technology. ? Assuming 5050, 2835, 3528 style, that's an unusual problem. Green Lights is a single LED of the RGB color scheme, purple is not--it's a combination of Red and Blue. When we diagnose problems with this style strip the best test is to set GREEN and observe, then set BLUE and observe, then set RED and observe. All other colors are just a combination of those three. What we normally see completing that test is that sections of the strip just don't light under one or two of those 3 color combinations, they don't suddenly make a mixed color--like purple. Anyway if it's a 5050-like strip as discussed in this paragraph and your getting weird results in a single section of the strip, not where it's been cut, then it likely means the strip has been physically damaged at that point, and is likely beyond normal repair.
  12. I'd recommend updating to 5.0.16C at least, as it's the most stable of the 5.0.X releases. There really isn't much "new" for Insteon because Insteon hasn't changed much. That said, there should be some much needed Insteon bug fixes coming soon sometime in the future.
  13. Posting some screen shots might help. This forum makes that easy, if you're on windows press [Windows Key][Shift][S] to open the snipping tool, make a screen grab, which goes to your clipboard automatically. Then when replying to this thread just press Ctrl-V and your screen grab will be pasted into the message. Also, The most commonly misunderstood part of scene programming is that each controller in a scene has it's own attributes. If switch A, B, and C are all controllers each has it's own scene settings or attributes. Then the Scene itself also has a set of scene settings or attributes, those are used when the ISY is the controller.
  14. The Insteon on/off Outdoor Module has an LED next to the outlet. The LED is Red when the module is off, and Green when it's on. and of course LED off (or unlit) would indicate the module itself isn't getting power. Next time it's "off" when it's supposed to be on check that LED. If the module is actually turning off (red LED) that's not reflected by the KPL (still ON) as you indicate, then I would use the FIND feature in the admin console to look for other programs that are addressing the Device (Outdoor Module) itself and not the scene. Edit to add: Also in the admin console: Tools > Diagnostics > Show Device Links Table. After that runs use the "Compare" button to find out if the links in the device are what the ISY expects to be there. If not, right click the device and "Restore Device". If all else fails try a factory reset of the Device, followed by Restore Device as above.
  15. I have to defend UDI on this one. If they were a larger company maybe not, but for a company the size of UDI the roadmap is going to be ever changing. After a discussion in another thread, I spent considerable time yesterday afternoon reflecting on this. Lets make up a hypothetical. Lets say the Energy Engineers from the state of Yahtzeetah called up UDI and said we'll give you a guarantee for 50,000 ISY's over the next 12 months if you can support our emerging Y-wave protocol for load shedding by the end of this year. It would probably be stupid for UDI to pass up that deal. But guess what? All development priorities just changed! That said, while I understand ever changing priorities and the difficulties of publishing a roadmap for this size of organization, I don't understand why some much needed bug fixes to a Beta, that calls it current releases "RC"s, are allowed to sit and collect dust and cobwebs for multiple years.
  16. Another tool that I find easier when troubleshooting duplicates is to log into https://alexa.amazon.com from a laptop and full web browser. (I find it easier to review long lists than the app.)
  17. Comcast has HORRIBLE DNS, and one of the problems is they may redirect fails to advertising. Haven't used google DNS in years, because I hate google's data collection and profiling, at one time google DNS was also sluggish at times (but since I haven't used it in recent history I can't say). I point everything on my network to my router (ubiquiti) for DNS, the router caches and uses 1.1.1.1 (cloudflare), 208.67.222.222 (open DNS), or 9.9.9.9 (Quad9) in that order for any required lookups.
  18. the setting does go away everytime Java updates.
  19. That instruction is also included in the first post of this thread with the installation instructions for 5.2. Look for the section appropriately titled "Java runtime memory (when Admin Console is very slow to respond)"
  20. If the first statement is correct it sounds more like a JAVA problem with the admin console. Before compounding the issue I would encourage you to open a ticket with UDI support. support@universal-devices.com
  21. @coreywilner I had that problem with mobilinc pro and actually quit using mobilinc for that and another reason. After the thread the @TrojanHorse linked came around I tried to get mobilinc to fail again, it never does, but we also don't use it like we used to, so it's hard to say why it happens, but you're not dreaming. My recommendation is for Agave as a replacement. Agave actually makes it easier to connect directly on your home network when home or through the portal when you are away. there is another half dozen items that are a toss up as to which is better in some cases agave wins in others mobilinc pro. I agree with others tho, auto rebooting the ISY in not the answer.
  22. The ISY does not have an internal battery. The ISY uses an SD card as it's non-volatile memory or "hard disk". If you experienced failure during a power outage it may be indicative that it's time to replace the SD card (although I don't think SD cards normally fail with that symptom, but it's possible.)
  23. Looks like a twist lock plug, I can't tell which NEMA configuration. Is it 240V or 120V? 240v 20 amp grounded is likely NEMA L6-20. if that's the case you could utilize a definite purpose contractor (big relay) with a 120v coil and then use the Insteon on/off device of your choice to power the coil.
  24. It appears you have multiple accounts both on the forum AND on the portal. This likely requires direct help from universal-devices to untangle.
  25. Add the button that is not being turned off to the scene that the button in the bedroom controls. When you add the button to the scene the bedroom is controlling it will be a responder.

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.