Everything posted by slpelts
-
isy 994i & garage door opener
I have the isy994i & Garage Door Sensor (2450) IOLinc v.41 recently I had to replace the isy. I have a program that fires when the garage door opens and closes. Control 'Garage Door-Sensor' is switched off and same for on it never fires now. i can manually via ISY program open & close door. the sensor reads on and off when it should so that part works just the program doesn't run. i guess because it doesn't detect it?? any help is appreciated thanks
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
- Restore
-
Restore
Power light is only light on or blinking I was in the ISY Admin and in help it said upgrade to whatever version... sorry I don't know which one. it did a backup then started the upgrade. no communication with device since after about 20 minutes I power down the ISY and plugged back in nothing except power light
-
Restore
Yes did back up before did 'upgrade' isy-994i Pro no idea on firmware. but can't imagine it was old version as I try to keep up to date yes at same location, same network. can no longer ping device i have tried to reset it after 20 minutes w/o a response on network I know it has memory card which I could access to format or whatever.. thanks
- Restore
- Restore
- Stop Multiple Firing of Program
-
Stop Multiple Firing of Program
I have a Program that I want to run that fires when the controller button is pressed. I don't want it to trigger while it is running. I created state variable $ThermWarmUp and set it first line in the THEN block. however the program then exits. any suggestions on how to address this? thanks If Control 'MBDR Controller (5)' is switched On And $SeasonWinter is 1 And $ThermWarmUp is 0 Then Send Notification to 'SteveEMail' Set 'ThermD' 69° (Heat Setpoint) Wait 2 hours Set 'ThermD' 65° (Heat Setpoint) Send Notification to 'SteveEMail' $ThermWarmUp = 0 Else - No Actions - (To add one, press 'Action')
-
Program vs. Scenes
What has got me at this point trying to use scenes, most of my devices are appliance types because of fluorescent. I create the scenes and set the appliance to 0% and when i turn on the scene the appliance modules turn on then quickly turn off. This is quite annoying..
-
Program vs. Scenes
What i am trying to get a grasp of is why use scenes vs. using a program to do what you want? If in many cases i have to write code to do exactly what i want, for example, turn down the air when i go to sleep for an hour, then have the temp go up. this cools down the house but doesn't burn energy all night. I don't believe that can be done in a scene also, i use a keypad link as a 'flag' to indicate who is home and not. based on this info i do different things in a program
-
Scene Question
ok this works mostly by setting the appliance type modules to 0% however, the ones that do work, if initially off turn on then off. then there are those that just turn on and stay on. any thoughts?