javicalle

Results 408 comments of javicalle

> for 1-gang is changing its replacement input cluster from TuyaOnOff to TuyaOnOfNM. Must have been just a copy-paste mistake there. Ouuuuch. Yes it is. Once tested, you can create...

Are you sure that device support that feature? I'm not sure that would be supported just because it have the `0X4003` attribute 🤔 It seems that device have a Tuya...

I have had to pair some devices several times because they did not report the manufacturer or model correctly. Have you tried pairing the device again? Make sure to keep...

Ummm, I believe that this is a misunderstanding of the command ARGS meaning. It seems that as @gonzalezjj points, the on_off command is detected from the brightness value. `args[1]` it's...

And here is the PR #1748 It will restore the 'normal' behavior, but... The quirk that was intended to invoke the `on/off` command on non-compliant devices (most Tuya devices, I'd...

In case someone wants to test the new version before next release, you can enable the local quirks and copy the file from here: * https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/tuya/mcu/__init__.py

> just a tiny bug remains - might be unrelated to this one and moved to a separate one - then the dimmer is turned off and I move the...

> How do I do that? Do I just add that file to the /config/zha_quirks folder and ensure this is in HA configuration.yaml? > > ``` > zha: > enable_quirks:...

The fixed command probably will be included in the next HA release. Remember to delete the local quirks once updated.

Hi, I intend to migrate the `TuyaNewManufCluster` implementation to a new implementation and this case would be a good candidate for testing on a TRV device. @zoic21 would you be...