sampsyo / wideq

reverse-engineered client for the LG SmartThinQ API
https://pypi.org/project/wideq/
MIT License
331 stars 159 forks source link

V2 #147

Open Gedioa opened 3 years ago

Gedioa commented 3 years ago

Hello, is there a working version for the V2 ?

davewatson91 commented 3 years ago

https://github.com/ollo69/ha-smartthinq-sensors

arthurlapertosa commented 2 years ago

Hey, @davewatson91! The repository https://github.com/ollo69/ha-smartthinq-sensors does not support an out of the box implementation using pure python, like this repository does with the example.py file. Would you have a code snippet implementing the basic functionalities such as login and device monitor? Thanks!

davewatson91 commented 2 years ago

Hi @arthurlapertosa :)

The ollo69 implementation works straight with Home Assistant, which was my only goal, so unfortunately never dug into anything further sorry!

I have had the ollo69 fork running in HA now for over 12 months, and it has been stable as a rock.

arthurlapertosa commented 2 years ago

Hey, @davewatson91 Thanks for your answer. Good to know ollo69's repository is stable! I could fix my problem: https://github.com/ollo69/ha-smartthinq-sensors/issues/388. Thanks!