Page 1 of 1

Zigbee2MQTT fail to add new devices to Domoticz

Posted: Thursday 03 October 2019 17:13
by klaasvaak
Hello all,

I'm new to the forum, running Domoticz and Zigbee2MQTT for a few months now and it works pretty stable.

But now I have trouble adding 2 different zigbee devices to Domoticz.
If I look into the Zigbee2MQTT log the devices successfully pair with the zigbee network, but they aren't added to the device list in Domoticz.
The Domoticz "Accept new hardware devices" is enabled during pairing.
All previously added devices work fine through Domoticz

Devices that are not added to Domoticz
- DZ4743-00B
- TRADFRI remote control

Does somebody has suggestions to solve this?
Or can I add them manually to Domoticz?

Setup:
- Raspberry PI 3B+
- cc2531 USB
- RFlink
- Zigbee2MQTT installed
- Several Ikea, Hue, Xiaomi and products are successfully connected

Re: Zigbee2MQTT fail to add new devices to Domoticz

Posted: Thursday 03 October 2019 20:52
by klaasvaak
Solved it!

Update the plugin and restarted domoticz
https://github.com/stas-demydiuk/domoti ... qtt-plugin

Then the TRADFRI remote control was added to Domoticz

DZ4743-00B is not yet supported by the plugin
So I added it manually by adding the following code to "/home/pi/domoticz/plugins/zigbee2mqtt/adapters/__init__.py"

Code: Select all

# Lingan
'DZ4743-00B': OnOffSwitchAdapter,     # Lingan Zigbee OnOff Controller
After restarted Domoticz is was also added to Domoticz