Hello,
Has anyone managed to get LG SmartThinQ custom component to work on a HASSIO image on a raspberry Pi.
This is for my LG HVAC
I’ve been following this thread since last year with no luck. Decided to give it a go again, but still no luck.
Can anyone please give me any advice and what steps to take? (If it’s possible)
I have copied all contents from " hass-smartthinq " GITHUB and the " wideq " GITHUB to their relevant folders:
config\custom_components\smartthinq
config\custom_components\wideq
I have also followed the instructions (as best I could) and successfully got my token.
I have added the configuration.yaml line also:
Copy to clipboard
smartthinq:
token: 34f0eeb287a16751a8f39479037b28......etc
region: AU
language: en-US
I receive the following errors:
Log Details (ERROR)
Thu Oct 17 2019 19:03:05 GMT+1100 (Australian Eastern Daylight Time)
Error loading custom_components.smartthinq. Make sure all dependencies are installed
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 346, in _load_file
module = importlib.import_module(path)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/config/custom_components/smartthinq/__init__.py", line 5, in <module>
import wideq
ModuleNotFoundError: No module named 'wideq'
Looks like it can’t find the “wideq” module, perhaps I have not copied the components into the correct folders?
Any assistance will be greatly appreciated
Thanks in advance
Paul