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.
- At the coordinator level, where we have the fact that the device is joining the Zigbee network controlled by the coordinator.
- At the Plugin level, where the plugin will do a discovery of the devices capabilities like:
- Is that main powered device
- Is there a Switch ON/OFF
- Is there a Dimmer
- Is there a Color RGB, WW possibility
- Is that Window convering device
…
What type of issues could you encounter after the pairing
- At the end of the pairing process, I do not see any widget in Domoticz
- The Widget created in Domoticz is not correct like:
- I got a Switch and Level control, but I don’t get anything to change the color
What to do
Starting Plugin 4.7, there are some tools which allow to share all information collected during the pairing/discovery process.
- Got to the Tools Menu
- Select Plugin Raw Devices (json)
- Export
This will create an export.json file that you can save.
- Product Name
- Brand
- URL on a web site
- What do you expect
- The logs from the pairing process
Please create an issue here on GitHub: Create a Github Issue with the here above informations