javicalle

Results 408 comments of javicalle

@ForresT1984 have you removed the previous quirk? I can't see where is the code using the `TuyaManufCluster`. Attach the full exception to see where the error comes from. Which is...

The actual v2022.6.X HA version already have the classes needed. If you are in this version you wouldn't need to change the relative import except if you hadn't removed the...

Caught! There was an error in the `replacement` part (the `TuyaWindowCovering` reference): ```python replacement = { ENDPOINTS: { 1: { DEVICE_TYPE: zha.DeviceType.WINDOW_COVERING_DEVICE, INPUT_CLUSTERS: [ Basic.cluster_id, Groups.cluster_id, Scenes.cluster_id, TuyaWindowCoverManufCluster, TuyaOnOffNM, TuyaWindowCovering,...

I don't know if you are using the `custom_zha_quirks` mechanism or you are editing the `site-packages` files. My proposal is a new file that can (must?) work with the latest...

I can't see the image with your folder contents, but you only need one file inside: `ts0601_mcu_cover.py` The error is related to an `on_off` command. Usually this would be a...

It seems to me a pairing issue. Have you tried to repair the device? It the problem persist, enable the debug logging and attach the relevant info about your device:...

We will need the logs from the on/off action. From HA and from the physical device.

Look at the logs for any info from your device (check the Nwk value for your device in the "Zigbee info" option).

Device isn't reporting the switch status change. The same has been reported in Z2M: * https://github.com/Koenkk/zigbee2mqtt/issues/9493#issuecomment-1004218362 The device would update its status after a while when HA polled the device...

> If for example the plug has state "on" on home assistant and switch it off from plug physical button, the switch state on home assistant doesn't change even if...