My setup is based on an Aeotec Hub v3, and I need to acquire a relay for my garage door. I was looking at the Aqara Dual Relay Module T2 because of the dry contact mode…
My doubt is if anyone is using any of these with an Aeotec Hub directly (not with an Aqara Hub as a bridge). And if yes, do any of the major features have been lost like the Energy Monitoring?
I tried to search for “smartthings” on Amazon’s commentaries of the product and only found one starting with “Despite it not yet officially saying it is compatible with SmartThings…”. The comment is pretty simple, and I’m still yet to know if the person did use it directly to a smartthings/aeotec hub or if he had an Aqara hub connected to Smartthings…
Hopefully someone else already gave it a try and might help.
Thanks for your Quick Response, I’ll give it a try, using timers should propably be accurate enough for me as its intended to be used for a home cinema setup
First apologies in advance, I’m new and I’m having a hard time adapting.
Would it be possible to implement 2 functions to the aquara relay T2?
*dry mode (voltage-free)
choose the type of button (locked, warp…) if you choose button mode it gives you the choice of the fraction of milliseconds that you want it active (default value 300ms)
-dry mode is something configurable in the aqara version like the rest that I propose.
This device is the most versatile that I have found to date precisely because of these functions
I don’t know what custom cluster, attributes and values are used to configure the interlock functions (only a switch On), button types, dry mode.
I already searched on the internet and couldn’t find anything useful about it.
Dry mode is basically configured by removing the jumper between LIN and LOUT, to use LOUT, L1 and L2 as relays independent of the device power supply.
The only thing you cannot do is modify if you want the momentary button option, but you can use a routine that when the switch S1 or S2 is activated, then it turns off after 1 sec, it is not 300 ms, but it surely works for a garage door for example.
If you find information about the clusters, attributes and values that are used to configure the device and you are willing to send me logs with the CLI to debug the driver code, I could try it
New version of Zigbee Multi Switch and Child Mc-TEST for Aqara double relay T2 tests.
Hi @WHISKAS@Yodo@nf098@Giltechy
Incorporated preferences to configure the double T2 relay to operate in dry, wet, wet mode with pulse On, pulse time configuration and state restore after power loss.
I have used the data I have seen on Koenkk’s github, thanks
I have also added the Energy capability
To test this device you must switch to the Zigbee Multi Switch and Child Mc-TEST driver.
────────────────────────────────────────────────────
Name Zigbee Multi Switch and Child Mc-TEST
Version 2024-03-30T17:51:31.181523039
────────────────────────────────────────────────────
- id: "Aqara/switch.acn047"
deviceLabel: Aqara Double Relay T2 (LLKZMK12LM)
manufacturer: Aqara
model: lumi.switch.acn047
deviceProfileName: lumi-two-switch-power-energy-1
If an error is detected, I would need someone to send me logs with the CLI so I can try to solve it.
Although it apparently works well, the logs of when you change to the different modes and preferences would be useful to see the device’s responses.
- name: "restoreStateLumi"
title: "Restore State After Power Lost"
description: "After the power supply is back on, the State can be restored to previous state or remain switched off or reverse On-Off state."
required: false
preferenceType: enumeration
definition:
options:
"0": "device remains switched On"
"1": "device restores previous state"
"2": "device remains switched Off"
"3": "device on-off reverse state"
default: "1"
- name: "interlockMode"
title: "Interlock Mode only one relay On"
description: "prevents both relays being on at the same time"
required: true
preferenceType: enumeration
definition:
options:
"0": "Disabled: Independent Operation"
"1": "Enabled: Only one Relay On"
default: "0"
- name: "mode"
title: "Operation Device Mode"
description: "Operation Mode, Wet, Dry, Dry pulse"
required: true
preferenceType: enumeration
definition:
options:
"0": "Wet: Contacts with device power"
"1": "Dry: Contacts not Powered with pulse"
"3": "Dry: Contacts not Powered"
default: "0"
- name: "dryPulseTime"
title: "Pulse length in Dry mode with pulse"
description: "ON Pulse length in Dry mode with pulse. (200 ms to 2000 ms). Default: 300 ms"
required: false
preferenceType: integer
definition:
minimum: 200
maximum: 2000
default: 300
Although I created this post in January, only now I had the chance to try this out in action…
Double Dry Contact works well with Mariano’s driver. I followed the scheme from Aqara’s website with the L and N wires powering the device and then the L1 and L2 set up as the triggers for 2 Garage gates. If I trigger the first (L1), both gates open at the same time, if I trigger the second (L2), only one of the gates open.
I also added a couple of Scenes in order to allow the device to be powered on for just one second - the trigger is on, gate is opening/closing and 1 second later smartthings sends the command to poweroff the device, while the gate is still opening/closing. There is no need to leave the the device on, and if I want to close it I would have to hit the button twice, in order to turn it off and on again. Also, 1 second is the minimum amount of time that Smartthings allowed me to.
So far it is working great, if something comes up, I’ll let you know. Once again, thanks @Mariano_Colmenarejo
Been using this device for 4 days and it’s working well. One concern is the possible power consumption. According to what shows on Smartthings it consumed 2kwh in 4 days, which is a lot for a relay. Curiosly I’ve never seen the potenciometer value above 0w:
On Aqara’s website they mention 0,6W which in 4 days should be something around 0,06kwh. If there isn’t any bug, I might consider removing it because even though it works really well, it shouldn’t be consuming this much.
The device doesn’t show in Smartthings Energy so I can’t confirm there either.
I found that on the device settings you can change the “Operation Device Mode”. It was configured in Wet mode and I’ve set it as Dry without pulse. I honestly don’t know much about this but I do know that what I wanted was Dry and this way the contacts that open the gates do not receive power.
I’ll keep you updated on the consumption and how it’s working going forward.