hijamie32
hijamie32
I am getting a similar issue but Code 404 on two separate accounts. Are they linked otherwise will open a new issue? Thanks
I don't know about the Find Me API's as the ICloud3 integration is still working well?
Same would be great to have this feature - have loads of Christmas stuff which are throwing up errors as no longer powered up. Cheers
> Hmmm, that's interesting. What happens if you edit devices.json with a text editor and replace the "id" value with the uuid and re-run the scanner? Hi Thanks for your...
> You can also try a short python script: > > ```python > import tinytuya > > d = tinytuya.OutletDevice( > dev_id="********** b9928", > address="192.168.1.25", > local_key="**********34eb98", > version=3.3) >...
> ```python > import tinytuya > > tinytuya.set_debug(True) > > d = tinytuya.OutletDevice( > dev_id="********** b9928", > address="192.168.1.25", > local_key="**********34eb98", > version=3.3) > > print(d) > > print(" > Fetch...
> This reminds me a lot of #190. If they're similar devices then this should work: > > ```python > import tinytuya > > tinytuya.set_debug(True) > > d = tinytuya.OutletDevice(...
Thanks making some progress :) I Just ran the following script: ```python import tinytuya d = tinytuya.OutletDevice( dev_id="***, address="192.168.1.25", local_key="***", dev_type = "device22", version=3.3) d.add_dps_to_request(209) print(" > Send Request for...