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.

Xathros

Members
  • Joined

  • Last visited

Everything posted by Xathros

  1. I can't tell from your screenshot if that is an Integer or State variable. -Xathros Sent from my iPhone using Tapatalk
  2. I'm guessing that you have no Integer vars defined thus, no file to be opened, thus the file open failed message. After a quick review, I see nothing but perfect comms. Did any of the operations your tried fail during these tests? -Xathros
  3. Not all dualband devices perform the same in terms of range. Those installed in walls and especially those installed in metal jboxes tend to have poor range. Plug-in modules like the range extenders and LampLinc modules tend to offer better range since they are less obstructed. Perform the beacon test from your existing dual band devices and if you get consistent results indicating a successful bridge, then move on to isolating problem devices. Identify a consistently problematic device and run multiple scene tests against it. Then after filtering suspect devices, repeat the scene tests and evaluate the results. If no or insignificant improvement, then move the filters to other suspect devices until you see marked improvement in the test results. You can isolate entire circuits at a time by turning off their breakers and testing with them off. Keep in mind, this might effect your bridging if any of your bridge devices are on the circuit you turn off. -Xathros
  4. This sounds like simply poor communications on the Insteon network and is not that uncommon. This can happen if you have noisy power supplies/electronics on the line or devices with noise filters built in that actually absorb the Insteon signals as though they were noise. It can also be signal propagation problems across the legs of your electrical feed. Best practices state that you should isolate noisy items or signal absorbing items with FilterLincs. Things like computers, UPS boxes, Noise filtering power strips, many wallwart style power supplies (cell chargers etc) have been shown to interfere with Insteon signaling. You should also ensure that you have reliably bridged the legs (phases) of your electrical feed with Range extenders or other dual band devices. Perform the 4 Tap beacon test from several different dual band devices to ensure proper bridging. Locate the ISY's PLM as close to the service entrance/main panel as possible and preferably on a dedicated circuit not shared with other non-isolated electronics. The set phase bridging devices would also be best close to the main panel with additional dualband devices distributed around the premises as needed for good RF coverage. There are MANY threads on this forum discussing comms diagnostics and procedures. Hope this helps. -Xathros
  5. Awesome! Glad I could help. Now, based on the the above, I am assuming that you are launching the admin console from the ISY Web interface each time. May I suggest that you instead, install the Admin console as an Icon on your desktop and launch it from there. Download and run this file: http://isy.universal-devices.com/994i/4.3.26/admin.jnlp This will create an icon on your desktop for the admin console. Try again to delete the scene using this console and report back. If you cannot delete, try clicking each device within the scene one at a time and look at the displayed info for each device. Do any look strange/wrong/bad ? If so, try removing the bad device from the ISY tree and see if that helps out the state of this scene. I wonder if a /rest/nodes dump from a firefox session would shown anything useful related to this scene... Hope this helps. -Xathros
  6. When prompted to save the backup on your Mac, where are you pointing it? If not a location within your User folder, this may simply be a permissions issue. Try saving to the Desktop, Documents or anywhere else within your home folder. The ISY File chooser often defaults to locations outside of the home folder and many times those locations are not writable. Hope this helps. -Xathros
  7. Xathros replied to bgrubb1's topic in UD Portal
    Hi Barry, If you have reverted to using port forwarding on your router rather than using MLConnect, and in your Mobilinc settings, Host Type is set to ISY rather than MobiLinc Connect, then you will do no harm by buying into the UDI Portal. In fact, based on recent feedback, you will be able to turn off your port forwarding and use the UDI SY Portal address and credentials in Mobilinc to get you connected. Hope this helps. -Xathros
  8. Glad I could help. -Xathros
  9. Just to clarify and put it all in one place... The 4 Tap beacon test is not linking the range extenders. It's simply running a test to help you determine if their placement and circuit choices are correct to allow them to bridge the legs of your electrical feed. These are simply dual band devices with no load control or sensors built in. Since they have no controller or responder functionality, they have no need to be added to the ISY or linked to themselves or anything else. Basically just plug and play as long as they are within range of each other (or another dual band device) and on opposite legs of the electrical feed. Some folks (Teken) recommend DualBand LampLinc modules instead of range extenders as they perform double duty (same bridging function as range extender plus can control loads). -Xathros
  10. Should be able to call a script to get the status from the python module, evaluate the response and set an ISY var with a /rest call based on the response. No? -Xathros
  11. Does DSCLink have io_guy's Relay server built in? If so, then you have everything you need to make this work with the ISY already. A few simple bash scripts is all it would take to complete the interface between this python module and the ISY. Use the Relay server to run the scripts via the ISY's network module. If not, then look at ISYLink or NodeLink both of which offer the Relay server. -Xathros
  12. Just curious, what was the resolution? -Xathros
  13. Excellent. Factory reset of all new or devices being repurposed is the best route for sure. -Xathros
  14. Stu- Understood and I have many such offsets in my programs. Just didn't expect that in this case and since the times here are less trigger and more of a limit of operations, +/- minutes makes more sense to me. Thats why I called it out. Just trying to read between the LoC. -Xath
  15. Howdy smokegrub, Your sensor is likely configured to send On commands only. This is why you never see the status in the console change to Off. You can change that by changing the "On Commands Only" option in the sensor. You don't NEED to however. The simeplest and, in my opinion, best solution here would be to change your program to use Control rather than status: If From Sunset - 30 seconds To Sunrise - 30 seconds (next day) And Control 'Motion Sensors / Deck Motion Sensor / Deck Motion Detector-Sensor' is Switched On Then Set 'Deck Light (TL)' On Wait 10 minutes Set 'Deck Light (TL)' Off Else Set 'Deck Light (TL)' Off This solution has the added benefit of restarting the 10 minute wait with each additional motion detected and will only turn the light off after 10 minutes of no motion detected and/or at 30 seconds before sunrise. Also, did you really mean 30 seconds before sunset/sunrise or was that supposed to be minutes? Not that there is anything wrong with this, just seemed odd to me. -Xathros
  16. In my case, because the HTTPS connection is quite noticeably slower and with a complex Mobilinc profile it becomes to slow for regular use around the house. When away, having to wait 10-15 seconds to check the status once in a while is fine. -Xathros
  17. Because the credentials are different when using the portal and Mobilinc only allows one set of credentials per profile. -Xathros
  18. Hi Chuck, I don't have an answer for you but I can sympathize. Mine crashes during the "Parsing Address ..." phase rather than hanging. I have gone back to regular HTTPS and HTTP for remote/local operation as I use mine both in and out of the house regularly and switching profiles would be too much of a hassle. -Xathros
  19. Barry- I believe Lee's point was that this is an Insteon protocol limitation, not an ISY specific limitation. -Xathros
  20. I believe so but the timing may be such that the ISY is capable of detecting the dupes. As apostolakisl mentioned above, there have been some releases where the ISY would see and act on both receives. My motion counters would double up in these instances. What I am referring to above is single broadcast messages from a device like a dual band switchlinc dimmer taking different paths and arriving at the PLM spaced far enough apart for them to appear as separate messages rather than duplicates to be ignored. -Xathros
  21. I still see this on occasion but have chalked it up to multiple paths of communication resulting in duplicate messages received by the ISY/PLM. An Off received over the power line that turns off my bedroom light then the same Off received moments later via RF after making a few hops and crossing the phase bridge triggering my "Off when Off" trap. Only solution would be for the ISY to wait longer (continue to reject duplicates for a longer period) but then we might miss real commands in higher frequency applications (have to wait longer between paddle presses to use the double off or double on as opposed to fast off/on). -Xathros
  22. It does work as you describe with the emulator. Initially it wasn't clear that you were referring to the mic on the remote. -Xathros
  23. Doesn't seem to work that way for me. I always need to say "Alexa, turn on the..." -Xathros EDIT: As Jon pointed out above, you can issue the commands without the wake word if waking the echo with her remote button. I suspect this is what Stu meant.
  24. Well, it saved me the worst of the work I though I would need to do! Not only did I not need to pull the fan down to deal with this, I was able to accomplish the whole procedure remotely! -Xathros
  25. All set. Removed and re-added. Had to add the Fan and Light back to the various scenes they were previously members of. Did NOT have to fix the programs as after adding the devices back with exactly the same names they had, the programs all continued to show the devices after adding them back. Thanks Lee, Michel and the rest that chimed in on this. -Xathros

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.