Skip to content
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

Button state is not refreshed immediately after manual click for Aqara QBKG03LM switch #2088

Open
yivasyuk opened this issue Feb 24, 2024 · 0 comments

Comments

@yivasyuk
Copy link

After some of last iobroker system upgrades I noticed not working button state synchronization after MANUAL click on it.

Additional information:

  • after manual click switch object received two changes in "msg_from_zigbee" state
    {"type":"attributeReport","data":{"61440":57341696,"onOff":1},"linkquality":145,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":71,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}},"endpoint_id":2}

{"type":"attributeReport","data":{"onOff":1},"linkquality":131,"groupID":0,"cluster":"genOnOff","meta":{"zclTransactionSequenceNumber":72,"manufacturerCode":null,"frameControl":{"frameType":0,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":true,"reservedBits":0}},"endpoint_id":4}

It looks like second message was not parced correctly or so (where "data":{"onOff":1}).

  • state was synchronized (in 2-4 min randonly) successfully only after the next next change in "msg_from_zigbee":
    javascript.0 (25914) script.js.categories.test.test1: {"type":"attributeReport","data":{"65281":{"1":3300,"3":23,"5":686,"8":9750,"10":25376,"100":1,"101":0,"110":1,"111":0,"153":0,"155":0}},"linkquality":142,"groupID":0,"cluster":"genBasic","meta":{"zclTransactionSequenceNumber":106,"manufacturerCode":4447,"frameControl":{"frameType":0,"manufacturerSpecific":true,"direction":1,"disableDefaultResponse":true,"reservedBits":0}},"endpoint_id":1}

Device model detected as QBKG03LM.
https://www.zigbee2mqtt.io/devices/QBKG03LM.html

Platform: linux
operating system: linux
Architecture: x64
CPUs: 2
Speed: 0 MHz
Model: QEMU Virtual CPU version 2.5+
RAM: 3.8 GB
System uptime: 2 d. 00:27:07
Node.js: v20.11.1
time: 1708807142725
timeOffset: --
NPM: 10.2.4
adapters count: 535
Disk size: 9.7 GB
Disk free: 4.4 GB
Active instances: 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant