MQTT Broker Not working

cc
What is wrong with Aedes broker?

Well what seems to be wrong with it?

What version of node-red are you running?
What platform?

You will have to check the full Node-RED log to see the details of the error the aedes node is logging.

image
it's not usable
I have just found that all brokers are not working with me also
windows, 2.2.2

how can I access it?

It depends how you are running Node-RED. If you can share some details, we'll be able to help

I just installed Aedes via Manage Palette.
I added the Aedes node once to any flow, double click on it & accept the defaults and it works. But I'm running Node-red on Linux. Not much help, sorry.
Untitled 1

[{"id":"3ec835604e58db01","type":"inject","z":"3e125034173a4229","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test","payload":"Hello","payloadType":"str","x":240,"y":120,"wires":[["a764dd69fc50e24e"]]},{"id":"42970ffb393ea353","type":"mqtt in","z":"3e125034173a4229","name":"","topic":"test","qos":"2","datatype":"auto","broker":"86f554b2e0381a0b","nl":false,"rap":true,"rh":0,"inputs":0,"x":210,"y":180,"wires":[["a540bbf501bc360d"]]},{"id":"a764dd69fc50e24e","type":"mqtt out","z":"3e125034173a4229","name":"","topic":"","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"86f554b2e0381a0b","x":430,"y":120,"wires":[]},{"id":"a540bbf501bc360d","type":"debug","z":"3e125034173a4229","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":450,"y":180,"wires":[]},{"id":"d60c830a10b66ea9","type":"aedes broker","z":"3e125034173a4229","name":"","mqtt_port":1883,"mqtt_ws_bind":"port","mqtt_ws_port":"","mqtt_ws_path":"","cert":"","key":"","certname":"","keyname":"","dburl":"","usetls":false,"credentials":{},"x":250,"y":60,"wires":[[],[]]},{"id":"86f554b2e0381a0b","type":"mqtt-broker","name":"","broker":"localhost","port":"1883","clientid":"","autoConnect":true,"usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":""}]
1 Like

Aedes node works for me on Windows

1 Like

it's okay with me on raspberry but not on my laptop

I'm using windows 10, nodered V2.2.2

Can you uninstall it and re-install it and post the log of that please

Mine looks like this (windows 11)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.