-
Posts
220 -
Joined
-
Last visited
Everything posted by smithlevenson
-
I did. It's in Geddy's solution as well, but it didn't fix the problem for me. That's why I added the last bit in case someone does a full troubleshoot and still has an issue. I should add the Task Manager solution is for Win 10 to avoid confusion.
-
I had the same issue as this thread but had to go one step past this otherwise great solution: I have dual monitors and my issue came down to hitting alt+ctrl+del and getting to the Task Manager. From there I unfolded the "Java(TM) Web Launcher" under Apps and right clicked the "IoX Launcher" icon and hit "Maximize". I then had to hit "ADD" and add back my ISY in the IoX Launcher window. It's not a ton different, but the launcher had minimized off screen and couldn't be "switched to" or "bring to front" even after deleting the .state files. I had to maximize to finally get everything to show up again. Hopefully this helps someone on the last step because otherwise the previous thread ends in the same place you started for all intents and purposes. Thanks @Geddy for the great write up!
-
I have 4 Schlage Connect Z-Wave deadbolts that work great for me. I need a 5th but they just hit $350 on Amazon. I really don't need a key on this one, so I am open to different options. Would love to be < $200. Non-Cloud would be awesome, but isn't 100% necessary.
-
He came early before I fully tested the programs. I am going to test them using alerts and see if I am getting the desired results. With it being a leak, I am going to eventually need this to work while I wait for the part and install.
-
So, it's a small leak in the Evap Coils. It's going to need to be replaced at some point. If it makes it through cooling season, then I will probably replace it at the beginning of next season, when it would otherwise need to be refilled. It was a $275 job, but it's running perfect now. I think Evap might be like a $1,500 job.
-
It's low freon. Unfortunately there is no DIY way to top of the refrigerant. My HVAC guy is a week from coming though and we have some hot days. Heat pumps run a defrost mode, so I am basically stealing that technique to limp along. I will add I've been trying to do it manually for the last 3 days and have failed miserably. I keep forgetting to put it back into cool.
-
Amazing! Can't wait to try it out. I had no idea you were putting that level of effort into the solution. Wow!
-
No problem, Friend. Thanks for all your help regardless.
-
Eh, When the Program runs THEN Set 'Upstairs / Master / Upstairs Thermostat - Main' Mode Off then the IF statement becomes false and the program turns the Cooling off and breaks out before running the next line.
-
I also forgot I hadn't restored the Thermostats from an issue I was having, so the Status for Cool Ct and Heat Ct were not appearing.
-
I think you are on to something about which nodes are correct. There is a Status that changes called Heat/Cool State and the variable that changes is Heating/Cooling. The program didn't run after an hour of cooling so I am assuming that the node is incorrect on just the Status of Upstairs Thermostat - Cool Ct Status is On.
-
I think I can try and figure it out. I just needed some Program logic, because I seem to suck at it normally. But if it's going horribly off the rails I will be able to see that quickly.
-
Ok another question. Does the Program "Break" when the THEN "Set 'Upstairs / Master / Upstairs Thermostat - Main' Mode Off". Wouldn't this turn the IF Status "'Upstairs / Master / Upstairs Thermostat - Cool Ct' is On" to Off? Or will it continue out the THEN until it reaches then end? The documentation says "Runs the Then section of the specified program disregarding any Conditions. \"
-
Very cool. Makes a lot more sense now. I will give it a try and see if I can tell if I am getting the desired response. Thanks a million.
-
So, for clarification, you are saying that as written, if it runs for 45 minutes it would still do the IF even if it's not needed? And "Status" would only do it if it stayed active for 1 hr? I am not sure I get the Repeat part. Sorry, not sure why Insteon logic confuses me sometimes (probably switching from Python logic, to Excel logic, to Insteon logic). Thanks for the assistance. You are always so helpful.
-
Oops, sorry. I have the Insteon 2441TH
-
I am trying to create a program for my HVAC where after running for an hour, it turns off the cooling for 15 minutes and runs just the Fan. Then I want it to return to normal operation. If 'Upstairs / Master / Upstairs Thermostat - Cool Ct' is switched On Then Wait 1 hour Set 'Upstairs / Master / Upstairs Thermostat - Main' Mode Off Set 'Upstairs / Master / Upstairs Thermostat - Main' Fan Mode On Wait 15 minutes Set 'Upstairs / Master / Upstairs Thermostat - Main' Mode Cool Set 'Upstairs / Master / Upstairs Thermostat - Main' Fan Mode Auto Else - No Actions - (To add one, press 'Action') Does that IF Condition "Control" trigger every time cooling is called for or only when you set the mode to cooling initially? Should it be "Status" instead.
-
I am definitely interested, I would need to be sure that all my custom python programs and such were seamlessly integrated. I don't won't to start over coding. CURL REST commands and the like working the same would go a long way. PS "Restore Device" seems to have been the final answer. Everything is now working as expected. I will have to wait and see if that sticks long term.
-
My Z-Wave Version is listed as 4.55.00 bootloader version 0.00. I only went on Mr. Bill's advice to go to C. It seems to be working. If 4.55 works with 5.4.3 I can do that upgrade too.
-
I did a "Restore Device" from the ISY admin console and it seemed to make the status start showing on the app and console. I guess I will have to see if this keeps up.
-
Ok, upgrade to 5.0.16c done. It still isn't getting updated status to the ISY. It works just fine if I switch it on from the Mobilinc app or from the admin console. But neither are showing status for the bathroom fans unless they are toggled from the programs and not the switch itself. Maybe I need to airgap the switch and re-add it to the ISY?
-
Awesome totally will do. Thank you a million for all the advice. Re-adding the programs worked for a bit, but then I found the real culprit. The status is not updating in ISY on the admin console. I am going to go ahead and upgrade, but I have to manually query to get the status to update (in the the console and the mobilinc app). Also the ISY Web Access is showing error, Loading: /config/ I wonder if I messed up a setting or trashed the config?
-
This world is upside down... However. I deleted all the non functioning programs and then just replicated them and viola. They all work just fine. So weird. They have been working perfectly for 6 years and with no apparent changes, and then just stopped.