javicalle

Results 408 comments of javicalle

> If I get a chance I'll try and contribute this back to the repo. Do it please. Probably quirk needs to be tweaked but it will be easier from...

I have checked the logs and I can't see any power/electrical report from the device. All the clusters requests are HA pollings and the device reports a 0 value for...

> @javicalle Is it working putting `EnchantedDevice` here > > https://github.com/zigpy/zha-device-handlers/blob/8122e9283589f4fff585e4cf03892bf87587e345/zhaquirks/tuya/ts0044.py#L27 > I bet that can be done adding in the parent class: ```python class Tuya4ButtonTriggers(EnchantedDevice): """Tuya 4-button remote device...

Thanks Julian. Sorry for all the troubles. 😓

Hi Arthur, from your logs it seems that there is something wrong in the quirk but not sure if related. Can you post here your quirk version? Put the code...

Sorry for the late response. The issue went to the backlog and I lost the track of it. I have reviewed the issue and I believe that I have found...

Logs from the device reporting are also welcomed. Enable the debug logs and look for your NWK device in the logs.

It seems to me that there's a bug in the `replacement` part of the endpoint 2. Can you replace the `LevelControl.cluster_id` with `F000LevelControlCluster` (yes, without the `.cluster_id`) Not sure if...

So there are 3 issues: * add the ts110e 2 gang device * the dimming range of the device 0-65535 vs ZHA range 0-255 * the minimum dim -> turn...

Ummm, not sure if I want to look inside that hole... 🙈 But the issue here is that the `F000LevelControlCluster` uses a custom command to dim, so no standar to...