uzlonewolf
uzlonewolf
I forgot to add, they do not seem to support status() at all, they only broadcast async DP updates. The WiFi version on my modules is v2.1.8, same as the...
@backcountrymountains While I do not have a curtain controller to test this with, that behavior looks identical to most IR blasters - after a power cycle they do not return...
I agree the documentation needs updating, and it's one of the things on my ToDo list. In this case using the BulbDevice would be better as it auto-detects the proper...
If you start a monitor loop https://github.com/jasonacox/tinytuya/blob/master/examples/monitor.py and change the scene using the SmartLife app, what does it say?
Yeah, I'd try using different versions. In order from most likely to work to least likely, try: 3.3 3.5 3.4 and 3.2 ```python d = tinytuya.BulbDevice(DEVICEID, "192.168.1.19", DEVICEKEY, version=3.3) print(d.status())...
If you're changing the color in a loop or something then adding `persist=True` will greatly speed things up as without it it makes a new connection, performs a 3-way handshake,...
Music mode could be another option though I don't know if this particular device supports it. This device looks interesting so I went ahead and ordered one myself, should be...
That property list is interesting, which endpoint did you grab them from?
Sadly no, there is no way to reboot the device. I've disassembled a few firmware images and the only path to a reboot I've found is while factory defaulting the...
There are several ways you can get the firmware. 1) If the device has a firmware update available, use [TuyAPI](https://github.com/codetheweb/tuyapi) to get the upgrade URL and then just `wget` the...