Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Control a light with the IKEA Rodret 2-button dimmer.
- Hold UP/DOWN = dim continuously (direction saved in input_select)
- Release = stop dimming
- Single click ON/OFF = toggle light

⚠️ Requirements:
ZHA (no support for zigbee2mqtt at the moment or ever if you want it and it works then do a pull I'll add it)
This blueprint requires two helper entities to be created manually:

  1. input_boolean.rodret_dimming_active
  2. input_select.rodret_hold_direction with options "up" and "down"

Add this to your configuration.yaml:

input_boolean:
  rodret_dimming_active:
    name: Rodret Dimming Active
    initial: false

input_select:
  rodret_hold_direction:
    name: Rodret Hold Direction
    options:
      - "up"
      - "down"
    initial: "up"

🛠️ Import this Blueprint into Home Assistant

Click the button below to import this blueprint directly into your Home Assistant instance:

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

To do:

  • clean up
  • double tap
  • add support for zigbee2mqtt

About

A home assistant blueprint for the ikea rodret two button switch

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors