title | description | addedAt | pageClass |
---|---|---|---|
Niko 552-721X1 control via MQTT |
Integrate your Niko 552-721X1 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway. |
2022-03-31 11:50:25 -0700 |
device-page |
Model | 552-721X1 |
Vendor | Niko |
Description | Single connectable switch |
Exposes | switch (state), action, operation_mode, linkquality |
Picture |
Remove the cover and press the little button 3x, the led will flash blue when in pairing mode. The device stays in this mode for 5 minutes or until it succesfully paired.
This device does not support binding to groups or devices.
This device does support decoupling from the build in relay, when the device is decoupled it will emit a 'single', 'hold', and 'release' action.
LED | Description |
---|---|
off | normal operation, the load is off |
white continues | normal operation, the load is on |
red flashing | connection to the zigbee network lost |
blue flashing | connecting to the zigbee network |
blue continues for 4 sec | connected succesfulyl to the zigbee network |
The LED can be disabled while the load is on by using a toothpick and holding the PROG button for 10 seconds.
The current state of this switch is in the published state under the state
property (value is ON
or OFF
).
To control this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"state": "ON"}
, {"state": "OFF"}
or {"state": "TOGGLE"}
.
To read the current state of this switch publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"state": ""}
.
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: single
, hold
, release
.
Value can be found in the published state on the operation_mode
property.
To read (/get
) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get
with payload {"operation_mode": ""}
.
To write (/set
) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set
with payload {"operation_mode": NEW_VALUE}
.
The possible values are: control_relay
, decoupled
.
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
.