Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

HOBEIAN ZG-301Z-MOTO

ModelZG-301Z-MOTO
VendorHOBEIAN
DescriptionCurtain Motor Controller
Exposescover (state, position), cur_calibration, control_back, tr_timecon, switch_type, indicator_mode
PictureHOBEIAN ZG-301Z-MOTO

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.

Help to make the docu better and edit this page on Github ✌
Last Updated: 5/13/26, 6:53 PM