Skip to content

Commit

Permalink
2.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jimboca committed Feb 5, 2019
1 parent 5ffa35d commit 0b25446
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ If you already have it installed and want the update before it's in the store.

## Release Notes

- 2.0.34: JimBo
- [AttributeError: 'Controller' object has no attribute 'revData'](https://github.com/Einstein42/udi-ecobee-poly/issues/36)
- Send Heartbeat on startup
- 2.0.33: JimBo
- Fix another crash from Ecobee server returning bad json data.
- 2.0.32: JimBo
Expand Down
1 change: 1 addition & 0 deletions ecobee-poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def discover(self, *args, **kwargs):
LOGGER.info('Discovering Ecobee Thermostats')
if self.auth_token is None:
return False
self.revData = {} # Intialize in case we fail
thermostats = self.getThermostats()
if thermostats is False:
LOGGER.error("Discover Failed, No thermostats returned! Will try again on next long poll")
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"title": "ecobee: Polyglot NodeServer for Ecobee",
"author": "James Milne (Einstein.42)",
"version": "2.0.33",
"version": "2.0.34",
"date": "July 25, 2018",
"source": "https://github.com/Einstein42/udi-ecobee-poly",
"license": "https://github.com/Einstein42/udi-ecobee-poly/master/LICENSE"
Expand Down

0 comments on commit 0b25446

Please sign in to comment.