HOBEIAN ZG-301Z-MOTO
| Model | ZG-301Z-MOTO |
| Vendor | HOBEIAN |
| Description | Curtain Motor Controller |
| Exposes | cover (state, position), cur_calibration, control_back, tr_timecon, switch_type, indicator_mode |
| Picture | ![]() |
Notes
Calibration
Press the open button on the switch, wait until the curtains are completely open. Press the pause/stop button on the switch. Put the device into calibration mode via software. Press the close button on the switch, wait until curtains are fully closed. Press the pause/stop button on the switch. Disable the calibration mode.
Exposes
Cover
The current state of this cover is in the published state under the state property (value is OPEN or CLOSE). To control this cover publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "OPEN"}, {"state": "CLOSE"}, {"state": "STOP"}. It's not possible to read (/get) this value. To change the position publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"position": VALUE} where VALUE is a number between 0 and 100.
Cur calibration (enum)
Curtain calibration. Value can be found in the published state on the cur_calibration property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"cur_calibration": NEW_VALUE}. The possible values are: start, end.
Control back (enum)
Set curtain control back. Value can be found in the published state on the control_back property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"control_back": NEW_VALUE}. The possible values are: forward, back.
Tr timecon (numeric)
Quick Calibrate. Value can be found in the published state on the tr_timecon property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"tr_timecon": NEW_VALUE}. The minimal value is 0 and the maximum value is 120. The unit of this value is s.
Switch type (enum)
Set curtain controller switch type. Value can be found in the published state on the switch_type property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"switch_type": NEW_VALUE}. The possible values are: flip_switch, sync_switch, button_switch.
Indicator mode (enum)
Set Controller indicator mode. Value can be found in the published state on the indicator_mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"indicator_mode": NEW_VALUE}. The possible values are: relay, pos, none.

