Everything posted by MikeB
-
Can't log into ISY remotely
Please check out our Wiki article here: http://www.universal-devices.com/mwiki/ ... o_Your_ISY This site offers good instructions on configuring different routers: http://www.portforward.com/ If you can't figure it out you may want to submit a trouble ticket and someone can schedule a time to help you out.
-
Can't log into ISY remotely
Is it possible that the port forward setup in your router has been disabeld somehow? Have you logged into your router to check if it is still there?
-
Keypad buttons status to match device conditions
I don't use an ELSE statement in my version, but in Rand's version - yes, I would if necessary.
-
Keypad buttons status to match device conditions
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.
-
Keypad buttons status to match device conditions
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
-
Can't log into ISY remotely
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.
-
By Pass Logn
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.
- System
- System
- System
-
ISY's clock doesn't cooperate
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.
-
ISY's clock doesn't cooperate
Hmm, I'm not sure then. Any reason why you don't simply sync daily with an NTP server?
-
ISY's clock doesn't cooperate
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.
-
Program X10 address from the ISY?
No, not at this time.
-
Master - Slave
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
-
off timer for Insteon Motion sensor
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.
-
New user; unable to save programs
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.
-
New user; unable to save programs
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.
-
current state wrong
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.
-
New user; unable to save programs
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
-
True/False Question
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
-
current state wrong
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
-
How do I add motion detectors in 2.7.0?
Check out the wiki article here: http://www.universal-devices.com/mwiki/ ... ion_Sensor
-
ISY won't reset, won't speak to PLM
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.
-
What Am I Missing Here???
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