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

Error loading Sensibo #9689

Closed
ShayGus opened this issue Oct 4, 2017 · 1 comment
Closed

Error loading Sensibo #9689

ShayGus opened this issue Oct 4, 2017 · 1 comment
Assignees

Comments

@ShayGus
Copy link

ShayGus commented Oct 4, 2017

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version): 0.54.0

Python release (python3 --version): 3

Component/platform: docker image official

Description of problem: Error loading Sensibo

2017-10-04 09:08:54 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform sensibo
Traceback (most recent call last):
  File "/usr/src/app/homeassistant/helpers/entity_component.py", line 164, in _async_setup_platform
    SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
    return fut.result()
  File "/usr/local/lib/python3.6/asyncio/futures.py", line 245, in result
    raise self._exception
  File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 55, in async_setup_platform
    devices.append(SensiboClimate(client, dev))
  File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 76, in __init__
    self._do_update(data)
  File "/usr/src/app/homeassistant/components/climate/sensibo.py", line 87, in _do_update
    temperature_unit_key = self._ac_states['temperatureUnit']
KeyError: 'temperatureUnit'
@andrey-git andrey-git self-assigned this Oct 16, 2017
@andrey-git
Copy link
Contributor

I believe this was fixed by #10801

@home-assistant home-assistant locked and limited conversation to collaborators Jul 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants