Schneider Electric MEG5116-0300/MEG5171-0000
Model | MEG5116-0300/MEG5171-0000 |
Vendor | Schneider Electric |
Description | Merten MEG5171 PlusLink Dimmer insert with Merten Wiser System M Push Button (1fold) |
Exposes | light (state, brightness, level_config), ballast_minimum_level, ballast_maximum_level, dimmer_mode, indicator_mode, switch_actions |
Picture | ![]() |
Options
How to use device type specific configuration
transition
: Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to0
(no transition). The value must be a number with a minimum value of0
state_action
: State actions will also be published as 'action' when true (default false). The value must betrue
orfalse
Exposes
Light
This light supports the following features: state
, brightness
, level_config
.
state
: To control the state publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"state": "ON"}
,{"state": "OFF"}
or{"state": "TOGGLE"}
. To read the state send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"state": ""}
.brightness
: To control the brightness publish a message to topiczigbee2mqtt/FRIENDLY_NAME/set
with payload{"brightness": VALUE}
whereVALUE
is a number between0
and254
. To read the brightness send a message tozigbee2mqtt/FRIENDLY_NAME/get
with payload{"brightness": ""}
.
Ballast minimum level (numeric)
Specifies the minimum light output of the ballast. Value can be found in the published state on the ballast_minimum_level
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"ballast_minimum_level": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"ballast_minimum_level": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.
Ballast maximum level (numeric)
Specifies the maximum light output of the ballast. Value can be found in the published state on the ballast_maximum_level
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"ballast_maximum_level": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"ballast_maximum_level": NEW_VALUE}
. The minimal value is 1
and the maximum value is 254
.
Dimmer mode (enum)
Sets dimming mode to autodetect or fixed RC/RL/RL_LED mode (max load is reduced in RL_LED). Value can be found in the published state on the dimmer_mode
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"dimmer_mode": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"dimmer_mode": NEW_VALUE}
. The possible values are: auto
, rc
, rl
, rl_led
.
Indicator mode (enum)
Set Indicator Mode.. Value can be found in the published state on the indicator_mode
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"indicator_mode": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"indicator_mode": NEW_VALUE}
. The possible values are: reverse_with_load
, consistent_with_load
, always_off
, always_on
.
Switch actions (enum)
Set Switch Action.. Value can be found in the published state on the switch_actions
property. To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"switch_actions": ""}
. To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"switch_actions": NEW_VALUE}
. The possible values are: light
, light_opposite
, dimmer
, dimmer_opposite
, standard_shutter
, standard_shutter_opposite
, schneider_shutter
, schneider_shutter_opposite
, scene
, toggle_light
, toggle_dimmer
, alternate_light
, alternate_dimmer
, not_used
.