javicalle
javicalle
Ummmm, there is a especific converter for this device: * https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/devices/useelink.js#L25-L44 From my understand the quirk is casting the Tuya spell and then doing this reporting binding bettwen endpoints. I'm...
Hi there Yonah, the `_TZ3000_cfnprab5` manufacturer is the one in the `useelink.js` file. Is one of the few references I have found so I will take as a starting point....
I have some kind of crazy quirk based on nothing but I'm away from my development PC. If someone want to try... My proposal would be: * create a `OnOffGroupCluster`...
I'm so glad someone finally got it to work!!! Could you test if in this device works some of the Tuya attributes?: * `backlight_mode` (0,1,2) * `power_on_state` (Off:0, On:1, LastState:2)...
> @javicalle The sniffs i have seen with tuya magic spell its looks like tuya is not configuring reporting and the device is reporting to the coordinator as default and...
@yruss972 Thanks for testing and for your detailed response. The first `TuyaZBOnOffAttributeCluster` is the cluster for the plug1, right? I think being able to define an aditional global switch would...
According to the code, this device supports short, long and double press for left, right and both: https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/xiaomi/aqara/remote_b286acn01.py#L214..L224 What are the events that you miss? Have you looked at the...
Every rocker button will send events from a diferent `"endpoint_id": 1/2/3,`. Not sure about how diferent actions must come, I believe that would be as diferent `"command"`. But ill will...
I see. You are having only events from the `OnOff` cluster and nothing from the `MultistateInputCluster`. I don't know if there's a way to activate this (I don't see anything...
According to blackadder and Z2M this device only reports `single_click` events: * https://zigbee.blakadder.com/Aqara_WXKG02LM.html * https://www.zigbee2mqtt.io/devices/WXKG02LM_rev1.html#action-enum You can identify the different buttons from the `endpoint_id`.