core: the netatmo thermostat does not appear
Home Assistant release with the issue:
Home Assistant 0.91.3
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.):
Component/platform:
Description of problem:
104/5000 Netatmo thermostat not showing. Works properly with your application.
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
netatmo:
api_key: 5xxxxxxxxxxxxxxxxxxxxxxxxxxa
secret_key: uxxxxxxxxxxxxxxxxxxxxxxxxxx8
username: fxxxxxxxxxx@xxxxxxxxx.com
password: fxxxxxxxxP
climate:
platform: netatmo
Traceback (if applicable):
Additional information: From Log File:
2019-04-13 16:09:02 WARNING (MainThread) [homeassistant.components.http] Configuring api_password via the http component has been deprecated. Use the legacy api password auth provider instead. For instructions, see https://www.home-assistant.io/docs/authentication/providers/#legacy-api-password
2019-04-13 16:09:02 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
2019-04-13 16:09:07 ERROR (MainThread) [homeassistant.components.device_tracker] Unable to load /config/known_devices.yaml: Config file not found: /config/known_devices.yaml
2019-04-13 16:09:10 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform netatmo
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/climate.py", line 96, in setup_platform
for room_id in room_data.get_room_ids():
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/climate.py", line 344, in get_room_ids
if not self.setup():
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/climate.py", line 355, in setup
self.homestatus = pyatmo.HomeStatus(self.auth, home=self.home)
File "/usr/local/lib/python3.7/site-packages/smart_home/Thermostat.py", line 130, in __init__
raise NoDevice("No device found, errors in response")
smart_home.NoDevice: No device found, errors in response
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 32 (19 by maintainers)
I will try when i get home and will ping back with the results!
Just realised that this is not the same error as the initial issue. Creating a new issue report with this issue.
I haven’t seen any issues for the last 2 versions (.92 and .92.1)
Waiting for the next hassio release 😃