Electrik-rich546456

Results 53 comments of Electrik-rich546456

Hi there I tried the code using `c = tinytuya.Cloud() ` on ln 9 but got this error. ``` Traceback (most recent call last): File "./thermostat.py", line 9, in c...

Oh dear my bad how is the pip3 install version different to the github version ? When does it get updated ?

This is the output of my [thermostat](https://www.amazon.co.uk/gp/product/B08W1HM4WV/). ``` Properties of device: {'result': {'category': 'wsdcg', 'status': [{'code': 'va_temperature', 'name': '当前温度', 'type': 'Integer', 'values': '{"unit":"℃","min":-200,"max":600,"scale":1,"step":1}'}, {'code': 'va_humidity', 'name': '湿度数值', 'type': 'Integer', 'values':...

Happy new year @jasonacox in advance :-) I made these changes to your original code ``` #!/usr/bin/env python3 import time import tinytuya # Turn on Debug Mode (optional) # tinytuya.set_debug(True)...

Happy new year !!:-)@ I've updated the code and it seems to be running nicely. How do add the snapshot name function so cant use` turn_on() device name ` Is...

Hi, Yes I found the IP address by cross referencing with the mac address found on smartlife app. I made this to time when its online. ``` #!/usr/bin/env python3 import...

I made these changes I'm going to leave it running over night to see the results. Unless you have any improvements in mined? ``` #!/usr/bin/env python3 import time import datetime...

This is the output :-( ``` DEBUG:TinyTuya [1.3.0] DEBUG:Starting new HTTPS connection (1): openapi.tuyaeu.com:443 DEBUG:https://openapi.tuyaeu.com:443 "GET /v1.0/token?grant_type=1 HTTP/1.1" 200 194 01:21:25.927217 192.168.1.153 True DEBUG:Starting new HTTPS connection (1): openapi.tuyaeu.com:443 DEBUG:https://openapi.tuyaeu.com:443...

Would putting something like `except "token invalid" `in my checker function be any good ?

Also would putting `c = tinytuya.Cloud() and id=blahhhhh` into the checker function be any good? So it wold be restarting every time that function is run ?