Skip to main content

Controller - Smarthjemmet.dk QUAD-ZIG-SW 4 button remote

Import this blueprint

My Home Assistant

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.


tip

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 Smarthjemmet.dk QUAD-ZIG-SW 4 button remote. Supports controllers integrated with Zigbee2MQTT.

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 controlling a light brightness).

tip

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

Optional

If 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 Docs

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

Light Hook docs

Changelog​

  • 2025-02-xx: Initial release. (@Nicolai-) 🎉