-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aqara wall switch neutral line #117
Comments
Can you try adding the following to your {
zigbeeModel: ['lumi.ctrl_ln1.aq1'],
model: 'QBKG11LM',
vendor: 'Xiaomi',
description: 'Aqara single key wired wall switch',
supports: 'on/off',
fromZigbee: [fz.QBKG04LM_state, fz.ignore_onoff_change],
toZigbee: [tz.onoff],
ep: {'': 2},
},
{
zigbeeModel: ['lumi.ctrl_ln2.aq1'],
model: 'QBKG12LM',
vendor: 'Xiaomi',
description: 'Aqara double key wired wall switch',
supports: 'l1 and l2 on/off',
fromZigbee: [fz.QBKG03LM_state, fz.QBKG03LM_buttons],
toZigbee: [tz.onoff],
ep: {'left': 2, 'right': 3},
}, |
I tried that and got this. QBKG11LM:
QBKG12LM:
|
Whats the output when running with |
This is the output
|
I've added initial support in the QBKG11LM_QBKG12LM branch. cd node_modules
rm -rf zigbee-shepherd-converters
git clone https://github.com/Koenkk/zigbee-shepherd-converters.git -b QBKG11LM_QBKG12LM Can you check if everything is ok? |
I updated to the latest zigbee2mqtt and test it out the converters you said but it doesn't start.
The npm log:
|
Got it working manually copying the files. This is what the
|
Updated, can you check again? |
Updated to the latest zigbee2mqtt and replaced the converters. This is what the default log looks like for both devices
Debug log for QBKG12LM
Debug log for the QBKG11LM
|
Updated, can you check if turning on/off also works? By sending e.g. for QBKG11LM |
With the last update the log doesn't show any errors. QBKG11LM:By sending
QBKG12LM:It does work by sendind
But reports weird things such as
|
QBKG11LM: can you check if it also works without the random letters? (so
The Note: you need to update both zigbee2mqtt as zigbee-shepherd-converters. |
QBKKG11LM works fine without the random letters. QBKG12LM seems to be fixed as well. I'll test more in depth in a few hours. Thank you for your hard work! |
The QBKG11LM seems to be working fine, this is what the log looks like now
And for the QBKG12LM seems to work fine if a publish the message "manually"
but if I integrate it in Home Assistant using the template for the QBKG03LM I get the triple status bug and only the left one is triggered but I can't control it.
|
Remove the |
Now it's working good!
I only get the reports of the left switch. I've never got The |
Fixed, if there is nothing else, I think it's ready for merge. |
It's working fine. I'm going to close the issue. Thanks @Koenkk ! |
Looks like I have the exact same problem:
I am on Hassio 0.83.3, use the CC2531 and zigbee2mqtt-edge addon Any help on getting this fixed? Thanks |
@phoxy84 What is the model number of this device? |
@Koenkk That should be the QBKG11LM. It's the wired version, one button with power measurement. |
@phoxy84 should be supported in the latest edge (wait 1 hour before the image is build). |
Hi, no difference. Did a restart of the addon and still unknown. Edit: after uninstall and reinstall it recognize the device. Doesn’t work yet, but thats looks like a range issue. Will look into it and report back |
I cant find the QBKG12LM to buy... could you help me? |
Aqara wall switch neutral line - Single (QBKG11LM):
Log:
Database:
Aqara wall switch neutral line - Double (QBKG12LM):
Log:
Database:
The text was updated successfully, but these errors were encountered: