Home Assistant & Zigbee2MQTT
OWON ZigBee devices join your Home Assistant setup through Zigbee2MQTT (the device side of Method D). This page covers the pairing flow, what you get out of the box, and what we supply per model.
Honest version. OWON ZigBee devices are ZigBee 3.0 / ZCL-compliant, which is what Zigbee2MQTT expects — devices using standard clusters (On/Off, Metering, Thermostat, Temperature…) pair and publish through stock converters. A few OWON models expose manufacturer-specific attributes; for those we provide the custom-converter file and attribute mapping with the official Device Cluster List.
1. Pairing
Standard Zigbee2MQTT setup with any supported ZigBee coordinator (ConBee II, Sonoff ZBDongle, CC2531, …) — no OWON account, cloud or gateway required:
# Zigbee2MQTT — configuration.yaml (standard setup) # Works with any supported coordinator: ConBee II, Sonoff # ZBDongle-P, CC2531, OpenZigbee, etc. mqtt: server: mqtt://localhost:1883 serial: port: /dev/ttyUSB0 adapter: zstack frontend: true # Pair an OWON device the normal Z2M way: # permit_join: true, then factory-reset the device and # let it search for a network.
2. Entities in Home Assistant
# Once a device is paired in Zigbee2MQTT, its published # topics feed Home Assistant through Z2M's MQTT discovery — # entities appear automatically for every device Z2M # supports out of the box. # For OWON models that need a custom converter (non-standard # attributes), our engineering team supplies the converter # file + mapping notes with the Device Cluster List.
Typical entity shapes by family: meters → sensor.* (voltage, current, power, energy), thermostats → climate.*, plugs/switches → switch.*, sensors → sensor.* / binary_sensor.*.
3. Model-by-Model Status
Support in Zigbee2MQTT evolves with its device database. Before your project starts, ask our engineering team for the current list: for each model we confirm whether the stock converter covers it or a custom converter ships with the Device Cluster List package.
Planning a Home Assistant deployment?
We provide device-specific Z2M converter files, attribute maps and pairing instructions per model.
Contact Engineering Team →
