I have done all the process to connect my dongle zigbee -e to home assistant but in logs of zigbee2mqtt in home assistant i am not getting the correct logs

the logs i am having are
"
Zigbee2mqtt is starting…
Onboarding logs are given in 0.0.0.0:8123
"

You will need to provide more information if you expect people to help you. Please read this:

1 Like

Unfortunately if you are seeing this, you missed a step in the install process.

The port should be :8080 With :8123 you will have a port conflict.

Onboarding does better if you:

  1. Place the Z2M in the sidebar to assist with onboarding

  1. Leave these fields clear in the Z2M config

  1. Start Z2M and then click the SideBar link, you should see the onboarding screen.
  2. Fill in your config data there.
1 Like

but in my home assistant url; the port is 8123 wriitten
also can you explain me the point 3 with some detail; like when I install the z2m, i start the show in sidebar and watchdog button

So we can expedite a resolution, please share:

  1. A larger portion of your Z2M config
  2. HA installation method
  3. Z2M install method (for example…via the add-on)
  4. if you have the Mosquitto Broker and MQTT installed

You do not use HA’s 8123 port at any point in Z2M’s install. The default ports used are 1883, 6638 and a frontend port of 8080 or 8099

Step 3 just assures easy access to the onboarding page once Z2M is running, but still requires you to fill in the Z2M data.

Have you looked at the official docs

An example config

homeassistant:
  enabled: true
mqtt:
  server: mqtt://core-mosquitto:1883
  user: addons
  password: xxxxxxx
  base_topic: zigbee2mqtt
serial:
  port: >-
    /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_xxxxxxx-port0
  adapter: ember
  baudrate: 115200
  rtscts: false
frontend:
  enabled: true
  port: 8099

take a look of this; the configurations and the logs
if i set the mqtt and serial fields clear in z2m config it do not accept it and reset the fields to data written before

Did you see my questions?

From your logs, Z2M has started and wants you to go to the onboarding page.

clear those fields again and hit save, if the SAVE button is still colored(not gray) hit save again.

From what I have experienced, data in those fields will conflict with Z2M’s onboarding process.

yes, its done Thank for your help really appreciated

Awesome! Please mark this post above as the solution so other users with similar issues can reference this thread.

You do that by selecting the three dots under the post:

image

Then select the check box:

image