Jason Cox
Jason Cox
Hi @fmarzocca - I suspect the init() for the class is returning a JSON formatted error because you have not provided your Cloud API "Key" and "Secret". If no parameters...
Hi @Jirubizu - the HSV values still don't look right. They should be between 0 and 1. Based on the TinyTuya conversion functions, the values should be: ```python import tinytuya...
@Jirubizu - I think I'm wrong on that. I've never tried to control the color with the cloud commands. It looks like the cloud is using integers. Can you also...
Yes, I have the same problem with some of my smart bulbs. They fall off of the WiFi quite a bit. Also, you have to make sure your SmartLife app...
Ok, I think I have the solution. I am able to run this to get my bulb to change colors (rainbow colors) correctly now. Anyone else using this needs to...
Some suggestions to try: * Ensure the bulb is in **colour** mode not something else (with BulbDevice it would be `d.set_mode('colour')`) * Try my code above but replace the `code`...
@Jirubizu Thanks for the update and good job on the fix! I can see from the data it sends back that it is using 0-360 for h, 0-255 for s...
Additional error checking and retry logic has been added to the v1.2.x version. I recommend you upgrade and try again. ``` pip install --upgrade tinytuya ```
I'm with you, I would have assumed the UK was in Western Europe! :) Thanks for the notes. I made the updates. Tuya seems to change their web portal quite...
Thanks for the feedback @yokoyama-flogics - were you able to get your devices to link using that process?