Multiple MQTT Configs

Good evening,

I’ve looked for a similar thread and not found the answer I’m looking for so hoping for a bit of support.

I’ve currently got a Sonoff Zigbee dongle putting inputs in to Z2M, through MQTT.
I’ve recently purchased a Hildebrand Glow IHD & CAD - which locally transmits electricity and gas usage information via MQTT.

I want to take the information from the new tech and display it in HA, however I came across a conflict - of which I’ve not saved the logs on and wiped HA back to new install - wasn’t totally happy with it for a while.

Is this possible using my intel NUC without any additional hardware? How do I set this up without any conflict towards the Z2M setup?

Any help is greatly appreciated :smiley:

What was the conflict? Are these new devices using HA auto discovery to create sensors?

You can have multiple devices pushing information to MQTT that HA can consume. If you’re using different topics, you can create MQTT sensors from those topics.

Honestly I’m not entirely sure, I’ve only been using HA for about 2 months so still a beginner with it. I was getting messages about a user being denied access?

I’ve got Z2M and MQTT up and installed now, I’m going to install 1 Zigbee sensor and try to get that Display in to MQTT before I get too far down the line.

This is live from the log inside of MQTT, no idea what this is in reference too?

2024-03-30 21:54:45: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:55:01: New connection from 192.168.0.115:62335 on port 1883.
2024-03-30 21:55:01: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:55:16: New connection from 192.168.0.115:62337 on port 1883.
2024-03-30 21:55:16: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:55:21: New connection from 172.30.32.2:58432 on port 1883.
2024-03-30 21:55:21: Client closed its connection.
2024-03-30 21:55:31: New connection from 192.168.0.115:62339 on port 1883.
2024-03-30 21:55:31: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:55:46: New connection from 192.168.0.115:62341 on port 1883.
2024-03-30 21:55:46: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:56:01: New connection from 192.168.0.115:62343 on port 1883.
2024-03-30 21:56:01: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:56:16: New connection from 192.168.0.115:62345 on port 1883.
2024-03-30 21:56:16: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:56:26: New connection from 192.168.0.115:62347 on port 1883.
2024-03-30 21:56:26: Client ESP32_bb6344 disconnected, not authorised.
2024-03-30 21:56:41: New connection from 192.168.0.115:62349 on port 1883.
2024-03-30 21:56:41: Client ESP32_bb6344 disconnected, not authorised.

Seems like you have a username and password setup on your broker. Your other system will need to use the same credentials. Can you post you MQTT config? That will help.