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

Schedule Mode crash ValueError: invalid literal for int() with base 10: #10

Closed
jimboca opened this issue Dec 12, 2018 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jimboca
Copy link
Collaborator

jimboca commented Dec 12, 2018

2018-12-11 22:11:49,775 [Controller] [ERROR] _parseInput: failed 311013547759.runCmd(CLISMD) invalid literal for int() with base 10: '19.0'
Traceback (most recent call last):
  File "/root/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 759, in _parseInput
    self.nodes[input[key]['address']].runCmd(input[key])
  File "/root/.local/lib/python3.5/site-packages/polyinterface/polyinterface.py", line 663, in runCmd
    fun(self, command)
  File "/root/.polyglot/nodeservers/Ecobee/node_types.py", line 297, in cmdSetScheduleMode
    heatHoldTemp = int(self.getDriver('CLISPH'))
ValueError: invalid literal for int() with base 10: '19.0'
@jimboca jimboca added the bug Something isn't working label Dec 12, 2018
@jimboca jimboca self-assigned this Dec 12, 2018
@jimboca jimboca added this to the 2.0.7 milestone Dec 13, 2018
jimboca added a commit that referenced this issue Dec 13, 2018
@jimboca jimboca closed this as completed Dec 13, 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