
dba62
Members-
Posts
49 -
Joined
-
Last visited
Everything posted by dba62
-
Yeah - I did this twice. The second time has been a charm (so far). The thermostat itself always seemed to be responsive to the ISY, so the issue appears to only affect the display. I went ahead and ordered a replacement thermostat.
-
So the display on my insteon thermostat seemed to have died. Completely dead. No sign of life. No lights. No numbers. However, I just went to look at it and it was back to normal. Has anyone else seen this "phenomenon"? Is this thing about to die? Thanks.
-
Sorry it took me so long to get back to the forum, but this ^^^^ solution resolved my issue.
-
Thanks, so this program does want I want. Occasionally (< 1% of the time) my garage door sensor will return a bad status (I believe that part of the message is lost which results in improper interpretation). So now if that happens, the sensor is queried two additional times to validate the current state.
-
Thank you. That is exactly what I wanted to know, although I end up with another question. Here is the sequence of events, I am wondering what happens next: Garage Opens Wait 3 minutes Query Garage (still open) Wait 3 minutes Query Garage (still open) Does the program go back to the if statement at this point? If so, then the second wait/query combination is superfluous.
-
So what I ended up doing which seems to work was to write a query garage door program: If Status ' Garage Closed' is Off Then Wait 3 minutes Set "Garage Closed" Query Wait 3 minutes Set "Garage Closed" Query" Else - No Actions But I am wondering if this works the way I would like it to. My question is: what happens if the first query shows that the door is actually closed. Will the THEN be exited or will it continue to execute the following Wait/Query? If the first query shows that the door is open, I don't want to execute the second query. What I am trying to do is query the door status twice. If it returns open both times, then I am willing to believe that it is actually opened.
-
How do I do this? I should also add that control of the thermostat works fine (I have a program running which sets the temperature to different values at different times of the day).
-
No. The thermostat is not battery powered.
-
I'm using the climate module. Power is controlled via Dual Band InlineLinc On/Off Switch. I agree with your analysis of the algorithm. The problem is that I don't have an input to tell if there is snow/ice on the roof. So I try to allow for this for leaving the roof heater on for 72 hours. My program (which is up and running) actually takes the temperature into account as well. So its: If Module 'Climate' Temperature < 38F AND ( Module 'Climate' 24h Snow > 0" Or Module 'Climate' Snow Tomorrow > 0" ) Then Set 'Basement Power' On Wait 72 hours Else Set 'Basement Power' Off I was hoping that someone else had already tackled this. Given the lack of a critical input, I'm not sure there is actually a good programmatic solution. For now, I'll let this program run and then tweak it as necessary or decide that this approach isn't going to work and just control the power manually.
-
So I have roof coils for ice dam mitigation. I'd like to write a program to control the power for the coils. The problem is that the conditions aren't obvious. So I could do something like (excuse my crude program): if (snow today or snow tomorrow) then power on wait 72 hours else power off But that seems problematic. Perhaps there just isn't an awesome solution for this case. Thanks!
-
Hi, I did all of this. All of my other insteon devices are working normally. The only issue I have is the thermostat. Thanks.
-
Oops - I just thought of an important detail that I left out. I recently replaced my PLM as it died.
-
The thermostat is the 2441TH. This is a relatively new phenomenon, but it appears that the ISY is often not in sync with the thermostat. For instance, currently the Temperature is 70 and the Heat set point is 70, but the ISY thinks the current temp is 66 and the set point is 64. Any ideas? Thanks.
-
I'm in the 4s. I was 4.5.2 and upgraded to 4.6.2 which has resolved my issue.
-
My isy994i was rebooted earlier tonight as it had lost communication with the PLM. Since then, I can't seem to get a climate update. I've tried switching systems, etc. Although the status says internet disabled, I was able to send a test message email and I am able to control lights via mobilinc, so it appears the isy actually has internet access.
-
The status can be bad. I am trying to verify the status at least once before generating a message.
-
I'm going to go ahead and purchase the sensors, but I would like to understand how the programming could be acconmplished. It would seem that the following might work: If Open Wait 15 minutes Query Garage Doors Sleep 10 seconds If Open Wait 15 minutes Notify
-
Right now I have: If Open Wait 30 minutes Send alert Is threre anyway to do something like: If Open Wait 10 minutes <query> If Open Wait 10 minutes Send Alert I assuming merely adding If Open won't accomplish anything because there won't be a second query after the 3 am query.
-
OK - I finally understand. Are the older magnetic sensors still available? Regardless, I probably don't want to spend the money and/or do the requisite rewiring. Would it be possible to code around this in my program that monitors the garage door? Specifically I am asking is there a way to programmatically force a query? If so, I can code around this.
-
So the newer kits have NO and NC, but this is for control of the garage door opener? I only see one input for the sensor.
-
What is the climate module?
-
So I have 3 wires on the TA-2HL temp sensor. Red - Common, Green - High Temp Limit, Black - Low Temp Limit So Red would go to GND on the 2450. I could connect Green or Black to SENSE on the 2450 if I only wanted to monitor the High or Low temperature alert. I suppose I could connect the Green and Black to SENSE if I just want to know that the temperature was outside the desired range. Is there a way that I can monitor both and discern between the two? Also, has anyone actually used the TA-2HL outside? Apparently the TA-2HL is NOT designed for outdoor use. Is there another sensor that can be used for outdoor use? Thanks.
-
What do you mean by change the magnetic switch? Move the location of the magnet or sensor? Are there any other options to work around an intermittent communications issue?
-
I'm guessing it is the latter. Now that I think of it, I have had a couple of times when my outside lights have not been turned off. Again, this problem has been very infrequent (working correctly 99% of the time). How does one go about addressing a com issue?
-
OK - I will check tonight. This has happened two times since January 1st. So basically this is working correctly 99% of the time (it has never missed an alert that I am aware, just the 2 false alerts over 240 effective days). The magnetic sensors are in proximity contact when the garage door is closed.