
slpelts
Members-
Posts
89 -
Joined
-
Last visited
Everything posted by slpelts
-
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
-
Firewall is NOT enabled Chrome, IE, Firefox but if there is no ip address this would be irrelevant Windows 10, OS X. take your pick again same as above, if no ip address then....
-
I have a network switch that is plugged into a Cisco ASA remember, this all worked until I attempted to upgrade the ISY software
-
I am confused by your terms.. plug what directly in to Modem? what switch? I have USB/Serial plugged directly into the ISY. when plug in network cable it does not come up on the network
-
changed to DHCP but nothing still I am thinking the BIOS needs to be reflashed
-
I see IP for device is what i set it to but still no response when on network
-
ok now connected via terminal to ISY. get nb> prompt CT [enter] gets me -- unrecognized command I didn't see any login prompt
-
I am a network engineer. The ISY is not getting an IP address. I have network smart switch and can look at switch to see all info. I have scanned the network and no ips for the ISY
-
ok. what settings do I need to talk to the isy via serial? baud, stop, bits....
-
a new personal image wouldn't hurt either!!! thanks for helping the timing could not be worse for me but as with electronics it is the nature of the beast
-
Yes, familiar with the SD card. Pulled it out and checked that it is readable with files on it. thanks
-
I am hosed!!! pushed reset button down for 60 seconds never rebooted or went out... thanks for all help i have contacted support
-
ok I am game for a factory reset. can anybody point me to the step by step instructions on how to do that? thanks
-
I have scanned the entire network and the device is NOT on the network. I have software to identify all IPs on network I have smart network switches and it isn't there
-
the ISY doesn't show up on the network so don't think admin console will find it??? it was programmed w/ static ip address
-
no good. unplugged ISY & PLM downloaded and installed latest Admin Console plugged in PLM wait plugged in ISY power light only run admin console msg .. ISY Finder: not found
-
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
-
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
-
I just crashed my ISY... I did upgrade and it is now dead... can somebody point me to how to restore it? I cannot ping it or anything at this point thanks I am frantic as time is so limited now
-
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')
-
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..
-
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
-
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?