Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More API issues #5

Closed
jimboca opened this issue Dec 7, 2018 · 1 comment
Closed

More API issues #5

jimboca opened this issue Dec 7, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jimboca
Copy link
Collaborator

jimboca commented Dec 7, 2018

https://forum.universal-devices.com/index.php?/topic/24876-Ecobee-Nodeserver-problem-v2.0.5#entry251957

It seem something has changed recently has the changing the mode from Home to Away is not longer working for me. Also changing the transition mode has no effect anymore. It seem I have also similar problem as @beninsteon
 Here a trace stack, when I tried to change mode :

2018-11-28 22:45:17,332 ERROR _parseInput: failed 311013547759.runCmd(CLISMD) int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Traceback (most recent call last):
File "/root/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 726, in _parseInput
self.nodes[input[key]['address']].runCmd(input[key])
File "/root/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 631, in runCmd
fun(self, command)
File "/root/.polyglot/nodeservers/Ecobee/node_types.py", line 263, in cmdSetScheduleMode
heatHoldTemp = int(self.getDriver('CLISPH'))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

@jimboca jimboca self-assigned this Dec 9, 2018
@jimboca jimboca added the bug Something isn't working label Dec 9, 2018
@jimboca jimboca added this to the 2.0.6 milestone Dec 9, 2018
@jimboca
Copy link
Collaborator Author

jimboca commented Dec 9, 2018

This was because the Thermostat node defined it's own getDriver method, which has been broken for a while.

jimboca added a commit that referenced this issue Dec 9, 2018
@jimboca jimboca closed this as completed Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant