title | description | addedAt | pageClass |
---|---|---|---|
Schneider Electric 545D6514 control via MQTT |
Integrate your Schneider Electric 545D6514 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway. |
2021-03-13 10:42:22 UTC |
device-page |
Model | 545D6514 |
Vendor | Schneider Electric |
Description | LK FUGA wiser wireless double relay |
Exposes | switch (state), action, linkquality |
Picture |
Short press top left button 3 times.
Short press the setup button followed by a long press of at least 10 seconds.
The current state of this switch is in the published state under the state_l1
property (value is ON
or OFF
).
To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"state_l1": "ON"}
, {"state_l1": "OFF"}
or {"state_l1": "TOGGLE"}
.
To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"state_l1": ""}
.
The current state of this switch is in the published state under the state_l2
property (value is ON
or OFF
).
To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"state_l2": "ON"}
, {"state_l2": "OFF"}
or {"state_l2": "TOGGLE"}
.
To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"state_l2": ""}
.
Triggered action (e.g. a button click).
Value can be found in the published state on the action
property.
It's not possible to read (/get
) or write (/set
) this value.
The possible values are: on_s*
, off_s*
.
Link quality (signal strength).
Value can be found in the published state on the linkquality
property.
It's not possible to read (/get
) or write (/set
) this value.
The minimal value is 0
and the maximum value is 255
.
The unit of this value is lqi
.