Netatmo Thermostats : "No device found, errors in response"

I’m new with Hassio and Raspberry :yum:
I’m tryng to configure my netatmo thermostat.
I’ve insert in the configuration.yaml:

sensor netatmo :

  • platform: netatmo
    station: Casa_Caidate

netatmo:
api_key: xxxxxx
secret_key: xxxxxxx
username: xxxxxx
password: xxxxxxx

climate:

  • platform: netatmo
    relay: relay
    thermostat: thermostat

but nothing appear in the the panoramics menu’.

In the home-assistant.log there is the follow log:

2019-04-09 17:13:57 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
2019-04-09 18:13:52 ERROR (MainThread) [homeassistant.components.updater] Got unexpected response: None

Any suggestion where could be the error?

Thank in advance :pray:

Fabrizio