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

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

Open
fuxing-at opened this issue Sep 5, 2021 · 6 comments
Open

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

fuxing-at opened this issue Sep 5, 2021 · 6 comments

Comments

@fuxing-at
Copy link

fuxing-at commented Sep 5, 2021

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

@harryohalloran
Copy link

I'm having the same issue.

1 similar comment
@JR-aaas
Copy link

JR-aaas commented Sep 15, 2021

I'm having the same issue.

@kornelremete
Copy link

Same for me :(

@xNiighT
Copy link

xNiighT commented Nov 15, 2021

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",

@JR-aaas
Copy link

JR-aaas commented Nov 16, 2021

xNiightT is the best. It works :-D

@danielccm
Copy link

Hell yeah!

xNiightT is the best. It works :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants