Help to a newbe

As far as I could tell, it also installs mosquito. I don’t want that.

Just to be sure I will look at i again.

Mosquitto is installed here.under the Supervisor menu.

I installed HA supervised again. Added a configuration to a Mosquitto broker running on another server.
Then I installed Ziqbe2mqtt in docker in same server as HA supervised is running. Checked the configuration and added reference to the Mosquitto. It started nicely. No error in the logs.

Using supervisor I added reference to Zigbee2Mqtt repository and installed the add on. After starting and checkong logs I can see the following error.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] socat.sh: executing... 
[15:18:52] INFO: Socat not enabled, marking service as down
[cont-init.d] socat.sh: exited 0.
[cont-init.d] zigbee2mqtt.sh: executing... 
[15:18:53] FATAL: No internal MQTT service found and no MQTT server defined. Please install Mosquitto broker or specify your own.
[cont-init.d] zigbee2mqtt.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

It is obvious that the link to the mosquitto broker is missing.

What not is so obvious is how to add it ??
Must Zigbee2Mqtt be running on the same server?

I do not currently use MQTT but I did have it sunning using a separate instance on Mosquitto. You need to configure the MQTT integration though. When you install the integration it pops up a box asking for the information. It gives an error if it cannot contact the broker you entered.

image

That part is working.
Mqtt2zigbee add on is not working …