Everything posted by stusviews
-
how to get dusk & logs to work on new ISY-994i
Here? Can you be more specific?
-
Newbie Programming Reference
Most up-to-date guide: http://www.universal-devices.com/docs/production/ISY%20User%20Guide%204.2.8.pdf
-
how to get dusk & logs to work on new ISY-994i
What "DUSK" program?
-
Leak Sensors - A (Suggested) Complete Program Package
Ditto.
-
how to get dusk & logs to work on new ISY-994i
Select Schedule
-
how to get dusk & logs to work on new ISY-994i
If From Sunset To Sunrise (next day) won't do anything unless there is another trigger condition. If Time is Sunset (or Sunrise) will be true at that particular time. No other conditions are needed.
-
8 Button Keypad - Buttons Grouping
Every button is independent. Pressing button D, for example, has no effect on button F. If you want a button to control another button on the same Keypad, then create a scene with one button as a controller and the other as a responder and set the level for each button (e.g., on or off).
- Flashing Light Switch
-
Program Help--Time for dinner
You'll need two programs, one if the light is on and another if the light is off. Light is Off If Control 'KPL button' is Off And Status 'light' is Off Then Repeat x times Set 'light' On Wait 1 second Set 'light Off Light is On If Control 'KPL button' is Off And Status 'light' is On Then Repeat x times Set 'light' Off Wait 1 second Set 'light On
-
how to retry sub-program when module is "missing"?
The program will run anytime the status of the Outdoor2 changes to On within the time period specified. Status monitors change, no matter how the status changed.
-
how to retry sub-program when module is "missing"?
Oops What else is in the garage that's on the powerline?
-
how to retry sub-program when module is "missing"?
The Motion Sensor is RF only. If you don't already have a dual-band nearby, then start by installing a Range Extender in the garage.
-
Lost Motion Detector
It'll certainly be a test of cold and wet capability
-
Authorization Failed with Scenes
The PLM didn't. The bad connection did
-
Leak Sensors - A (Suggested) Complete Program Package
A 2842 is Motion Sensor. Do you mean a 2843 (Open/Close Module) which does not have a latching nor a momentary mode or a 2450 (I/O Linc) which does? Or something else?
-
Proper way to set Home/Away/Goodnight mode with ISY
Abusyhouse, I replied here: http://forum.universal-devices.com/topic/14728-can-i-create-a-dummy-virtual-device-switch/
-
Can I create a dummy/ virtual device switch?
If you're willing to give up a secondary KPL button, then Create a scene with only that button as a member Create a state variable, for example, sHome that can take on values 0 (home) or 1 (not home). Create two programs, one that changes the variable to 0 if the button is off and 1 if it's on Create a program folder, for example: DinnerAtHome Place a condition on that folder to run programs within that folder if the state variable is 1 Place the "yes, we are home for dinner" program(s) in that folder, including any program that runs dinner at home scenes BTW, turning that button on while at home will run those programs and scenes
-
Day After Holiday in Notification Program
We've pretty much have four of those now. Missing is a calendar that can accommodate a fixed day that wanders, for example, New Years Day and Independence Day in which the day number is fixed, but the day of the week isn't or President's Day and Thanksgiving Day where the day of the week is constant, but not the date.
-
Assistance with hardwired device
Which Ditek 120/ 240?
-
Running Program Terminates if Condition State Changes?
Yes, the If statement is continuously analyzed. If the program changes the state of the device, then the If part is re-evaluated at that time.
-
3 AM Query Runs - But does not find missing devices??
-
3 AM Query Runs - But does not find missing devices??
If Time is 4:00:00AM Then Set Scene 'ISY' Query Else - No Actions - (To add one, press 'Action')
-
How to monitor a freezer
http://www.dataloggerinc.com/categories/Refrigerator_and_Freezer_Monitoring_Systems/54/
-
Garage Door programming question.
Control is true at the instant that the device being queried changes state either manually or by a direct command. Status is true no matter how the state of the device is changed, for example, via a scene or even if the program itself changes the state.
-
Fireplace Low Voltage Control Switch
Whatever you do do not use the existing wire for 110/120VAC. The low voltage thermostat/control wire insulation does not have the dielectric strength required for line voltage. Aside from not being in compliance with the electrical code, you may start a fire in the wall.