Jump to content

MikeD

Members
  • Posts

    362
  • Joined

  • Last visited

Everything posted by MikeD

  1. Michel, Thank you for taking the mystery out of why this is happening. Now I can deal with this issue without frustration. I do run Symantec Norton Security Suite on both systems, turning off the firewall on the notebook using WiFi does not improve the results. Running hard-wired into the network works 100% of the time. ~Mike
  2. This is what I would start with; Create three Scenes, say 1st Floor, 2nd Floor, 3rd Floor. You can name them anything you wish, I'll just use them as an example. Place all the devices you wish to control as responders in the three Scenes. Then create a Bedtime program; If Control 'Bedtime' is switched On (this is your KPL button) Then Set Scene '1st Floor' Off Wait 10 seconds Set Scene '2nd Floor' Off Wait 10 seconds Set Scene '3rd Floor' On The Wait time may be shorter or longer depending on how many devices are in each Scene. ~Mike
  3. Michel, I also experience the intermittent lack of "current state" column displayed and there seems to be a link to this problem with WiFi access. I never experienced a problem with my wired network desktop however accessing the admin console with my notebook via WiFi was always unpredictable. I just ran a quick test, first trying via WiFi and all "current state" was blank. I then plugged the notebook into my network, disabling the wireless, and logged-in to the admin console with "current state" showing normally. I repeatedly logged-in five times in a row, each time with "current state" column populated. I then unplugged the network cable, reverted back to WiFi and logged-in to the admin console. This first time via WiFi the "current state" column did display properly, however the next three log-in tries were blank. To make things more confusing the "current state" column did appear normally in the next few WiFi log-ins attempts I made. I ended the testing at that point. Both systems are running Windows7 I do believe accessing the admin console via WiFi has some bearing on the problem. ~Mike
  4. Johnny- Yes, that would be correct as also would not work properly with a plain dimmer. Brian- All good points and if you are doing your own device replacements you are liable for damages inflicted upon yourself. I have seen you mention this point in other posts and never thought twice about replacing the switch with a dimmer before you brought the subject up. I have had an X-10 dimmer module there for a good 15 years before replacing everything with Insteon. That switched outlet is used for room lighting since there is no overhead lighting in the room. Your comments do make the point that I would have to replace that KPL if I were to sell my home. Thank you! I apologize to jjwinston, my intention was not to hijack his post. ~Mike
  5. JJ, Sorry, I didn't mean to ignore you. Just trying to digest what you were trying to say. Is your KPL8 a 2486DWH8? Just trying to clarify. So the KPL-A button controls an outlet and also is a controller of the 'Family Room' Scene? If you are pressing the KPL-A button it uses the On Level (Applied Locally) of the KPL so take a look at that setting. The On Level of the KPL in the 'Family Room' Scene would be used if the Scene is called by a program. ~Mike
  6. Brian, Although you are probably correct in that it is unsafe to do so, (I am not an electrician) I question what else would you have plugged into a switched outlet? I have a KPL installed controlling 1/2 of an outlet that was obviously setup to be used for a plug-in lamp in one of my rooms. I never thought about the ramifications of plugging something else into that outlet since that is the obvious purpose for the outlet. ~Mike
  7. Wow, I have not used that condition yet in a program but knowing that an 'Or' will function as expected (and is functionally the same when written with an 'And') is good to know. Thank you! ~Mike
  8. Lee, One question that has puzzled me for a while. If Control 'Front Porch Switch' is switched On And Control 'Front Porch Switch' is not switched Off From your explanation of the above and my understanding of And / Or statements these two can never be true at the same time therefore would always be false triggering the Else. It is obviously not the case or this program would not function. Why is it not written as an 'Or' instead of 'And' condition? In my mind this would result in; 'Control is switched On' would run the 'Then' clause, and 'Control is not switched Off' would run the 'Else' clause. ~Mike
  9. I ordered a refurbished Harmony 900 for a very affordable price. Works so well controlling all my A/V equipment that now I am considering adding the IR option to my ISY. ~Mike
  10. At Sunrise -30 min (next day) the If statement becomes false so you need to turn the Scene off in the Else Statement. Else Set Scene 'FRONT_LIGHTS' Off ~Mike
  11. This is the vintage SwitchLinc I have, purchased from SH back in December. That is also where I downloaded the manual from that had no mention of the "Phased Bridging Detection Mode" so maybe they removed that function. I would try it but would rather as the sayin goes "leave well enough alone" and be happy everything is working as expected. I am learning right along with you with much help and guidance from the forum members. ~Mike
  12. Funny how the procedure for "Phased Bridging Detection Mode" is no longer referenced in the revision of the manual that I have; SwitchLinc™ Dimmer INSTEON® Dual-Band Remote Control Dimmer Owner’s Manual (rev 5.0+) (#2477Dxxx) Rev: 7/24/2012 10:26 AM However it does list "Phase bridge detect beacon = Yes" in the Sepcifications at the end of the document. ~Mike
  13. Lee, Glad this was something I could assist with. I'm fairly new to the ISY world and read most of the posts. With that in mind I must say you are the one, along with a few others here, that I have to thank for giving the most thorough explanations that help new individuals understand how the ISY operates. ~Mike
  14. Started with the my SwitchLinc (2477D v.41) in the Off condition 1) Paddle press Fast On - the lights come on 100% 2) Paddle press Off - the lights go completely off 3) Paddle press On - the lights go to my "On Level [Applied Locally]" setting ~Mike
  15. I have v.41 SwitchLincs and they operate the way you describe all previous versions operate. Repetitive On paddle presses (not Fast On) cycle the SwitchLinc from the Local On Level to Full On to Local On Level. Also tested the following sequence: 1) Press ON, let the lights come up to the defined level - Correct 2) Press ON again, let the lights come up to full brightness - Correct 3) Press OFF, let the lights go completely off. - Correct 4) Now press ON once, what happens? - The lights come up to the defined level ~Mike
  16. There is only one example I have seen posted by wwat that may work: viewtopic.php?f=27&t=10348 His example is about 14 posts down on page1 with program examples and a screen shot of his 'Bathroom Scene changes' folder. I have used this method to set an integer variable from 1 to 10 to store a device's status then later using it to restore the light level of that device. It is a work around but does the job. ~Mike
  17. I believe you do not want this setting, my IOLinc is set to Momentary A. The Sensor input of the IOLinc is used as a Controller in a Scene to turn a KeypadLinc Button On, or whatever is in the Scene. The Relay output of the IOLinc is used as a Responder in a Scene to control your Garage Door. So you need two separate Scenes to make everything work. Garage_Door_Relay_Scene <-Garage Door-Relay KeypadLinc_Button_A Garage_Door_Sensor_Scene ->Garage_Door-Sensor KeypadLinc_Button_A The KeypadLinc Button you use should be set to Non-Toggle mode. Non-Toggle [On] should work for you just fine. ~Mike
  18. NHWA: I see your review at Smarthome, it is still there. ~Mike
  19. MikeD

    Error Log Question

    Ah, yes... I know it will come in handy some day. Thanks ~Mike
  20. MikeD

    Error Log Question

    I didn’t find anything useful when I searched the forum, my search returned too many finds and I probably did not go back far enough. Oddly when I searched using Google I think I found the answer to my question. http://www.forum.universal-devices.com/ ... 63&start=0 Just didn't look hard enough I guess! I did have the Event Viewer in Level 3 and never turned it off. I had mistakenly thought that if you closed the window it became inactive. ~Mike
  21. Hi all, I am unsure why my error log is filling with this information. I believe this started yesterday when I upgraded to 3.3.8 from 3.2.6. This is only a small portion of what is there. Thu 2013/01/10 04:30:28 PM System -170001 [HTTP] 192.168.1.250:53556->1040 Thu 2013/01/10 04:30:28 PM System -170001 [HTTP] 192.168.1.177:53910->1040 Thu 2013/01/10 04:33:00 PM System -170001 [HTTP] 192.168.1.177:53913->1040 Thu 2013/01/10 04:39:25 PM System -170001 [HTTP] 192.168.1.250:53695->1040 Thu 2013/01/10 04:39:25 PM System -170001 [HTTP] 192.168.1.250:53698->1040 Thu 2013/01/10 04:39:25 PM System -170001 [HTTP] 192.168.1.250:53699->1040 Thu 2013/01/10 04:59:28 PM System -170001 [HTTP] 192.168.1.250:53945->1040 Thu 2013/01/10 04:59:28 PM System -170001 0: GET-->/desc Thu 2013/01/10 05:16:03 PM System -170001 [HTTP] 192.168.1.250:54265->1040 Thu 2013/01/10 05:16:03 PM System -170001 0: GET-->/desc Thu 2013/01/10 05:17:34 PM System -170001 [HTTP] 192.168.1.250:54318->1040 Thu 2013/01/10 05:19:05 PM System -170001 [HTTP] 192.168.1.250:54339->1040 Thu 2013/01/10 05:19:05 PM System -170001 0: GET-->/desc Thu 2013/01/10 05:51:24 PM System -170001 [HTTP] 192.168.1.250:55165->1040 Thu 2013/01/10 05:51:24 PM System -170001 [HTTP] 192.168.1.250:55168->1040 Thu 2013/01/10 05:51:32 PM System -170001 [HTTP] 192.168.1.250:55174->1040 Not familiar with what the -170001 [HTTP] means and why these entries are happening. Otherwise everything is working fine. The two IP addresses are my main PC and an iPad the MobiLinc is running on. I just happend to look at the error log. Thanks ~Mike
  22. +1 Ordered my ISY last month, installed it and replaced all my X-10 devices in the past few weeks. Having a great time configuring all the scenes and creating programs. All done by researching user collaboration here on the forum. It is cool to be an ISY user. ~Mike
  23. Hi all, Installed my ISY about a month ago and learning much by reading posts on this forum - thank you for helping us newbies. I too was fuzzy on how the ISY handles conditions and finding this conversation very enlightening. However one thing that has helped me understand how programmed conditions are handled is to watch the Programs-Summary tab as I use a SwitchLinc next to my PC to trigger an event. The explanations given by apostolakisl in this thread become very clear when I setup a program using 'Control' vs. 'Status' and watch the program run in real time. The program response when using the 'Control' command was not what I expected. But now I understand after watching when the program runs and when it does not. This by no means clears everything up but it does help! ~Mike
  24. oberkc: Yes you are right! thanks for correcting me, I'm still learning... ~Mike
  25. Did not purchase the kit, just the I/O Linc and a normally-closed magnetic switch. However I wanted the sensor status to show Off not On when the garage door was closed! So I ordered a normally-open magnetic switch which works the way I wanted. Sensor-On=Door open Sensor-Off=Door closed ~Mike
×
×
  • Create New...