Try to set LCD brightness to local tuya device

Hello, I use the local tuya integration for some devices such as covers and temperature sensors, everything works correctly, but I can’t configure (SET) the brightness of a weather station lcd, if I send the command to modify via iot tuya platform or from its app it works, but I can’t from home assistant,
the DPid is 106 (lcd_brightness) and the possible values ​​are 0,1,2,3

when I open the entity to set the value I see the number changing when using app or phisical button on device or send command via iot platform but if I move the slider here nothing happens.

what am I doing wrong? thanks

Update: since last local tuya update now if i move slider to 0, it work, but only for 0 value, if i move to 1,2 or 3 nothing happen.
I think this is a bug or something related to string / enum / integer…
because in iot dev platform if i send:
{"lcd_brightess":"2"} it work, if i send value without the “” {"lcd_brightess":2} it didn’t work…
This makes me think it needs a string, but I could be wrong.
any help is appreciated.