I got a Novostella flood light with motion sensor, working with Tuya Smart Life app: I easily paired the light with the app, but I then had to switch to the Tuya app to have it recognized by local Tuya addon and succesfully added to Home Assistant. But the addon only recognize the light as a switch, just on/off, no brightness control, no motion sensor mode switch and settings (after some fumbling I fuoud the way to add the motion sensor and it works, but no operation mode). Is it the normal behavior for local Tuya, or did I do something wrong during the setup?
I downloaded the diagnostics, and I found these device info/settings that maybe is possible to change?
"status": [
{
"code": "switch_led",
"value": false
},
{
"code": "work_mode",
"value": "white"
},
{
"code": "bright_value",
"value": 1000
},
{
"code": "temp_value",
"value": 1000
},
{
"code": "countdown",
"value": 0
},
{
"code": "device_mode",
"value": "manual"
},
{
"code": "pir_state",
"value": "none"
},
{
"code": "cds",
"value": "50lux"
},
{
"code": "pir_sensitivity",
"value": "high"
},
{
"code": "pir_delay",
"value": 10
},
{
"code": "switch_pir",
"value": false
},
{
"code": "standby_time",
"value": 1
},
{
"code": "standby_bright",
"value": 100
}
]