Jump to content

Alokptl84

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Alokptl84

  1. I re-installed all the files in the correct locations and I was able to get everything working. I had changed some of the code in the area where it said do not change because I thought I needed to make changes to the away code but it turns out the update was already there. Thanks for all your help!
  2. I have already downloaded the dlls, I re-downloaded them and overwrote the existing ones just to make sure, but I still have the same errors. I think the error is related to the first Python script. I know I am not putting the variable number in the correct location, but I don't know what the correct location is either.
  3. Hello everyone, This is my first official post on this forum. I have actually been using it for some time but most of the users do such a great job in explaining the steps that I hardly ever find a need to ask any questions. This is an awesome work around for the Nest and I can't wait to get it fully working. Either way I have an issue with my Nest Event Ghost setup which I hope you guys can help me out with. I have my Nest/Event Ghost setup working to some degree and I can change the temperature using the variable however I am having difficulty setting up the home/away variable. I followed the steps in the 3rd post but I could not locate in the "Read ISY Event" Python Script, where to change "if VarNum == "1":" to the variable number for my home/away status. I was able to change the other "Set Away Status to Nest" Python Script just fine. Here is a sample of what is coming up in my Event Ghost Log: Read ISY Event (Very Important) Python Script Traceback (most recent call last): Python script "44", line 9, in <module> VarNum = VarNameVal[10] IndexError: list index out of range ISYEvent.State.Variable '6:97' Read ISY Event (Very Important) Python Script Traceback (most recent call last): Python script "44", line 9, in <module> VarNum = VarNameVal[10] IndexError: list index out of range ISYEvent.State.Variable '10:10' Read ISY Event (Very Important) Python Script Main.NestAway '10' ISY Wants Nest to Away/Home Set Away Traceback (most recent call last): Python script "45", line 10, in <module> eg.plugins.Nest.set_away(0) TypeError: __call__() takes exactly 3 arguments (2 given) ISYEvent.State.Variable '10:1' Read ISY Event (Very Important) Python Script Main.NestAway '1' ISY Wants Nest to Away/Home Set Away Traceback (most recent call last): Python script "45", line 10, in <module> eg.plugins.Nest.set_away(0) TypeError: __call__() takes exactly 3 arguments (2 given) ISYEvent.State.Variable '10:0' Please let me know where I am going wrong? Thank You!!
×
×
  • Create New...