Home Assistant MQTT Broker Not Working

gooseodyssey
Posts: 13
Joined: Sat Oct 19, 2024 5:40 pm

Post

is it possible to use v-pro dimmers via supla using mqtt? i am already using zigbee2mqtt. will i need to create a bridge? i currently feel confused by that prospect. if you could help id be very grateful :)
gooseodyssey
Posts: 13
Joined: Sat Oct 19, 2024 5:40 pm

Post

I followed the instructions in the Polish PDF. I was able to get my lights to work by entering the MQTT details directly into the MQTT configuration (Step I in the PDF). But I use Zigbee2MQTT for Zigbee devices already so I think I need to bridge two brokers? I tried step II in the PDF but it doesn't seem to do anything, I can't see any Supla devices anywhere. Could someone help me? THank you
User avatar
pzygmunt
Posts: 19559
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

You need to install a local broker to which you connect zigbee devices, and additionally set up a bridge to the mqttX.supla.org broker in it.
What is in the instructions in section II should work for you.
gooseodyssey
Posts: 13
Joined: Sat Oct 19, 2024 5:40 pm

Post

thank you. the pdf instructions worked for me! the issue was that i had translated the pdf into english and that broke some of the code. when i copied the code from the polish pdf, it worked!
FerdaX
Posts: 4
Joined: Wed Oct 23, 2024 7:50 am

Post

Hi,

can you give me the manual in PDF (in Polish)? I want to connect SONOFF Basic R2 with thermometers and so far I can't.

Thanks
User avatar
pzygmunt
Posts: 19559
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

User avatar
Volturio
Posts: 69
Joined: Wed Apr 10, 2019 5:07 pm
Location: Kraków

Post

Hejka, podpinam się z tematem :)

W czoraj zostałem szczęśliwym posiadaczem HA green.
Mam problem z integracją supli, do brokera mqtt, dane wpisałem tak:

Pośrednik: mqttxx.supla.org
Port: 8883
Nazwa użytkownika: (pobrane z danych brokera mqtt supla)
Hasło: (pobrane z danych brokera mqtt supla)

Cały czas dostaję błąd, poniżej log. Dodatkowo zaznaczam, że cały czas parametry pośrednik, port, nazwa usera i hasło wracają do fabrycznych. Czy możecie pomóc.

Z góry dziękuję.

{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2025.2.5",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.13.1",
"docker": true,
"arch": "aarch64",
"timezone": "Europe/Warsaw",
"os_name": "Linux",
"os_version": "6.6.73-haos",
"supervisor": "2025.02.1",
"host_os": "Home Assistant OS 14.2",
"docker_version": "27.2.0",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "mqtt",
"name": "MQTT",
"after_dependencies": [
"hassio"
],
"codeowners": [
"emontnemery",
"jbouwh",
"bdraco"
],
"config_flow": true,
"dependencies": [
"file_upload",
"http"
],
"documentation": "https://www.home-assistant.io/integrations/mqtt",
"iot_class": "local_push",
"quality_scale": "platinum",
"requirements": [
"paho-mqtt==1.6.1"
],
"single_config_entry": true,
"is_built_in": true,
"overwrites_built_in": false
},
"setup_times": {
"null": {
"setup": 0.0007139990002542618
},
"01JMSS53QAHZVHAK3P38NVEE3J": {
"wait_import_packages": -4.94480835000013,
"config_entry_setup": 4.983353792999878
}
},
"data": {
"connected": true,
"mqtt_config": {
"data": {
"broker": "core-mosquitto",
"discovery": true,
"password": "**REDACTED**",
"port": 1883,
"username": "**REDACTED**"
},
"options": {}
},
"devices": [],
"mqtt_debug_info": {
"entities": [],
"triggers": []
}
}
}
Catalane41
Posts: 1
Joined: Fri Apr 04, 2025 4:23 pm

Post

Hi,
I'm a beginner in HA and I'm trying to set-up the Supla integration on my system and, to be honnest i'm lost. I followed the official document : I added the Mqtt-Mosquitto then added the specified lines in the mosquitto.conf as stated in the Polish document from Supla but it doesn't work.
Mqtt explorer shows that the connection with supla.org works perfectly but I cannot make the integration working.
In order to try another solution, I then added, in the configuration.yaml the specified lines mentioned in the Supla document but it didn't work too. I have a message telling me to add these lines in configuration.yaml but it already exists !!!
Has somebody a tutorial for dummies to make this ontegration working.
Many thanks in advance.
Edouard

Return to “Help”