Antonio Sánchez
Antonio Sánchez
Do you have any kind of tutorial to create a r2pm package?
Try with this version of msmart: ``` pip3 uninstall msmart pip3 install git+https://github.com/kueblc/midea-msmart.git@support-8370 ```
https://github.com/happyleavesaoc/python-orvibo/blob/master/orvibo/s20.py#L57 Replace by: ```udp = threading.Thread(target=_listen)``` (daemon param is not allowed in Py2) https://github.com/happyleavesaoc/python-orvibo/blob/master/orvibo/s20.py#L273 Replace by: ```def _udp_transact(self, payload, handler, broadcast=False, timeout=TIMEOUT, *args):``` Py2 only accepts possitional arguments at the...
Hi, i'm starting working reversing the APK libraries to communicate with the devices. Anybody has any knowledge to start in a quickly way?
Hi @timonrieger Thank you for your comment, but it is not clear for me what to write and where. Could you detailed a bit more? Could be very useful for...