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

Netatmo Presence not discovered #25387

Closed
vlebourl opened this issue Jul 22, 2019 · 0 comments · Fixed by #25457
Closed

Netatmo Presence not discovered #25387

vlebourl opened this issue Jul 22, 2019 · 0 comments · Fixed by #25457
Assignees

Comments

@vlebourl
Copy link
Contributor

Home Assistant release with the issue:
0.96.3

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.):
Hass.io

Component/platform:
https://www.home-assistant.io/components/netatmo/#camera

Description of problem:
The Presence camera does not appear in Home assistant. Tried both discovery on and off with explicit camera configuration.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

netatmo:
  api_key: ###
  secret_key: ###
  username: ###@gmail.com
  password: ###
  discovery: true
  webhooks: true

Additional information:
Two error messages that might be of interest:

2019-07-22 13:05:11 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/netatmo/__init__.py", line 142, in dropwebhook
    auth = hass.data[DATA_NETATMO_AUTH]
KeyError: 'netatmo_auth'

and

2019-07-22 14:16:43 ERROR (SyncWorker_8) [smart_home] The Netatmo API returned 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants