
funat120mph
Members-
Posts
33 -
Joined
-
Last visited
Everything posted by funat120mph
-
I have been using a Sense for almost a year now. I love it. Adding solar in a couple months. I have tried the Sense NodeServer but haven't had any luck. If anyone else is able to set up the Sense NodeServer some help would be appreciated. I do have Rachio and WirelessTags NodeServers working.
-
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
I was getting some errors like that too then downloaded the other dlls from the first post. You may have done this already but thought I would try and help. The plugin is great. Good luck. Download http://www.tinozplac...m/otherdlls.zip and place extracted files in "C:\Program Files (x86)\Eventghost\" or for 32bit systems: "C:\Program Files\Eventghost\" -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
I don't have the log out issue. I've been rock solid for some time now. abuttino, if you could share your ttt program is like to play with it. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
abuttino, Is it possible to set a variable to display the time to temp? Thanks for all your had work on this, plugin is still going strong. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Is it possible to use Integer variables instead of state variables with this plugin? I keep running into problems with my programs where the program will start over halfway through because I am changing a variable used in the if statement. Maybe there is something I should do differently in my program and still use the state variables. Any suggestions would be appreciated. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Okay. I found it. I need to add my office nest back to my account and will send in the morning. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Is it possible to add the current stage to the current stage as a variable? The Eventghost variable is Nest.hvac_cool_x2_state.True ['', 'True'] I'm trying to turn the AC off if stage 2 has been running for x minutes. Thanks. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Gotcha. I use a program to determine motion in the house. It works but could be refined a bit. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Version 5.8 is working very well. In your first post you have a sleeping variable, what parameters do you use to determine if your sleeping or not? -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
My nest plugin is working but with the new nest Alpha I now get this error. Traceback (most recent call last): Python script "5", line 5, in ambtemp = str(eg.plugins.Nest.get_object(targettherm)) TypeError: __call__() takes exactly 3 arguments (2 given) -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
I'm going to try and test later today. Also incorporating the latest nest plugin for eventghost. I want to graph what the time difference is between my true away and auto away is. I'll send some emails to ifttt.com and trigger a google spreadsheet with a date/time entry for the two times, away and auto away. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
yes -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Output is 1 if on auto away and 0 if not on auto away. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Is there a way to change send a variable change to the ISY anytime the nest switches to auto away? Thanks -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Correct. I have it running in my home but wanted to throw on a server at the office. I can always set up my VPN again. Just didn't know if you had the plugin working over SSL. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
Is there a way to run eventghost remotely and log into the ISY? I've got mine trying to authenticate over port 443 but it will not log into the ISY. Any suggestions? Thanks -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
This plugin is great. Thank you for this. My iSY to Nest is working and Nest to ISY too. Is it possible to set the target and ambient variables so the ISY receives the temp with the decimal? Thanks again. -
Control your Nest Thermostat with the ISY *Multi-Thermostat*
funat120mph replied to abuttino's topic in ISY994
What are you using to run eventghost? dedicated server, PC?