Skip to content

Setup cod.m ZigBee Coordinators (CZC) with ioBroker#

Install the cod.m ZigBee Coordinator as described in the Instructions and establish a connection to the local network.

Installation adapter#

Install the Zigbee adapter in ioBroker under Adapter by clicking on the three dots and then clicking on the + at the bottom left.

ioBroker ZigBee Adapter

Configuration#

After successful installation, click the spanner in Instances > zigbee.0. ioBroker ZigBee Adapter Settings

Then click on the 'Settings' tab and make the following settings: ioBroker ZigBee Adapter Config

Info

If necessary, adjust the Pan ID and/or the Extended Pan ID so that different ZigBee networks can be differentiated in radio range.

IPV4#

Replace xx.xx.xx.xx with the corresponding real IP address of the coordinator.

tcp://xx.xx.xx.xx:6638

Hostname#

As every local router typically also makes a host entry when DHCP is assigned, you can of course also use the host name of the local domain. This saves, for example, the DHCP address reservation or the assignment of a fixed IP.

tcp://czc-XXXX.fritz.box:6638
Alternatively via zeroconf
tcp://czc-XXXX.local:6638

Warning

Each cod.m ZigBee Coordinator has a unique host name. The XXXX is therefore different for each coordinator.

Then click on Save and close.

Conclusion#

The successful start can be tracked under Logs.

iobroker ZigBee Adapter Log After setting up the coordinator, the pairing of the devices continues, which is explained very well in the Readme.md of the zigbee adapter: ioBroker.zigbee Readme