ZigBeeForDomoticZ plugin Wiki

Dealing with pairing issues

The plugin is developed in a way that it is capable to handle devices which respects ZigBee specifications. For instance if the plugin see an unknown device type, it will try to create widgets based on the Device capabilities.

Introduction

The pairing is done at 2 levels.

  1. At the coordinator level, where we have the fact that the device is joining the Zigbee network controlled by the coordinator.
  2. At the Plugin level, where the plugin will do a discovery of the devices capabilities like:
    1. Is that main powered device
    2. Is there a Switch ON/OFF
    3. Is there a Dimmer
    4. Is there a Color RGB, WW possibility
    5. Is that Window convering device …

What type of issues could you encounter after the pairing

What to do

Starting Plugin 4.7, there are some tools which allow to share all information collected during the pairing/discovery process.

Export Device List raw (json)

  1. Got to the Tools Menu
  2. Select Plugin Raw Devices (json)
  3. Export

This will create an export.json file that you can save.

Please create an issue here on GitHub: Create a Github Issue with the here above informations