Replies: 7 comments 1 reply
|
That should be enough. It does sound like a firmware limitation.. What version is your device currently running? There are some updates submitted to zigbee-ota. |
|
Bind was already okay
Firmware is up to date, at least the latest one: lumi.switch.acn047 LLKZMK12LM Firmware But the issue was the same on a previous one, 28 if I remember well. |
|
In that case I hope Aqara support will be helpful 🙁 We can only do an ugly workaround in Z2M code to match the real state: |
|
Totally agree with you. I wanted to double check if I was missing something here as Aqara is now reporting working on this issue for two weeks ! I would have loved to cross-verify and validate this behavior under ZHA as well to see if it behaves the same, but that's a real pain right now. The module is fully installed and enclosed inside the physical roller shutter housing, so I can't easily factory reset and re-pair it on a test stack. Thanks for the help ! 😊 |
|
Ah, also try to manually read the attribute when it's displayed wrong. Use the blue arrows in Z2M UI, next to the toggle. Curious if that gives the correct value |




Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am seeking some technical expertise regarding an architectural behavior I am encountering with the Aqara Dual Relay Module T2 (LLKZMK12LM) on firmware v33 (but same on previous firmwares).
I am currently in contact with Aqara’s technical support and R&D team, who claimed they are looking into it, but I want to double-check from a Zigbee2MQTT perspective to understand exactly where the issue lies.
The Setup
Application: Motorizing a wired roller shutter (230V wet contact configuration).
Z2M UI / Cluster Settings: Both relays are configured with Interlock enabled and Pulse mode active (tested with durations ranging from 200ms to 1s). But same behavior with interlock off.
The Problem
When triggering a relay from Z2M or Home Assistant, the state switches to ON.
On the hardware side, the module executes the pulse perfectly: the relay closes, stays active for the configured duration, and physically clicks open (OFF) locally.
The bug: The state in Zigbee2MQTT and Home Assistant remains permanently stuck on ON.
From my analysis, when the device automatically cuts its own power via its internal hardware timer in Pulse mode, the firmware seems to fail to broadcast its new standard Zigbee on_off cluster attribute state change back to the coordinator.
My Question
Before I suspect a pure Aqara firmware limitation:
Is anyone aware if the T2 module actually broadcasts anything at the end of a local hardware pulse when Interlock is on? Or is there a specific reporting configuration/converter tweak needed in Z2M to force or catch the on_off status update for this specific dual-mode combination?
Thanks a lot for your insights!
Guillaume
All reactions