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.

MikeB

Members
  • Joined

  • Last visited

Everything posted by MikeB

  1. I concur. On some of my larger scenes I need a WAIT as well. Try between 1 and 4 seconds, choose the shortest WAIT that works reliably for you.
  2. Actually, you leave the scene exactly as-is. The program exists only to "correct" the status of the KPL for you. Rand's program would work fine, but personally I'd do this: If Status 'KPL Button 4 Device' is not Off And ( Status 'Living Room East Wall' is not On Or Status 'Living Room South Wall' is not 40% Or Status 'Living Room Track Lights' is not 40% ) Then Set Scene 'KPL Button 4' Off
  3. Is it possible you have a new public IP address? From a PC within your LAN, go to the following site: http://www.whatismyipaddress.com Compare the address to the URL you are using to access your ISY. If they are the same, you might try rebooting your router.
  4. MikeB replied to Michaelv's topic in ISY994
    An address prefixed by HTTP:// implies port 80 unless otherwise specified. HTTPS:// implies port 443. If you have 2 devices on your LAN you want to access via HTTPS, you would either need: - 2 public IP addresses and a router that supports it - assign the devices unique ports If you have a device that's accessible from one network but not another (3G vs Edge), I would assume either one of the networks is blocking your traffic for some reason or you are experiencing some sort of latency/timeout issue on one of the networks. By defining a custom port for your webcams, you're adding a bit of security because a hacker might not be looking for an open port 551 (for example), but if they see an open port 80 they'll know it's some sort of web server. Regarding hacking techniques, I'm sure I'm not up on the latest and greatest but there are port scanners that will automatically scan ranges of IP addresses and try EVERY port, listing the open ones. Much easier than manually guessing IPs and port #s. That being said, does a hacker care about the webcam pointing in your backyard or even at your child's crib? Probably not, but you never know.
  5. MikeB replied to viglone's topic in ISY994
    Thanks Brian!
  6. MikeB replied to viglone's topic in ISY994
    I'm not aware of a way to make it disappear, other than making the window too small. Does it appear if you maximize the window?
  7. MikeB replied to viglone's topic in ISY994
    Open up My Network Places and on the left side of the window click on "Show icons for networked UPnP devices".
  8. NTP servers are time clock servers that are available for PCs, servers, and other devices for syncing to ensure extremely accurate time. Check that box and force a sync and I think you'll find that the time is very accurate. Your PC might already be syncing with an NTP server.
  9. Hmm, I'm not sure then. Any reason why you don't simply sync daily with an NTP server?
  10. Do you have the ISY setup to synchronize with an NTP server? If so, your PC's clock is probably off and your ISY goes out of sync with it when it syncs with your NTP server.
  11. No, not at this time.
  12. MikeB replied to Wooper's topic in ISY994
    Thanks for the referral, Rand! Wooper - If you want to use an IR remote with no line of site to the ISY, you have a couple of options: 1 - Use an IRLinc from Smarthome, which we support: http://www.smarthome.com/2411R/IRLinc-R ... ter/p.aspx 2 - Use an IR to RF repeater. I've heard some people have good results from the inexpensive units Radio Shack sells: http://www.radioshack.com/product/index ... Id=2049642
  13. You could use an ISY program to extend the WAIT if you'd like. Instead of adding the Motion Sensor to your scene, create an ISY program to trigger based on the status of the motion sensor. The biggest downside would be a slight delay in response.
  14. Neal - Glad to hear. Sorry for your troubles - I wish we didn't have to deal with these anti-virus / firewall issues to begin with! Thanks for sharing the information, and please keep us posted on Trend's response.
  15. Hey Neal - Unfortunately I'm not very familiar with Trend so can't offer any specific advice. However, look for a way to exclude a URL and/or IP address from its scanning - and exclude the URL/IP for the ISY. I'm not certain what other functionality might be affected, possible firmware updates and maybe more. I took a quick look at this documentation: http://www.trendmicro.com/ftp/documenta ... 1%20AG.pdf I assume this matches the version you are running. If so, check out sectio 5-13 and create a firewall exception to and from your ISY (all ports). You might also want to disable the Web Threat Detection on 5-15 to see if that helps. If it does, you may want to adjust its settings as well. Good luck, and please let us know how you make out.
  16. MikeB replied to oberkc's topic in ISY994
    You may want to consider running a 'restore device' on any problematic devices, especially if links on that device were programmed with 2.6.13. That firmware was using i2 commands to program newer i2-capable devices, but some users experienced issues programming links with those commands. The newer firmware uses i2 commands only for devices which REQUIRE it (Motion Sensors, etc.), but any links programmed with 2.6.13 could still be corrupt. Otherwise, you may be having typical comm issues as Rand pointed out above. Please let me know how you make out.
  17. Windows Firewall will not cause any issues. Do you have any anti-virus software that may be interferring? If so, please try to disable it completely as a test. Also, please try closing all web browsers and clearing your Java cache: http://www.universal-devices.com/mwiki/ ... Java_Cache
  18. MikeB replied to aLf's topic in ISY994
    Not sure I quite understand, but the initial program will change to true if, during the specified time periods, the 'Garage Lantern S' switch is turned FAST ON (double-tap ON). When do you want it to go false, when you turn the 'Garage Lantern S' switch off? If so, you could try changing the IF statement to: If ( From Sunset To Sunrise (next day) ) And Control 'Garage Lantern S' is switched Fast On And Control 'Garage Lantern S' is not switched Off
  19. MikeB replied to oberkc's topic in ISY994
    If you're running 2.6.13, I would highly recommend upgrading to our release firmware 2.7.0. Please post back if that does not resolve your issues. Thanks
  20. Check out the wiki article here: http://www.universal-devices.com/mwiki/ ... ion_Sensor
  21. Not sure if this will help, but you might try factory resetting a problematic device, then doing a Restore on it and see if it helps.
  22. Sounds like are trying to combine what should be two separate conditionals. Try this instead: If From 12:00:00AM on 2009/04/01 To 11:59:59PM on 2009/10/31 And Time is Sunset + 15 minutes
  23. MikeB replied to aLf's topic in ISY994
    START CONTROL PANEL PROGRAMS (only if not in Classic View) JAVA SETTINGS button DELETE FILES button
  24. The thermostat should be in manual mode for the ISY to control it. Personally, I don't use the thermostat's automatic modes at all (unless I want to disable ISY control). Please see the following link to see what I'm doing with my office thermostat - maybe it will give you some ideas: http://forum.universal-devices.com/view ... thermostat
  25. Hi Joe 1 - A scene is a group of devices that are linked together in ways that you specify. Some devices can be controllers (when pressed, they control other devices in the scene) or just responders (they simply respond to controllers in that scene). For example, if you want to link 2 switches together so they both control your kitchen table lights, you would create a scene and add them both in as controllers. Or, if you want to link a switch and a lamp module together so the switch controls the lamp, you would create a scene and add the switch as a controller and the lamp module as a responder. 2 - You should ALWAYS link your devices through the ISY (using scenes). If you link them manually, the ISY will not be aware of those links and you will have problems. 3 - Sounds like you linked the RemoteLinc and LampLinc outside of the ISY, so your ISY does not know that the RemoteLinc turned the LampLinc on. You should unlink these devices manually, then re-link them using the ISY. As for your example, you can certainly create ISY programs to do what you ask - but since the RemoteLinc does not have any visual feedback like the LED on a KeypadLinc, you won't know for certain what your current mode is (without looking at the Admin Console). Personally I'd find a KeypadLinc much more suited to this.

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.