Skip to content

PhilipsRDM002

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Light

Class: PhilipsRDM002LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
button_1_press_release off
button_1_hold hold_brightness_down
button_1_hold_release, button_2_hold_release, button_3_hold_release, button_4_hold_release release
button_2_press_release on
button_2_hold hold_brightness_up
button_3_press_release click_color_down
button_3_hold hold_color_down
button_4_press_release click_color_up
button_4_hold hold_color_up
dial_rotate_left_step click_brightness_down
dial_rotate_left_slow on_min_color_temp
dial_rotate_left_fast on_min_brightness
dial_rotate_right_step click_brightness_up
dial_rotate_right_slow on_full_color_temp
dial_rotate_right_fast on_full_brightness
example_app:
  module: controllerx
  class: PhilipsRDM002LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: PhilipsRDM002LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: PhilipsRDM002Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
button_1_press_release off
button_1_hold hold_brightness_down
button_1_hold_release, button_2_hold_release, button_3_hold_release, button_4_hold_release release
button_2_press_release on
button_2_hold hold_brightness_up
button_3_press_release click_colortemp_down
button_3_hold hold_colortemp_down
button_4_press_release click_colortemp_up
button_4_hold hold_colortemp_up
dial_rotate_left_step click_brightness_down
dial_rotate_left_slow on_min_color_temp
dial_rotate_left_fast on_min_brightness
dial_rotate_right_step click_brightness_up
dial_rotate_right_slow on_full_color_temp
dial_rotate_right_fast on_full_brightness
example_app:
  module: controllerx
  class: PhilipsRDM002Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: PhilipsRDM002Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id