Jump to content

TJF1960

Members
  • Posts

    1808
  • Joined

  • Last visited

Everything posted by TJF1960

  1. Please forgive the intrusion but I have a couple of questions. Isn’t the natural state of an empty program false after creation? Do you have another program which puts the flag true in order for the main program to run? Also after a power failure is there a program to return the flag to true? Could you set up the main program to look for a false, then during the main programs running the flag was turned true, then after execution it was turned false again? Thanks, Tim
  2. Quote from SH forum by slee "One added tip if you want the off light on a keypad to never light up which is perfect for a bedroom would be to put the On / Off part of the keypad in non-toggle mode. Here is hou to do it. In the old keypads from over a year ago you would just push the off button once and then press and hold the set button fro three seconds then release and do it again for three seconds and release and then one more set of three seconds. Now push the On button and the one will light up but when you push the off it will not light up. In the newer keypads you will have to do this proceedure twice meaning the first time you do the 3,3,and 3 second step it will only put the keypad in non-toggle Off you will need to do the 3,3 and three one more time to put the keypad in non-toggle ON." Tim
  3. FWIW I received a new I/O Linc about 2 weeks ago with the latest programming (V1.2R) (v.34). After linking with the ISY I tested the trigger off memory after a power failure. It still didn’t retain the trigger off selection. Come to find out SH did fix the trigger off function, but it will only work properly if you first link it manually with other devices, then you can link it into the ISY. I don’t understand why it won’t work properly linking it to the ISY then creating scenes thru the ISY, but it wont. After I manually linked the I/O Linc I added it to the ISY, re-arranged some scenes and removed power for the I/O, then re-applied power and presto, it retained the trigger off memory! Although, as MikeB pointed out, the sensor still shows up as “On†in the admin. console when the garage door is closed, but, it has been working perfectly since. Tim
  4. Out of curiosity Rand, Steve, how far away is the WB station you both are monitoring for your light levels? I have been thinking about experimenting with the light levels but the nearest station is 26 miles away and conditions can vary greatly with that distance. But at the same time I’m not sure if it would make a whole lot of difference with light levels. What do you think? Its too bad all the WB stations do not offer the light data, I have a station a few miles up the road but it only offers temp rain and wind speed. And it only updates about every hour. Under these circumstances its too bad we cant monitor 2 stations and select the useful data from each station for programs. I could use the light data from the distant station and all the rain and temp and wind speed from the closer station. Thanks Tim
  5. Same thing here. It started for me after 2.7.6 install.
  6. TJF1960

    On Level?

    Hey Rich, Is Dining Room: Light the name of your device or is it a scene? If the device you want to "Adjust Scene" to is already in a scene, then you don’t have to create a new scene in order to adjust its local level/ramp rates by program. But if the device isn’t in a scene already, you will not find it listed in the drop down menu (at least that is the way it was for me in 2.7.5 and it is still that way for me in 2.7.6). By adding the device into a scene, at least once, the device then will be available in the drop down menu. By the way, if you go to the main device page and select the device you are changing the local levels to (not the scenes but the actual device), when the program runs and changes the local on/ramp levels you should see the local device settings change automatically. If you don’t then either the program isn’t running as it should (does it turn true) or then try air gapping the switch and see if that helps. Tim
  7. TJF1960

    On Level?

    Hi Rich, In the example it looks like you had selected the scene in the “In Scene†drop down box instead of the device in that scene. If From 10:28:00PM To 10:30:00PM (same day) Then In Scene 'Dining Room Ramp Rate Scene' Set 'Dining Room: Light' 50% (On Level) Else - No Actions - (To add one, press 'Action') By selecting the scene you are adjusting the device in the scene, but it has no affect on the local level of the device. To change the local on level of the SL device you will want to select that SL device from the drop down box in the “In Scene†selection. Try changing it to: If From 10:28:00PM To 10:30:00PM (same day) Then In Scene 'Dining Room: Light ' Set 'Dining Room: Light' 50% (On Level) Else - No Actions - (To add one, press 'Action') You can also adjust the ramp rate in the same program if you wish. To adjust the ramp rate select the same device as in adjusting the on level. Then in the drop down menu for the device scroll down past all of the on levels and select the ramp rate level you desire. If From 10:28:00PM To 10:30:00PM (same day) Then In Scene 'Dining Room: Light ' Set 'Dining Room: Light' 50% (On Level) In Scene 'Dining Room: Light ' Set 'Dining Room: Light' 4.5 Sec (Ramp Rate) Else - No Actions - (To add one, press 'Action') As a side note, I have used fairly new SL and Icon dimmers (purchased around June of last year and newer) with this and have not had to air gap the switches after the program runs. Tim
  8. Hi Adam, I can tell you for sure the trigger off reset problem is in the IO link and Steve L. from SH is working on it. He seems to think in a few days they will have it figured out. By the way Steve is the man to talk to with any technical problems to do with Insteon. He has gone to great lengths to help me with some issues I have had in the past. Very nice guy, and very helpful. What I cannot comment on is the color code for the contact switch since I didn’t order that particular kit. I am sure someone here will be able to answer that for you though.
  9. Actually, one thing I like about the last run option is that after reboot the isy retains the last run times of programs, so the last run option when called will work after reboot….but you have quite the complex setup and to make the change over would be like starting over and I am not entirely sure it would be a cure all. You will probably need something to trigger the program after reboot since the true/false if statements and the 2:00:00AM time probably already occurred before or during the power failure. What I use is a program which runs on reboot. The reboot program when run waits for 30 seconds for the ISY to go thru its reboot process then sends me an email, then waits for 10 more seconds (all the while the program reads true) then turns false. Program "Reboot" If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Wait 30 seconds Send Notification to All Wait 10 seconds Run Program 'Email at Reboot' (Else Path) Else - No Actions - (To add one, press 'Action') I would insert: “And Program ‘Reboot’ is False†in your If statement of Wake Temp at 6:00AM program (and all the other programs like this). That way when this previous statement turns false again it triggers the program to start. If the power were to go out 2 hours into the process, what would you prefer to happen, the program to resume or quit? Of your 16 main programs, are they mainly the same events, just different timings? I may have a few other ideas which may pan out but I have to take off right now. Tim
  10. Hi Illusion, You are right, now that I see your program and understanding you have 15 other similar ones along with numerous support programs, I don’t see an easy way to utilize the last run option to keep your wake schedules on track after an outage without rewriting and adding lots more programs. If you wanted to start or restart the correct wake program after power is restored (within a window of time after it was supposed to have run that is) I see a couple of different ways to go. But I think your right, the ups will be the easiest solution to keep the programs on track. But one of the problems with that is, as an example, if power is reapplied during the wake program the only actions which will execute will be the ones after power is reapplied. So if, in your example program, if power is reapplied 10 minutes after the program starts then nothing will happen for 2 hrs and 50 minutes at which time the bathroom shower heater will turn on. I guess it all boils down to what is acceptable, and what is not…… Sorry I wasn’t more help. Tim
  11. Can you use "Last Run Time" instead of "Wait" in your programs?
  12. I will be looking forward to more information and the additions to the ISY as well. I do not have the EzFlora yet but it is on my list, soon! Thanks Alan for the great information. Tim
  13. TJF1960

    Print Programs

    Is there a way to print a complete list of all programs?
  14. Hi Darrell, Thank you for taking the time to post such a great example. I have read and re-read this post and will continue to do so. There are great techniques shown here that can be used in many different program applications. As a relative newcomer to ISY and Insteon I really appreciate example programs such as this and others like it. I have learned so much more by following the forums and the wiki than I would have without them. By the way, might I suggest this post would be a great addition to the wiki? I hope that, as time permits, more in-depth program examples can be added and shared on both the forum and wiki. Thanks again for a great job. Tim
  15. Hi Michel, Thanks for the reply, one more thing. If you press File > Restore devices from the top of the administration console and you don’t enter setup on MS’s, will the ISY restore all devices it can and bypass devices not in setup mode? Or will it stop when it cant restore one of the devices? Thanks, Tim
  16. Hi Rand, Thanks for the reply. Would you suggest, or do you ever air-gap many of your devices or pull the batteries on the motion sensors while linking KPL’s which typically take longer to program, and seem to be finicky sometimes? Tim
  17. During a linking session with the ISY which was linking 2 KPL’s and an appliancelinc, one of my motion sensors (2420m) tripped which turned a couple of scenes on. After the ISY was done linking I noticed one of the KPL’s wasn’t operating the appliancelinc properly (and it was this KPL that was being programmed when the motion tripped). So I removed the 3 devices from the scene, then recreated the scene. While the ISY was programming the devices I made sure none of the motion detectors tripped. Would it be a good idea to prevent the motion detectors and other wireless devices from transmitting during device programming? Actually taking it a step further would it be a good idea to prevent all data transmission while devices are being programmed? Thanks, Tim
  18. I have some questions regarding the restore function for a 6 button KPL. Do you manually restore each node, or by restoring one do all 5 get restored? If the load is controlled by a motion sensor (2420) do you have to enter setup mode on the MS before restoring? Thanks, Tim
  19. How about this. Program "No Run Dates" If From 12:00:00AM on 2009/07/22 To 11:59:00PM on 2009/07/22 Or From 12:00:00AM on 2009/07/29 To 11:59:00PM on 2009/07/29 Or From 12:00:00AM on 2009/08/05 To 11:59:00PM on 2009/08/05 Or From 12:00:00AM on 2009/09/16 To 11:59:00PM on 2009/09/16 Or From 12:00:00AM on 2009/12/25 To 11:59:00PM on 2009/12/25 Or From 12:00:00AM on 2010/02/25 To 11:59:00PM on 2010/02/25 Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') Then the folder with the programs you dont want to run on those specific dates. Folder "Special Dates" Folder Conditions for 'Special Dates' Add conditions to limit when programs in this folder are allowed to run. If Program 'No Run Dates' is False Then Allow the programs in this folder to run.
  20. You will still need an x10 transceiver or something similar (like the EZX10RF from http://www.simplehomenet.com/cats.asp?id=10) to receive the transmission from the x10 motion sensor. The transceiver will then transmit the data on the power line where your plm/ISY will recognize it. I have not used the EZX10RF so I cannot comment on how well it works with ISY, perhaps someone who uses one can comment.
  21. Very nice catch, Thank you. I have corrected it.
  22. I know it would be a pain, and may void warranty, but you could wrap the sensor in black electrical tape, although the ISY console would show the Dusk/Dawn as On. But it would eliminate the unneeded transmissions. Or perhaps you could figure out the resistance needed to switch to dawn and install that value resistor in place of the sensor. Then the ISY would show it as Off.
  23. Seems to me if a program disables itself, it will require either manually enabling it or another program to enable it before it can run again.
  24. I have had this happen a couple of times also.
  25. Hi Michel, I have had problems with the Find/Replace step in the past. I just realized why. When I have had to replace a device I would use the Replace function to replace the device. Then I would Remove the old device before I used the Find/Replace. At that point the device was listed as “unspecified device†in the programs and Find/Replace wouldn’t work at that point, for me anyway. So in the future I should Link, Replace With (device), Find/Replace (programs)(then check for status updates from the device in the console), then Remove (device). Do I have it right now? Thanks again for your help. Tim
×
×
  • Create New...