Log Details (ERROR)
Fri Jun 29 2018 12:32:00 GMT+0200 (heure d’été d’Europe centrale)
Error during setup of component netatmo
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 146, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py", line 53, in setup
'read_station read_camera access_camera '
File "/usr/lib/python3.6/site-packages/pyatmo.py", line 74, in __init__
self._accessToken = resp['access_token']
TypeError: 'NoneType' object is not subscriptable
Log Details (ERROR)
Fri Jun 29 2018 12:32:01 GMT+0200 (heure d’été d’Europe centrale)
Unable to setup dependencies of sensor.netatmo. Setup failed for dependencies: netatmo
Log Details (ERROR)
Fri Jun 29 2018 12:32:01 GMT+0200 (heure d’été d’Europe centrale)
Unable to prepare setup for platform sensor.netatmo: Could not setup all dependencies.
Log Details (ERROR)
Fri Jun 29 2018 12:32:07 GMT+0200 (heure d’été d’Europe centrale)
Unable to find component binary_sensor.netatmo2
Log Details (ERROR)
Fri Jun 29 2018 12:32:07 GMT+0200 (heure d’été d’Europe centrale)
Unable to prepare setup for platform binary_sensor.netatmo2: Platform not found.
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 146, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py", line 53, in setup
'read_station read_camera access_camera '
File "/usr/lib/python3.6/site-packages/pyatmo.py", line 74, in __init__
self._accessToken = resp['access_token']
TypeError: 'NoneType' object is not subscriptable
Check your api and secret key for your original netatmo,
when I delete some numbers from my api key, I get the some error.
Another possibility is, you have set your app on https://dev.netatmo.com/myaccount/
disable.
Hello ,
I have change code and it’s still same errors
Mon Jul 02 2018 11:52:27 GMT+0200 (heure d’été d’Europe centrale)
Error during setup of component netatmo
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 146, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py", line 53, in setup
'read_station read_camera access_camera '
File "/usr/lib/python3.6/site-packages/pyatmo.py", line 74, in __init__
self._accessToken = resp['access_token']
TypeError: 'NoneType' object is not subscriptable