I’ve got a similar output from my SmartLight LED light, however the brightness is missing. I’m wondering, is it possible to set color_mode and maybe try brightness as well?
Possible values for me using the SmartLife app are: music, colour, scene, DIY
cloudtuya data: { color_mode: 'music', online: true, state: 'true' },
cloudtuya name: 'Led Lights',
cloudtuya icon: 'https://images.tuyaeu.com/smart/icon/ay1535688520667EMyk6/160238127190477af6b75.png',
cloudtuya id: 'bfe869873c62537a07lurd',
cloudtuya dev_type: 'light',
cloudtuya ha_type: 'light'
On iot.tuya.com, i found the following additional data if that helps:
I have been able to find color using “tuya-cli get” command line, but I could never get the “set” command to work. It looks like this:
$ tuya-cli get --ip 192.168.0.174 --id bfe869873c62537a07lurd --key xxxx --all --protocol-version 3.3
{ dps:
{ '20': false,
'21': 'colour',
'24': '000503e803e8',
'25': '06',
'101': 62,
'102': '0001a401fe',
'103': '01010101000603e8000503e8',
'104': '03' } }
