Hello there,
as i couldn’t find any case like that - i ask for help. I hope someone with deeper experience can give me a hint.
I bought a outdoor light (7.2M Smart LED Wifi Outdoor 10 LED) which is using tuya. I have a few other tuya devices, and managed to control them fully in HA with either the native tuya integration, or with localtuya (if entities were not shown correctly).
The new light bulbs are a bit special.
A light entity is shown and functional with tuya integration. I can do the same with localtuya.
But whenever I change the color/brightness/color temperature etc. - the change do not apply to the physical light.
I can see directly in the tuya app (android) that the selection is made (color wheel changes position, brightness value increase etc.).
When I make the change in the tuya app directly (clicking on color wheel etc.) - it works.
For me it looks like some required parameter or “apply” is missing, which stops the change going “active”.
Below the existing properties.
Someone has an idea whats missing? As even the official tuya integration has the same problem, it might be some bug/speciality of the device.
{
"result": {
"properties": [
{
"code": "switch_led",
"custom_name": "",
"dp_id": 20,
"time": 1723922919908,
"type": "bool",
"value": true
},
{
"code": "work_mode",
"custom_name": "",
"dp_id": 21,
"time": 1723923761407,
"type": "enum",
"value": "colour"
},
{
"code": "bright_value",
"custom_name": "",
"dp_id": 22,
"time": 1723922933971,
"type": "value",
"value": 418
},
{
"code": "temp_value",
"custom_name": "",
"dp_id": 23,
"time": 1723922931646,
"type": "value",
"value": 437
},
{
"code": "colour_data",
"custom_name": "",
"dp_id": 24,
"time": 1723922928237,
"type": "string",
"value": "0023025801c8"
},
{
"code": "countdown",
"custom_name": "",
"dp_id": 26,
"time": 1723903618517,
"type": "value",
"value": 0
},
{
"code": "music_data",
"custom_name": "",
"dp_id": 27,
"time": 1723555834106,
"type": "string",
"value": ""
},
{
"code": "control_data",
"custom_name": "",
"dp_id": 28,
"time": 1723555834106,
"type": "string",
"value": ""
},
{
"code": "rgbic_linerlight_scene",
"custom_name": "",
"dp_id": 56,
"time": 1723921581429,
"type": "raw",
"value": "AQ8PMjIAAADoAADoAAAAAOgAPOgAAAAA6AB46AAAAADoALToAAAAAOgA8OgAAAAA6AEs6AAAAAA="
},
{
"code": "led_number_set",
"custom_name": "",
"dp_id": 58,
"time": 1723917256345,
"type": "value",
"value": 10
},
{
"code": "draw_tool",
"custom_name": "",
"dp_id": 59,
"time": 1723923923764,
"type": "raw",
"value": "AQEBAANkSgAA"
}
]
},
"success": true,
"t": 1723923924775,
"tid": "3f0622c45cd111ef883136d89ae34f8e"
}