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

HACS Installation #95

Open
hros opened this issue Feb 8, 2021 · 3 comments
Open

HACS Installation #95

hros opened this issue Feb 8, 2021 · 3 comments

Comments

@hros
Copy link

hros commented Feb 8, 2021

I have performed an integration of this repository using HACS custom repositories integration option, and it seems it has been successfully added to HACS:
image
However, when I try to add it through home assistant's "Add Integration" option, the integration is not available

This could be a HACS<==>Home Assistant issue, rather than something related to this integration
I did notice that the wideq directory is not installed
Additionally, I should not that I had another LG integration installed previously (SmartThinQ LGE Sensors) which does have an internal wideq directory
The other integration does not support LG air conditioners. Is it problematic to have both integrations installed?

@hros
Copy link
Author

hros commented Feb 10, 2021

I did complete the local installation (getting the LG token after executing the example.py and updating the configuration.yaml)
To do this, I had to add the wideq subdirectory from git
When home assistant is restarted there is a failure notification of starting __init__.py of this integration, pointing to the system wide wideq package which is installed by the other package mentioned above (SmartThinQ LGE Sensors)

@igorsantos07
Copy link

I second the questions here. I tried to do the same: include this package to see if AC is supported in my case, but nothing happens. I can't find the integration in Configuration > Integrations, nor any new sensor as said in the README. I wonder if there's any extra step to be taken (which is not clear from the instructions for HACS), or if it's some sort of conflict between the two WideQ implementations.

@kannan-balasubramanian
Copy link

I did the following way and I was able to get it working.

  1. Uninstalled the "SmartThinQ LGE Sensors"
  2. Restarted the HASS.
  3. Added "Custom Repository" within HACS using the URL "sampsyo/hass-smartthinq".
  4. Downloaded the "wideq" folder as zip (I don't have git in my system).
  5. Executed the example.py and got the list of devices. I expected 2 AC but got only 1 in addition to a washer and a few non-WiFi devices.
  6. Updated the "configuration.yaml" with the token, region, and language.
  7. Restarted the HASS and the default dashboard had one entry for AC.
  8. I configured the dashboard and there was an entity for AC.

I expected entities for another AC, Washer, but they were not there, may be due to API version.
But I hope the above steps can help you.

Do please note that my HACS version is 1.9.0

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

3 participants