thinq2-python
thinq2-python copied to clipboard
Reverse-engineered client for LG ThinQ v2 IoT devices
after installing I get the following error when trying to run it: `Traceback (most recent call last): File "example.py", line 6, in from thinq2.controller.auth import ThinQAuth File "/etc/openhab/scripts/thinq2-python/thinq2/controller/auth.py", line 9,...
I correctly found my air conditioner. Big thanks for your work on this project ! However, I would need some guidance to create a proper device as you did with...
As you are only subscribe to` /inbox` topic, is there a way to subscribe to other topics ? There are some, like` /data /online /event `(reverse app) But when I...
First Error : `marshmallow.exceptions.ValidationError: {'result': {'item': {0: {'modelProtocol': ['Missing data for required field.']}}}}`
Some other device ID
Hi, I really like your project. I have an issues with the code: On line 72 of thinq2/model/thinq.py I get the following error: `AttributeError: 'dict' object has no attribute 'device_type'`....
Thanks for this awesome library! Could you upload it to PyPI so that it can be installed with pip?
Is it possible to change to a local MQTT server?
Another question. Does anyone already know the URL and JSON format for controlling v2 devices? I guess it starts with the thinq2Uri from the gateway-uri response... Thanks!
Hi, I have an error whan installing pi@raspberrypi:~/thinq2-python $ poetry install /home/pi/.poetry/lib/poetry/_vendor/py2.7/subprocess32.py:149: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if your program uses threads....