thinq2-python
thinq2-python copied to clipboard
Reverse-engineered client for LG ThinQ v2 IoT devices
Not an issue, but a question. Hopefully you allow me to post it here as I have been searching the net for days without result. I am trying to use...
Hello, this is not a bug with this repository, but an issue I have while developing my own API. Unfortunately I have not found any API docs, so hoping someone...
- Fix #10 and #19. - Fix SSL context. - Replace `attrdict` with `attrdict3` and update dependencies.
I had this error before I changed the follwing in file thinq2\model\thinq.py: @post_load(pass_original=True) def polymorphism(self, item, data, **kwargs): - device_schema = device_types.get(item.device_type, Device).Schema() - item.snapshot = device_schema.load(data.get("snapshot", {})) + if...
Hello I was looking for a python api to access a LG air conditioner. After downloading I tried to access the projekt by pycharm. I had no success with poetry,...