javicalle

Results 408 comments of javicalle

> I don't have the color temperature control anymore, so I probably miss an `input`. You have changed the `DEVICE_TYPE`. Is this intentional? ```python signature = { .../... ENDPOINTS: {...

Hi Matt, sorry to be absent, but no spare time on my side. > Shall we rolling all classes to using it ? But the classes for these devices are...

Your device is loading the quirk and signature shows the OnOff clusters for both endpoints. Have you tried to 'reconfigure' your device?

Not sure if that device implements it or if it make sense at all, but setting the `quirk_id` would enable a couple of configuration entities in HA (power on and...

Most implementation extracted from the info in: * https://github.com/Koenkk/zigbee2mqtt/issues/12364 * https://github.com/Koenkk/zigbee-herdsman-converters/pull/4219/files Proposed quirk: ts0601_pirmotion.py ```python """BlitzWolf IS-3/Tuya motion rechargeable occupancy sensor.""" import math from typing import Dict from zigpy.profiles import...

One approach is just configure a zha local quirk folder. This is a guide of the steps to follow: * https://github.com/zigpy/zha-device-handlers/discussions/693#discussioncomment-857274 Copy the propposed file in the local folder and...

Is the 'normal' behaviour for most of the Tuya devices (not only yours). If you don't like troubles I would suggest you that avoid them. The device is loading the...

Usually looking at the logs while interacting with the device and copying the generated logs. There's not an easy way to do. I'm not sure in this case, but with...

The device signature is telling us that the quirk has been applied: ``` "class": "ts0601_switch.PirMotion" ``` But logs complains that can't find the DP definition: ``` 2022-06-13 18:48:53 WARNING (MainThread)...