Skip to content

Namron4512773

Picture Controller types Integrations
  • Zigbee2MQTT (z2m)

Notes

The Namron 4512772 has four groups, and with swappable physical buttons it is intended to control one, two, or four buttons. To make this work with ControllerX, you can use one app per light you want to control.

Light

Class: Namron4512773LightController

Default delay: 350ms

Default mapping:

Zigbee2MQTT Predefined actions
on_l1, on_l2, on_l3, on_l4 on
off_l1, off_l2, off_l3, off_l4 off
brightness_move_up_l1, brightness_move_up_l2, brightness_move_up_l3, brightness_move_up_l4 hold_brightness_up
brightness_move_down_l1, brightness_move_down_l2, brightness_move_down_l3, brightness_move_down_l4 hold_brightness_down
brightness_stop_l1, brightness_stop_l2, brightness_stop_l3, brightness_stop_l4 release
example_app:
  module: controllerx
  class: Namron4512773LightController
  integration: z2m
  controller: sensor.my_controller_action
  light: light.my_entity_id
example_app:
  module: controllerx
  class: Namron4512773LightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: light.my_entity_id

Zigbee2MQTT Light

Class: Namron4512773Z2MLightController

Default mapping:

Zigbee2MQTT Predefined actions
on_l1, on_l2, on_l3, on_l4 on
off_l1, off_l2, off_l3, off_l4 off
brightness_move_up_l1, brightness_move_up_l2, brightness_move_up_l3, brightness_move_up_l4 hold_brightness_up
brightness_move_down_l1, brightness_move_down_l2, brightness_move_down_l3, brightness_move_down_l4 hold_brightness_down
brightness_stop_l1, brightness_stop_l2, brightness_stop_l3, brightness_stop_l4 release
example_app:
  module: controllerx
  class: Namron4512773Z2MLightController
  integration: z2m
  controller: sensor.my_controller_action
  light: my_entity_id
example_app:
  module: controllerx
  class: Namron4512773Z2MLightController
  integration:
    name: z2m
    listen_to: mqtt
  controller: my_controller
  light: my_entity_id