opravdin / weback-hass

Weback integration with Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component error: weback - Integration 'weback' not found.

fuxing-at opened this issue · comments

commented

Hallo!
I got to add the integration, but after a restart I got the following error:

Logger: homeassistant.setup
Source: custom_components/weback/init.py:47
Integration: weback
First occurred: 10:05:20 AM (1 occurrences)
Last logged: 10:05:20 AM

Error during setup of component weback
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 255, in _async_setup_component
result = await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/weback/init.py", line 47, in setup
devices = weback_api.device_list()
File "/usr/local/lib/python3.9/site-packages/weback_unofficial/client.py", line 75, in device_list
session = self.get_session()
File "/usr/local/lib/python3.9/site-packages/weback_unofficial/client.py", line 137, in get_session
raise Exception(f"Could not authenticate. {weback_data['Fail_Reason']}")
Exception: Could not authenticate. account or password is incorrect

Any Idea?
Thank!!!
JP

I'm having the same issue.

I'm having the same issue.

Same for me :(

If you have the error "Component error: weback - Integration 'weback' not found." try adding this to the file config/custom-components/weback/manifest.json

"version": "1.0.0",

after "name": "Weback",

so that it looks like:
{
"domain": "weback",
"name": "Weback",
"version": "1.0.0",
"documentation": "https://www.home-assistant.io/integrations/weback",

xNiightT is the best. It works :-D

Hell yeah!

xNiightT is the best. It works :-D