Jump to content

doubleshot

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by doubleshot

  1. So are we not going to see any future updates for the isy? Seems like it's been quite a long time since I've seen an update.
  2. @TJF1960 - you are correct. yes, only when the lights are switched on via the switch. there's no other switches in the house (besides an all off button) that control the bathroom lights. @brad77 - good idea. that might work, i'll try it again when i get home. one additional program to stop that program if you actually turn off the lights manually.
  3. that's what i was afraid of, it does look like that's what it's doing. any ideas on how to get this type of program to work? what i want to do is: when the two lights are turned on wait 15 minutes turn on and off the 1st.Bath1.Light.Shower and 1st.Bath1.Fan repeat 4 times then turn the lights to 50% wait 2 minutes then turn the lights off
  4. Also to mention the last run time updates as well every 15 seconds on both programs.
  5. It never gets past the first commands. As soon as it dims the lights to 1% it restarts the program, the lights stay dim for 15 seconds and get bright again. Always repeats it seems as soon as the first dim action. The last part of the program should set the condition to false as it should because I want the lights off at that point.
  6. don't do a "from", do a "time is" for the schedule ... that should give you the desired result.
  7. guys, for some reason this isn't working properly and i can't figure out why. for some reason it just keeps restarting the "bathroomblink" program without continuing. I'm running version v2.7.7 (note, i have the 15 seconds in there as a test, it's really going to be 15 minutes) any ideas what i'm doing wrong??? Program: Bathroom If Status '1st.Bath1.Light.Shower' is not Off And Status '1st.Bath1.Light.Overhead' is not Off Then Run Program 'BathroomBlink' (Then Path) Else Run Program 'BathroomBlink' (Else Path) Program: BathroomBlink If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 4 times Wait 15 seconds Set '1st.Bath1.Light.Shower' 1% Set '1st.Bath1.Fan' Off Wait 2 seconds Set '1st.Bath1.Light.Shower' Fast On Set '1st.Bath1.Fan' On Repeat 0 times Set '1st.Bath1.Light.Overhead' 50% Set '1st.Bath1.Light.Shower' 50% Wait 2 minutes Set '1st.Bath1.Light.Shower' Off Set '1st.Bath1.Light.Overhead' Off Set '1st.Bath1.Fan' Off Else Stop program 'BathroomBlink' i've also tried this variation of the program: Program: Bathroom If Status '1st.Bath1.Light.Shower' is not Off And Status '1st.Bath1.Light.Overhead' is not Off Then Run Program 'BathroomBlink' (Then Path) Else - No Actions - (To add one, press 'Action') Program: BathroomBlink If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 4 times Wait 15 seconds Set '1st.Bath1.Light.Shower' 1% Set '1st.Bath1.Fan' Off Wait 2 seconds Set '1st.Bath1.Light.Shower' Fast On Set '1st.Bath1.Fan' On Repeat 0 times Set '1st.Bath1.Light.Overhead' 50% Set '1st.Bath1.Light.Shower' 50% Wait 2 minutes Set '1st.Bath1.Light.Shower' Off Set '1st.Bath1.Light.Overhead' Off Set '1st.Bath1.Fan' Off Else - No Actions - (To add one, press 'Action')
  8. ahh, i missed the sneak preview. how's development going? need a tester?
  9. always nice when it's easy like that!
  10. nevermind, i'm an idiot. If Status 'Dining Fan Light' is not Off Or Status 'Kitchen Overhead Light' is not Off Or Status 'Living Sconces' is not Off Or Status 'Media Side Door Light' is not Off Or Status 'Office Overhead Light' is not Off Or Status 'Stairs Overhead Light' is not Off Then Set Scene 'BbuttonON' On Else Set Scene 'BbuttonON' Off
  11. i'm having a similar problem with turning on and off lights. thought i'd respond to this one as it's pretty close. If Status 'Dining Fan Light' is not Off And Status 'Kitchen Overhead Light' is not Off And Status 'Living Sconces' is not Off And Status 'Media Side Door Light' is not Off And Status 'Office Overhead Light' is not Off And Status 'Stairs Overhead Light' is not Off Then Set Scene 'BbuttonON' On Else Set Scene 'BbuttonON' Off if you turn on a light it doesn't change the status of the indicator. however the following program functions correctly (but a two button push is necessary because it's not switched on when a light is turned on). If Control 'Front Door B - All Status' is switched Off Then Set Scene 'All Lighting' Off Else - No Actions - (To add one, press 'Action')
×
×
  • Create New...