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!!