8000 Nest thermostat shows up as unnamed_device · Issue #10018 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nest thermostat shows up as unnamed_device #10018

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

Closed
bachya opened this issue Oct 22, 2017 · 7 comments
Closed

Nest thermostat shows up as unnamed_device #10018

bachya opened this issue Oct 22, 2017 · 7 comments

Comments

@bachya
Copy link
Contributor
bachya commented Oct 22, 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.56.0

Python release (python3 --version):
3.6.4

Component/platform:
climate/nest

Description of problem:
My Nest thermostat no longer shows the correct name; instead, it shows up as climate.unnamed_device

Expected:

Problem-relevant configuration.yaml entries and steps to reproduce:

nest:
  client_id: ID
  client_secret: SECRET
  1. Launch HASS

Traceback (if applicable):
N/A

Additional info:
May be the same as #10015.

@CCOSTAN
Copy link
Contributor
CCOSTAN commented Oct 22, 2017

Same here. I can confirm this bug.

@ghost
Copy link
ghost commented Oct 22, 2017

i can confirm too

@geekofweek
Copy link
Contributor

I think this issue is affecting multiple components as I see it on Sonos as well.

@bachya
Copy link
Contributor Author
bachya commented Oct 22, 2017

After some initial testing:

  • Platform initializes
  • Name is correctly retrieved via the Nest API.
  • The name property is accessed by something and a value of None is returned.
  • The name property is accessed via the first update and the correct name is returned; however, the entity ID does not update.

@CCOSTAN
Copy link
Contributor
CCOSTAN commented Oct 22, 2017

It seems like this was the last thing modified related to climate.

https://github.com/home-assistant/home-assistant/blob/c1b197419d722e33053b346d66c4f4547fdd426f/homeassistant/components/climate/__init__.py

3 days ago..

@bachya
Copy link
Contributor Author
bachya commented Oct 22, 2017

Great catch, @CCOSTAN – I can confirm that when I revert that commit, my Nest shows the correct entity ID.

@pvizeli, FYI: something in this PR is causing this issue (and likely #10015, as well).

@ghost
Copy link
ghost commented Oct 22, 2017

yup you right TP-link HS110 is unnamed too

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

3 participants
0