
62vetteefp
Members-
Posts
120 -
Joined
-
Last visited
Everything posted by 62vetteefp
-
On my 6 button I have 3 buttons marked HOME AWAY SOJOURN When I push any of the 3 buttons I want the others to turn the LED to level 2 off. What am I doing wrong? For the below the home and sojourn buttons do not change (they are on/15) when I hit the AWAY button.
-
I want to use an insteon dimmer switch 2477D to turn on/off a 2635-222 module. I made up an ISY program so that a double tap on the 2477D turns on or off the 2635. Works great, However the double tap also turns the light that the dimmer switch controls on and off. Is there a way to have the switch not effect the light it is directly controlling with the double taps yet turn the controlling light with a single tap? Hope this makes sense. thanks
-
New insteon tstat- ISY not communicating to iRule
62vetteefp replied to 62vetteefp's topic in ISY994
Never mind. I needed to go into the iRule builder and tap the tsat picture and put in the new tsat 6 digit code. And then save iRule and then sync my devices. -
Have three insteon 2441TH tstats. Replaced two that went bad. One of them is now communicating with ISY(did not at first but seems to have resolved itself) and the tstat info is shown correctly in the administrative console (current temp, set temp, etc.). However iRule on my iPhone and iPad is not showing the info (does show it from my other tstat). On the iphone it has a clock with a red circle in the upper RH corner. On the iPad there is a spinning circle over the non-working tstat. What do I need to do? I assume the tstat itself is fine but somehow I need to get ISY to send correct data to iRule.
-
thanks. It is working with the isy revision. However I am a bit confused since I have used the www shortcut to the isy for a year or two and now it did not work.
-
I opened the search command from the windows key and put in javacpl.exe. It could not be found. I then went to all programs/Java/Configure Java and the Java Control Panel opened. I put in http://www.universal-devices.com/99i/ in the exception list, applied and then OK. Same issue above happens when I open the link.
-
thanks but that takes me to a blue page with "Home Settings Help Admin Console" across the top. When I tap the admin console it does the same thing that I explained above. I cannot get to the console.
-
I open the program with http://www.universal-devices.com/99i/. Website opens (Please keep this window open!) one. Console does not open after though. I have uninstalled and reinstalled JAVA with no success. In the lh box where the JAVA is I see the other website tab I have open peeking through. What can I try? I have unpowered the ISY device and plugged back in. I tried this site: isy.universal-devices.com/99i/admin.jnlp A java box opens and looks like it is starting something but then goes away with no message. Thanks.
-
Lee I do not understand. At 6:00 am on Wednesday the tstat read set point of 80. My program says between 5:30 am and 8:00 am the setpoint then statement says set point should be 75. The other tstats have similar programs at the same time and they read 75 setpoints. Kitchen If ( On Mon, Tue, Wed, Thu, Fri From 5:30:00AM To 8:00:00AM (same day) Or On Sat From 7:45:00AM To 9:29:59PM (same day) Or On Sun From 7:45:00AM To 9:15:00AM (same day) ) And $S.vacation is 0 Then Set 'Kitchen Tstat-Main' 75° (Cool Setpoint) Else Set 'Kitchen Tstat-Main' 80° (Cool Setpoint)
-
Not sure what is not working here. Three 2441th Insteon stats. Right now upstairs tstat says it is 71 with a set temp of 75 Master says 69 with a set temp of 75 Kitchen says it is 68 and a set temp of 80 It is 6:00 am Upstairs program If ( On Mon, Tue, Wed, Thu, Fri From 5:15:00AM To 6:15:00AM (same day) Or On Sat From 10:00:00AM To 9:29:59PM (same day) Or On Sun From 8:00:00AM To 9:15:00AM (same day) ) And $S.vacation is 0 Then Set 'Upstairs Tstat - Main' 75° (Cool Setpoint) Else Set 'Upstairs Tstat - Main' 80° (Cool Setpoint) Kitchen If ( On Mon, Tue, Wed, Thu, Fri From 5:30:00AM To 8:00:00AM (same day) Or On Sat From 7:45:00AM To 9:29:59PM (same day) Or On Sun From 7:45:00AM To 9:15:00AM (same day) ) And $S.vacation is 0 Then Set 'Kitchen Tstat-Main' 75° (Cool Setpoint) Else Set 'Kitchen Tstat-Main' 80° (Cool Setpoint) Master If ( On Mon, Tue, Wed, Thu, Fri From 5:00:00AM To 7:00:00AM (same day) Or On Sat From 7:00:00AM To 9:29:59PM (same day) Or On Sun From 7:00:00AM To 9:15:00AM (same day) ) And $S.vacation is 0 Then Set 'Master Tstat - Main' 75° (Cool Setpoint) Else - No Actions - (To add one, press 'Action') Why is the Kitchen at setpoint at 80?
-
Do not have.
-
I will do the set test tomorrow. Is a ups a power supply strip? All the items listed are plugged directly into an outlet box wired directly into the breaker box.
-
The modem/router/PLM/ISY are all plugged into a box that comes right out of one of the circuit breaker boxes. Just to be sure I understand, the way I have the above powered means I do not have a UPS?
-
I ran the test. I have some switches that blink green, some red. However I have two circuit breaker boxes next to each other. Do I have four legs? All my devices are dual band except the tstats.
-
So what is my next step to determine the communication error? I do think I have gremlin issues in my house. I could not communicate properly with a wireless tstat and ended up going to a wired one. Also sometimes lights do not follow the program and come on. iRule has issues with dropped commands. In a long line of commands the projector lift does not always go up. I ended up putting the up command in more than once to assure it goes up. I guess I need to document the issues better to help root cause.
-
thanks, trigger reverse is not checked. What else could cause this?
-
How do I get to the page showing the trigger reverse? I see it in a chart in wiki but cannot find how to get to that chart on my ISY. Also this happens infrequently. I think 3 times in a month.
-
I have the sonin 00752R water sensor hooked up to the Insteon 2450 low voltage module in my sump pump. I have it so when it is wet it sends an email. Working great for weeks but I have now gotten 3 emails this past week (not in a row) at 3:00 am saying water detected. I do have the 3:00 Set Scene 'ISY' Query program. Any idea why I get this email? thanks
-
How to send email if tstat set point changed at tstat
62vetteefp replied to 62vetteefp's topic in ISY994
Is M1_Temp_S something you made up or some kind of value for each thermostat? And wouldn't an email get sent every time the tstat set temp changed, even if changed by the ISY program? -
How to send email if tstat set point changed at tstat
62vetteefp replied to 62vetteefp's topic in ISY994
Insteons, no elk. -
How to send email if tstat set point changed at tstat
62vetteefp replied to 62vetteefp's topic in ISY994
Thanks, I can see how that would work. However I have 3 tstats running 3 different programs each and multiple days/times within these programs. To set that up would be mind boggling for me! I was thinking that when the setpoint changes it does tell ISY in the log and somehow that action could notify me. -
Is there a way to have ISY send an email if the temperature set point is changed at the tstat? Just cannot figure out the IF statement. The closest I can figure out is below but does not work: If Control 'Upstairs Thermostat - Heat Ct' is switched On Then Send Notification to 'Chris email' Else - No Actions - (To add one, press 'Action')
-
What happens if the program overlaps? In this case I used 9:29:59 and 9:30. What if I would have used 9:30 for both the end of one program and the beginning of another?
-
So much to learn!!!!!! And anyone can jump in on my behalf!!! If ( On Mon, Tue, Wed, Thu, Fri From 3:45:00PM To 9:29:59PM (same day) Or On Sun From 11:00:00AM To 9:29:59PM (same day) ) And $S.vacation is 0 Then Set 'Kitchen Thermostat-Main' 68° (Heat Setpoint) Else - No Actions - (To add one, press 'Action')
-
If $S.vacation is 1 And Status 'Kitchen Thermostat-Main' is Mode Heat And Status 'Master Thermostat - Main' is Mode Heat And Status 'Upstairs Thermostat - Main' is Mode Heat Then Set 'Kitchen Thermostat-Main' 60° (Heat Setpoint) Set 'Master Thermostat - Main' 60° (Heat Setpoint) Set 'Upstairs Thermostat - Main' 60° (Heat Setpoint) Else - No Actions - (To add one, press 'Action')