I lost my Netatmo Weather sensor las night

Hi

I lost completely all my netatmo weather devices last night. It´s working good with Netatmo app but it seems Hassio can´t connect through Netatmo API.

I rebooted Hassio without success

I see anything in the logs.

It happens the same in my Hassio running in Ubuntu (docker) and my backup raspi.

It´s somenthing happening only to me?

Best regards

Same here. No errors in the log.

Hi !

Me too… I unplugged and plugged again, but nothing !
Few minutes ago, results are came back on the Netatmo application, but not yet in hassio !

Wait and see !

https://helpcenter.netatmo.com/en-us

Tjek problem is do to outage from Netatmo

1 Like

Same here… there seems to be an issue with this Netatmo cloud service. A good reminder not to base any automations on cloud based services.

EDIT: It seems to be back online now. rebooted Hassio and now everything is back.

Rebooted HA, still doesn’t work for me. Logs show this:

2019-05-08 20:19:56 ERROR (MainThread) [homeassistant.setup] Error during setup of component netatmo
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 156, in _async_setup_component
    component.setup, hass, processed_config)  # type: ignore
  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/__init__.py", line 91, in setup
    'read_station read_camera access_camera '
  File "/usr/local/lib/python3.7/site-packages/pyatmo.py", line 85, in __init__
    self._accessToken = resp["access_token"]
TypeError: 'NoneType' object is not subscriptable

Anyone else is having the same?

Resetting client ID/secret helped.

1 Like