rcanetta

Results 18 comments of rcanetta

Hi thanks for helping - without "device22" I get `Traceback (most recent call last): File "k1test.py", line 11, in data = a.status() File "/usr/local/lib/python3.7/dist-packages/tinytuya/__init__.py", line 589, in status result =...

Hi I tried DPS from 0 to 9 and no change... ```root@rpi-1:/home/pi# python3 test.py TinyTuya (Tuya Interface) [1.1.4] Exceeded tinytuya retry limit (5) Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/tinytuya-1.1.4-py3.7.egg/tinytuya/__init__.py",...

Hi thanks again. First of all, I realised a mistake - I was trying to scan from a RPi which is in a different network (DMZ). Here is the result...

Hi I have done more tests using the latest 1.2.1 release, here are my findings Using device22 ```a = tinytuya.OutletDevice(DEVICEID, DEVICEIP, DEVICEKEY, 'device22') a.set_version(3.3) a.set_dpsUsed({"1": None}) # This needs to...

wow I start to see light at the end of the tunnel, thanks! :-) So I tried the above ```d=tinytuya.OutletDevice(DEVICEID, DEVICEIP, DEVICEKEY) d.set_version(3.3) # Generate the payload to send -...

unfortunately we're not there yet :-( I tried with both devID and gwID in the uid field but I always get the same error DEBUG:ERROR Invalid JSON Response from Device...

Hi, I tried the 8 permutations above and unfortunately always got back the same error ``` {'Error': 'Invalid JSON Response from Device', 'Err': '900', 'Payload': 'devid not found'} ``` As...

Hi thanks again, here is the feedback when using payload=d.generate_payload(command, data=None, gwId='TheGWid', devId='TheDeviceID', uid='TheDeviceID') - CONTROL: data format error - STATUS: parse data error - HEART_BEAT: Check Device Key -...

Hi unfortunately I get error ``` File "/root/tinytuya/tinytuya/__init__.py", line 756, in generate_payload json_data['dps'] = self.dpsUsed AttributeError: 'OutletDevice' object has no attribute 'dpsUsed' ``` I tried also with CoverDevice but same...

ok but now I'm stuck with Response: {'Error': 'Timeout Waiting for Device', 'Err': '902', 'Payload': 'Check Device Key'} I tried all 8 combinations of device/gateway id in the 3 fields......