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

Plugwise 0.92.1 #29

Closed
junrt opened this issue Apr 29, 2019 · 2 comments
Closed

Plugwise 0.92.1 #29

junrt opened this issue Apr 29, 2019 · 2 comments

Comments

@junrt
Copy link

junrt commented Apr 29, 2019

i am getting errors.
Help!

2019-04-29 20:16:22 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for plugwise_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-04-29 20:16:23 ERROR (MainThread) [homeassistant.components.switch] Error while setting up platform plugwise_custom
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/plugwise_custom/switch.py", line 38, in setup_platform
import plugwise
ModuleNotFoundError: No module named 'plugwise'

@cyberjunky
Copy link
Owner

I see you named the directory plugwise_custom, and perhaps didn't change the config entry to use same name?

But default directory plugwise should also work I guess (since there is no buildin plugwise module)

- platform: plugwise_custom

@cyberjunky
Copy link
Owner

No response

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

2 participants