Zigbee Ethernet coordinater

  • Platform information:
    • Hardware: Xeon 2GB RAM 16 GB disk
    • OS Debian 11
    • Java Runtime Environment: 11
    • openHAB version: openHAB 3.4.1

Trying to install Ethernet coordinator SLZB-06, but can’t really figure out how.

Coordinators interface say:

Serial settings

serial:
#Location of SLZB-06
port: tcp://xaa.bb.cc.dd:6638
baudrate: 115200

Disable green led?

disable_led: false

Set output power to max 20

advanced:
transmit_power: 20

and I made a .things file containing this:

Thing zigbee:coordinator_cc2652:stick1 “Zigbee Ethernet Stick” [zigbee_port=“rfc2217://aa.bb.cc.d:6638”, zigbee_baud=115200]

From the openHAB OS, I am abte to telnet aa.bb.cc.dd 6638

But… I can’t figure out what is next… how to get that thing useable?

Regards, Lars.

  1. Install an MQTT broker. Make sure your broker is up and running.
  2. Install Zigbee2MQTT and configure it for your coordinator and for your broker.
  3. Make sure you can control your Zigbee devices from the Zigbee2MQTT UI.
  4. Make sure that your broker gets messages from your Zigbee devices via Zigbee2MQTT.
  5. Install the openHAB MQTT Binding.
  6. Create Generic MQTT Things and configure them.