> For the complete documentation index, see [llms.txt](https://docs.chirpwireless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirpwireless.io/devices/tested-device-guides/zigbee.md).

# Zigbee Devices

Zigbee end devices we have paired and registered end-to-end on Chirp through a Zigbee2MQTT hub. These pages cover the device-specific parts — pairing procedures, payload formats, behavioral quirks. The protocol-level setup (Z2M install, MQTT connector configuration, Chirp device registration flow) is the same for every Zigbee device and lives in [Setting up Zigbee2MQTT](/connectors/mqtt-connector/zigbee2mqtt.md) and [Topics and device routing](/connectors/mqtt-connector/topics-and-device-routing.md).

## In this section

* [Paulmann 50064 light bulb](/devices/tested-device-guides/zigbee/paulmann-50064-light-bulb.md) — Tunable-white CCT bulb. Covers the 5-cycle factory-reset pattern, the full payload field set, the Mirek-scale color-temperature mapping, and the behavioral quirk where physical wall-switch toggles don't generate MQTT publishes.

## Don't have one of these?

That's the normal case. The [Zigbee2MQTT supported devices list](https://www.zigbee2mqtt.io/supported-devices/) covers thousands of devices — anything in there works with Chirp. The procedure for registering a new Zigbee device is:

1. Pair the device through Z2M, following the manufacturer's instructions for entering pairing mode.
2. Rename it in the Z2M web UI to a whitespace-free friendly name.
3. Register it in Chirp using the friendly name as the Device ID and `zigbee2mqtt/{{deviceId}}` as the Device ID Topic — the same values as for any other Z2M-bridged device.
4. Map the payload keys the device publishes to your chosen normalized metrics.

The only thing that changes between devices is step 1 (pairing varies by manufacturer) and the specific payload keys at step 4 (they differ by device class). Steps 2 and 3 are universal.

If you'd find a walkthrough for your specific hardware useful, the [Paulmann 50064 page](/devices/tested-device-guides/zigbee/paulmann-50064-light-bulb.md) is a good template for what one of these looks like — the structure transfers cleanly to other devices.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chirpwireless.io/devices/tested-device-guides/zigbee.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
