javicalle

Results 408 comments of javicalle

Not sure if the current approach will break `TS0601` devices or just give some errors in the logs, but IMHO is a too much generic definition. > @javicalle Is it...

> This means that other TS0601 devices without the attributes I'm creating entitites for will be left untouched. But this generates error logs? I think that some issues had been...

> I will probably change the names of the component's class I created to something more generic Yes please. This way we can match the same HA entity just with...

Despite the device signature it seems that device don't support any electrical metering. Z2M configs declares the device just as a `OnOff` switch: * https://github.com/Koenkk/zigbee-herdsman-converters/blob/33d7003c2cabfe963d0a34eb2b1447e26abed004/devices/tuya.js#L814 Do you have any evidence...

Have you tried to remove the device from HA and pair it again? If not working, we need the logs to see what can be happening. Check the documentation to...

Can you try to remove from HA the device, wait a minute and pair it again?

Ok, that's what I can see in the logs (device: `0xCE12`): 1. the device is initializing: ``` 2022-12-05 01:10:45.598 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0xCE12:1:0x0702]: initializing channel: from_cache: True 2022-12-05 01:10:45.598 DEBUG...

> setting the backlight mode doesn't work either, but don't know how to remove it The easy way would be to disable the entity. This comes from the `TuyaZBOnOffAttributeCluster` cluster:...

> Here all the clusters: ![Screenshot 2023-01-05 at 9 24 08 AM](https://user-images.githubusercontent.com/18717376/210844506-07edd9a9-9f57-4b15-8203-1e7a16e4f53a.png) > The last one is the `WindowCovering` cluster. But it will be easier if you can share the...

Might be worth reviewing and comparing the value of the attributes: * 0x0007: config_status * 0x0017: window_covering_mode Ref: https://github.com/zigpy/zigpy/blob/a2e5910aab25aceca855e6df0847df4487022818/zigpy/zcl/clusters/closures.py#L596