-
Notifications
You must be signed in to change notification settings - Fork 20
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
Installation #3
Comments
You need the crc8 library to make it work https://pypi.org/project/crc8/. Try
|
Hi mate, Thanks for the advice - I have run this, it said it installed successfully and sudo reboot-ed but I still get an error message:
Sorry to be a pain, any ideas? :( Thanks again, Alex |
Sorry, any ideas? I tried to install the crc8 library to no avail. :( Thanks 🙏🏽 Alex |
Any ideas? 😬 Thanks |
You may need to switch user to the user that is running homeassistant - the crc8 installation needs to be in that user's python path. It's hard to know without understanding how you are running homeassistant. |
Hi mate, Thanks for the advice - I can't even remember how I installed homeassistant, whether it was in a virtualenv or whatever. Can I find out somehow? It's a full GUI install of Linux with HA running on it. I am so lost :( Many, many apologies for my noobness. Regards, Alex |
Oh my! I got it to work! Thank you for the help. One more thing I've just noticed - the target temperature is showing on HA as 24.5c/the actual temperature is showing as 25c, however the tub is actually on 38c/38c. Any ideas why it's so out? Thanks again, Alex :) |
How did you get it to work? I have the exact same issue. Running HA in a python virtual environment(under ubuntu), following this guide: https://www.home-assistant.io/docs/installation/raspberry-pi/ Have done the pip install crc8 after the following commands: Any advice? Here is my error log, loading the bullfrog component: Error during setup of component bullfrog |
Hi,
I wonder if you can help - I have NEVER installed a custom component and am having some issues.. I get the following log output:
2018-09-14 15:16:21 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.bullfrog. Make sure all dependencies are installed Traceback (most recent call last): File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 142, in get_component module = importlib.import_module(path) File "/srv/homeassistant/lib/python3.5/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 986, in _gcd_import File "<frozen importlib._bootstrap>", line 969, in _find_and_load File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 673, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 673, in exec_module File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed File "/home/homeassistant/.homeassistant/custom_components/bullfrog.py", line 12, in <module> from custom_components.spaclient import SpaClient File "/home/homeassistant/.homeassistant/custom_components/spaclient.py", line 1, in <module> import crc8 ImportError: No module named 'crc8' 2018-09-14 15:16:21 ERROR (MainThread) [homeassistant.loader] Unable to find component bullfrog 2018-09-14 15:16:21 ERROR (MainThread) [homeassistant.setup] Setup failed for bullfrog: Component not found.
So yeah, any help I would be forever grateful! :( 👍
The text was updated successfully, but these errors were encountered: