Jump to content

HokiePerogi

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by HokiePerogi

  1. Ok...updating the conditions to Status checks will not appear to work. I realize that it is checking a specific state of the light (i.e. 2%, On, Off, 50%). This is not what I need to check. The requirements of the program are: 1. When it's dark outside (separate post explaining issues with schedule in if) 2. And a user turns off the Rec Room Theater Lights 3. And the Rec Room Hall Lights are not on 4. The Rec Room Hall Lights should raise to their on levels
  2. Hmmm.....but doesn't this change the logic of the program? I only want the 'Rec Room Stairs 3-way' to wade up when someone uses the ToggleLinc to turn off 'Rec Room Theater Front' (or when I'm testing the program from the GUI). The change that you are suggesting makes it sounds like the program will trigger constantly throughout the day/night even without someone interacting with the ToggleLinc if it's in an OFF state. My guess is I would need to remove the 'off' condition to prevent it from firing without interact.
  3. Good point upstatemike. Another question then. If I have the program below, how come when I use the GUI to toggle the 'Rec Room Theater Front', the program does not fire? I would like to be able to test this program without having to get up and physically touch the switch. Using the GUI to toggle this switch should be the same thing as doing it at the switch, no? If Status 'Rec Room Stairs Top' is Off And ( Control 'Rec Room Theater Front' is switched Off Or Control 'Rec Room Theater Front' is switched Fast Off Or Control 'Rec Room Theater Front' is switched Fade Down ) Then Set Scene 'Rec Room Stairs 3-way' Fade Up Else - No Actions - (To add one, press 'Action')
  4. I'd love to help out with this as well. I have a Blackberry 8830 (WorldPhone).
  5. I'm trying to generate and install a new certificate. The domain I'm attempting to use is something like: xxxxx.dyndns.org When I my domain into the box, keep key strength at 512, check save, and click OK, I get an error stating: "Invalid SSL Certificate Please reinstall the certifiate" Click OK "Upgrade Failed: java.lang.NullPointerException" Why is this happening? Certifiate is spelled incorrectly in the popup. Thank you!
  6. Ah, okay yardman. I wasn't sure if what I was experiencing was intended or not. To me, it seems once multiple switches are crossed link, using the Off button in the GUI for a non-load switch (out-side of the scene grouping) means the same thing as me getting up and physically toggling the switch. Thanks for your help!
  7. Here is my program that isn't working with the Schedule: If Status 'Rec Room Stairs Top' is Off And-( | Control 'Rec Room Theater Front' is switched Off | Or Control 'Rec Room Theater Front' is switched Fast Off | Or Control 'Rec Room Theater Front' is switched Fade Down -) And From Sunset - 1 hour For 10 hours Then Set Scene 'Rec Room Stairs 3-way' Fade Up Else - No Actions - (To add one, press 'Action') When I remove the schedule clause, this program works as expected. Any help is appreciated. Thanks!
  8. I have a few virtual multi-way implementations installed. I have cross linked the switches in Admin Console by making a scene and having all switches in the multi-way be controllers. My question is, how come when I use the GUI to turn off a non-load switch (via "Off" or "Fast Off" buttons) in a multi-way, the load does not turn off? The status link on my ToggleLinc turns on to show the switch has been turned off, but the load remains on. Is this a bug?
×
×
  • Create New...