Izzami

Results 6 comments of Izzami

> Hi @Izzami - What type of device is this? it's a RGBW wifi led strip

I'm on 1.9.1 Trying with BuldDevice instead of OutletDevice report this: ``` DEBUG:TinyTuya [1.9.1] DEBUG:status() entry (dev_type is device22) DEBUG:building command 10 payload=b'{"devId":"bf534c9207553e222bjcki","uid":"bf534c9207553e222bjcki","t":"1671547666","dps":{}}' DEBUG:sending payload DEBUG:payload encrypted=b'000055aa000000010000000d00000077332e33000000000000000000000000adf71e57c07630fade3cc019b3e80d87ffe2cf402f5adc6cd0d60e2df96364fcd092ca6d035e06fa7babd4a758cdbc026db2fd86bb538e77a260ceb3d30b1e06ec23dba2320361a339300b430e2c57d24e45929550c7f20b589eb4d7d4b9b6c9ff7cb0cb0000aa55' DEBUG:received data=b'000055aa000000010000000d0000000c00000000302b238a0000aa55' DEBUG:received...

> It does look like TinyTuya is detecting a device22 device. Other users have reported devices getting into this "None response" state and a power cycle helped. I assume you...

I've tried changing the dps setting: ` import tinytuya a = tinytuya.OutletDevice('bf534c9207553e222bjcki', '192.168.1.7', '8112077749352134', 'device22') a.set_version(3.3) a.set_dpsUsed({"24": None}) data = a.status() print(data) ` output: ` {'dps': {'24': '000003e803e8'}, 't': 1671568645}...

Updates: I succeded in controlling the device using dps: ` import tinytuya a = tinytuya.OutletDevice('bf534c9207553e222bjcki', '192.168.1.7', '8112077749352134', 'device22') a.set_version(3.3) a.set_dpsUsed({"20": None}) a.set_value(20, True) a.set_value(21, 'white') data = a.status() print(data) `

@jasonacox I found the color scheme of my led strip. Here’s the topic: https://github.com/AMoo-Miki/homebridge-tuya-lan/issues/68