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

Stopped working cloud connect error #135

Closed
Mikuchck opened this issue May 30, 2020 · 1 comment
Closed

Stopped working cloud connect error #135

Mikuchck opened this issue May 30, 2020 · 1 comment
Labels
question Further information is requested

Comments

@Mikuchck
Copy link

Mikuchck commented May 30, 2020

IT was working fine before upgrade to 0.110

The hass log says

2020-05-30 22:29:07 INFO (SyncWorker_5) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2020-05-30 22:29:07 ERROR (MainThread) [custom_components.sonoff.sonoff_cloud] Login error: {'error': 401, 'msg': 'pwd err'}
2020-05-30 22:29:07 WARNING (MainThread) [custom_components.sonoff] Can't connect to eWeLink Cloud
2020-05-30 22:29:07 ERROR (MainThread) [homeassistant.setup] Error during setup of component sonoff
Traceback (most recent call last):
 File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in _async_setup_component
hass, processed_config
File "/config/custom_components/sonoff/__init__.py", line 218, in async_setup
for deviceid, device in registry.devices.items():
AttributeError: 'NoneType' object has no attribute 'items'
2020-05-30 22:29:07 INFO (MainThread) [homeassistant.components.sensor] Not adding entity HP DeskJet 2600 series Uptime because it's disabled
@AlexxIT
Copy link
Owner

AlexxIT commented Jun 2, 2020

Add setting mode: local. It will help.
You have the wrong ewelink password.
The new version connects to cloud by default.
Please read breaking changes 2.0:
https://github.com/AlexxIT/SonoffLAN

@AlexxIT AlexxIT added the question Further information is requested label Jun 2, 2020
@AlexxIT AlexxIT closed this as completed Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants