Controller - Xiaomi WXCJKG12LM Aqara Opple 4 button remote
Loading maintainers…
Loading versions…
This blueprint is part of the Controllers-Hooks Ecosystem. You can read more about this topic here.
Description​
This blueprint provides universal support for running any custom action when a button is pressed on the provided Xiaomi WXCJKG12LM Aqara Opple 4 button remote. Supports controllers integrated with Zigbee2MQTT, ZHA, deCONZ. Just specify the integration used to connect the remote to Home Assistant when setting up the automation, and the blueprint will take care of all the rest.
In addition of being able to provide custom actions for every kind of button press supported by the remote, the blueprint allows to loop the long press actions while the corresponding button is being held. Once released, the loop stops. This is useful when holding down a button should result in a continuous action (such as lowering the volume of a media player, or controlling a light brightness).
Automations created with this blueprint can be connected with one or more Hooks supported by this controller. Hooks allow to easily create controller-based automations for interacting with media players, lights, covers and more. See the list of Hooks available for this controller for additional details.
Requirements​
Zigbee2MQTT Integration
OptionalIf you plan to integrate the with Zigbee2MQTT, you must have this integration set up. Installation methods differ between different installation types. Check out the documentation for full details on the required hardware and how to set up Zigbee2MQTT on your system.
Zigbee2MQTT DocsZHA Integration
OptionalIf you plan to integrate the with ZHA, you must have this integration set up. The ZHA integration can be configured from the Home Assistant UI. Check the documentation for full details on the required hardware and how to set up ZHA on your system.
ZHA Integration DocsdeCONZ Integration
OptionalIf you plan to integrate the with deCONZ, you must have this integration set up. The deCONZ integration can be configured from the Home Assistant UI and requires an additional container to run deCONZ on. Head over to the documentation for full details on the required hardware and how to set up deCONZ on your system.
deCONZ Integration DocsInput Text Integration
RequiredThis integration provides the entity which must be provided to the blueprint in the Helper - Last Controller Event input. Learn more about this helper by reading the dedicated section in the Additional Notes.
Inputs​
Available Hooks​
Light​
This Hook blueprint allows to build a controller-based automation to control a light. Supports brightness and color control both for white temperature and rgb lights.
Default Mapping​
- Button 1 short press -> Turn on
- Button 1 long press -> Brightness up (continuous, until release)
- Button 1 double press -> Color up
- Button 2 short press -> Turn off
- Button 2 long press -> Brightness down (continuous, until release)
- Button 2 double press -> Color down
Mapping #2​
- Button 3 short press -> Turn on
- Button 3 long press -> Brightness up (continuous, until release)
- Button 3 double press -> Color up
- Button 4 short press -> Turn off
- Button 4 long press -> Brightness down (continuous, until release)
- Button 4 double press -> Color down
Media Player​
This Hook blueprint allows to build a controller-based automation to control a media player. Supports volume setting, play/pause and track selection.
Default Mapping​
- Button 1 short press -> Volume up
- Button 1 long press -> Volume up (continuous, until release)
- Button 1 double press -> Next track
- Button 2 short press -> Volume down
- Button 2 long press -> Volume down
- Button 2 double press -> Play/Pause
Mapping #2​
- Button 3 short press -> Volume up
- Button 3 long press -> Volume up (continuous, until release)
- Button 3 double press -> Next track
- Button 4 short press -> Volume down
- Button 4 long press -> Volume down
- Button 4 double press -> Play/Pause
Cover​
This Hook blueprint allows to build a controller-based automation to control a cover. Supports opening, closing and tilting the cover.
Default Mapping​
- Button 1 short press -> Open cover
- Button 1 long press -> Open the cover tilt
- Button 2 short press -> Close cover
- Button 2 long press -> Close the cover tilt
- Button 2 double press -> Stop cover and cover tilt
Mapping #2​
- Button 3 short press -> Open cover
- Button 3 long press -> Open the cover tilt
- Button 4 short press -> Close cover
- Button 4 long press -> Close the cover tilt
- Button 4 double press -> Stop cover and cover tilt
Additional Notes​
Helper - Last Controller Event​
The helper_last_controller_event (Helper - Last Controller Event) input serves as a permanent storage area for the automation. The stored info is used to implement the blueprint's core functionality. To learn more about the helper, how it's used and why it's required, you can read the dedicated section in the Controllers-Hooks Ecosystem documentation.
Changelog​
Loading changelog…