Support for Zigbee Aqara E1 double key wireless switch (WXKG17LM) #20611
Replies: 1 comment 1 reply
-
i tried a little bit more, but yet no solution: as the information on the z2m said, a firmware update would be necessary i updated the firmware from EZSP 6.7.9.0 to [ncp-uart-sw_6.10.9_115200.ota] found at https://github.com/xsp1989/zigbeeFirmware/blob/master/firmware/ZigbeeBridge_SM-011-signed/ncp-uart-sw_6.10.9_115200.ota. However my bridge refused to work with this firmware file (error shown on tasmota console when starting zigbee, so no zigbee working at all). A downgrade to https://github.com/xsp1989/zigbeeFirmware/blob/master/firmware/ZigbeeBridge_SM-011-signed/ncp-uart-sw_6.7.10_115200.ota made the bridge/zigbee work again, nevertheless the switch still does not work. SENSOR = {"ZbInfo":{"0x04BC":{"Device":"0x04BC","IEEEAddr":"0x54EF44100090DB81","ModelId":"lumi.remote.acn004","Manufacturer":"LUMI","Endpoints":[1,2,3],"Config":[],"Reachable":true,"BatteryPercentage":42,"BatteryLastSeenEpoch":1706693505,"LastSeen":779,"LastSeenEpoch":1706693515,"LinkQuality":123}}} any ideas? maybe xsp1989 can give a hint? |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
Hi there,
i have a problem with using the Aqara E1 double key wireless switch (WXKG17LM) with tasmota.
I paired the E1 successfully with the tasmota. Console "zbinfo"-command gives the information:
SENSOR = {"ZbInfo":{"0x0A0C":{"Device":"0x0A0C","IEEEAddr":"0x54EF44100090DB81","ModelId":"lumi.remote.acn004","Manufacturer":"LUMI","Endpoints":[1,2,3],"Config":[],"Reachable":false,"BatteryPercentage":100,"BatteryLastSeenEpoch":1706442305,"LastSeen":26394,"LastSeenEpoch":1706447888,"LinkQuality":123}}}
However pressing a button gives no information on the console, also with the more debug option.
On the tasmota web-startpage the device is shown, but the time is greyed-out (as if the device is offline).
Other sensors (also aqara) work without flaws.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
pairing the aqara E1 with tasmota, press a button of the E1, nothing happens on the console (especially no zigbee event)
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
one should see a zigbee event showing a button is pressed
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
On zigbee2mqtt-webpage it says: "In order for this device to work (fully), at least the following firmware is required on your adapter", see link https://www.zigbee2mqtt.io/devices/WXKG17LM.html
on zha-device-handlers it says, a specific "manufacturer_id" would be necessary (manufacturer_id_override = 0x115F", see link: zigpy/zha-device-handlers#1794
I think the problem cannot be solved by a zigbee device plugin - maybe the zigbee-firmware has to be modified?
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions