
MikeB
Members-
Posts
1821 -
Joined
-
Last visited
Everything posted by MikeB
-
I could certainly be wrong, but my understanding that setting a program to RUN simply tells it to start running now, but doesn't necessarily set it to ALWAYS run.
-
Hey Frank - Thanks for the suggestion. I think that would work, but then if the ISY were rebooted it would not start - unless I set it to 'run at reboot'. Anyone have any opinions on whether or not this would be a 'cleaner' solution?
-
I'm beta testing a product which needs to be queried to know it's current state.
-
There have been reports on Cocoontech of users with the Elk/PLC combo experiencing random lights coming on. You might want to run a search on there. I have never heard of this with the ISY, so I suspect it is somehow Elk-related.
-
I edited my original post after the fact. I didn't want bad code floating around. Thanks Michel.
-
Don't take it so literally. You need to find the IP address of your ISY. When you open the admin interface, the web browser with the UDI logo will show you the IP address in the address bar. So, if your ISY's IP address is 192.168.1.102, you would: - click START, then RUN - type in CMD and hit enter - in the black box, type: TELNET 192.168.1.102 126 Good luck!
-
Correction. This is the code I am testing/using: If From 12:00:00AM To 11:59:59PM (same day) Then Repeat Every 10 minutes Set 'OfficeLight' Query Else - No Actions - (To add one, press 'Action')
-
What's the best way to query a device every 10 minutes? Would something like this be OK: If From 12:00:00AM To 11:59:59PM (same day) Then Repeat Every 10 minutes Set 'OfficeLight' Query Else - No Actions - (To add one, press 'Action') ..or am I missing something more efficient? Anyone have any sample code they'd like to share? EDIT: CORRECTED CODE
-
Keep in mind that with the ISY-99, power is supplied through the PLM. I doubt the PLM would behave if plugged into a UPS. So, question is - is there a way with the ISY-99 to NOT use the power supplied by the PLM and use the AC adapter plug instead? That way the PLM could be plugged direct into the wall, and the ISY could stay on a battery backup. Of course, I can't think of a current use for the ISY-99 without a powered PLM anyway. But, I can understand why a user might want to keep it running to avoid a reboot during a small power outage.
-
I'm heading out too, but you can email me off of www.techav.com . Drop me an email there, and I'll send you my PayPal account info. Thanks!
-
Hey Jim - I keep trying to send you a PM, but the forums is erroring out. Let me know if you don't get it.
-
Hey Jim - I'm not aware of any firmware issues with RemoteLincs. All of mine seem to performed equally, and I've never read of any substantial changes. The used one does, however, say rev 0.92. My new one says rev 1.0. Yes, I do have a PayPal account. Feel free to PM me.
-
Huh.... I read up on it, and confirmed what you wrote - but I could have SWORN when I was using this I had my theater lights on A1 and A2, and my driveway lights on B1 and B2 and I was able to control them through my Harmony remote without flipping the house code on the IR543. If I had time I'd set it up again to verify.... but mine definitely says just IR543 on the bottom.
-
To be honest, I think a beta ISY-99 would probably be more stable than an X10 solution. Keep in mind that the ISY-99 is pretty much an ISY-26 Part II - pretty much the same firmware, but with the addition of IR support. And IR control for me has been rock solid. Yes, that sounds right. You select the house code via a dial on the unit. The device has built-in hard buttons you can use to send unit codes 1-8. However, the IR port will accept unit codes 1-16. I'm not sure if you can use an IR remote to send house codes other than what's currently selected. So you may be right about the 16 code limit. However, I'm pretty sure I've used it in the past with various house codes on a single remote/IR543. My Harmony 880 has the IR543 in its database. If it's important to you, you may want to look into how bright/dim commands would work. That could be an issue.
-
Hey Jim - I'm using my Harmony 880 with the ISY-99's IR, and love it. Very responsive, very reliable, very flexible. If you're considering moving up to the ISY-99, you might want to check and see if UDI still has any beta units left for sale. Otherwise, I think the only shipping IR interface would be the X10 IR543. I actually have one up for sale on Cocoontech. If you can get a consistent powerline X10 signal to your PLM/ISY-26, it should work well - but with a second or 2 delay compared with a native Insteon solution.
-
How about the free Excel viewer: http://www.microsoft.com/downloads/deta ... laylang=EN
-
After you set the rate through the ISY, go to the switch and physcally soft reset it (pull the airgap for 5 seconds, then softly push it back in - do not hold).
-
I have no problem using programs to determine the status when I need to. But, if it would not take much effort, and have no downsides, I'm all for having the ISY keep track internally.
-
I have a 650+ light pre-lit tree (bah humbug) with incandescent mini lights. My Kill-A-Watt says it's using 255 watts. I'm controlling it with an Icon On/Off adapter rated at 480 watts.
-
I can confirm that this is possible with the beta ISY-99i/IR PRO. The control commands are FADE UP and FADE DOWN.
-
Good point. Everyone's preference will be different, and I think it depends on how and how often you use these scenes. You could easily change my "cleanup" code to something like this if you prefer Mark's suggestion: If ( Status 'KitchenBar1' is Off And Status 'KitchenMain1' is Off And Status 'KitchenTable1' is Off ) And Status 'KitchenControls1G' is not Off Then Wait 2 seconds Set Scene 'KitchenBreakfastStatus' Off Else - No Actions - (To add one, press 'Action') Do whatever works best for you and your family. The beauty of the ISY is that you can do all these crazy things, and customize it exactly to your liking!
-
aLf - Check out my thread here: http://forum.universal-devices.com/view ... ight=#4109 Let me know if you still have any questions.
-
Good find! I've never noticed that before, but just tried and was able to duplicate your issue.
-
This is what I prefer when I setup 'scenes' on my KPL. My scene buttons are lit when activated, but the indicator light will go off if any members of my scene are adjusted at all. If the indicator light is not on, I'll know that the scene is no longer set.