OpenGarage-Firmware icon indicating copy to clipboard operation
OpenGarage-Firmware copied to clipboard

FW 1.1.2 Beta - MQTT non default port bug

Open SamForma opened this issue 4 years ago • 3 comments
trafficstars

Running Firmware 1.1.2

When trying to connect to a mosquitto broker listening on a port other than 1883, the connection is not made. I see nothing logged in the mosquitto log nor are any messages received by subscribers.

to rule out firewall related issues, I issued a message to a new topic using mosquitto_pub while the mosquitto service is running on 1884, and was received fine by mosquitto_sub. Connections are logged properly.

SamForma avatar Feb 16 '21 01:02 SamForma

Thank you for posting this report - I just spent several hours trying to understand why I was not able to publish to my MQTT server on a non-standard port. Here's hoping for a quick resolution.

sumoneelse avatar Sep 26 '21 21:09 sumoneelse

Please clarify if port 1883 works.. but a custom port is not working?

jduff001 avatar Sep 26 '21 21:09 jduff001

Port 1883 works. Custom port does not work.

sumoneelse avatar Sep 26 '21 23:09 sumoneelse

This issue should be fixed in the now released firmware 1.2.0. Previously 1.1.2 beta was using fixed port 1883. This has now been fixed.

rayshobby avatar Oct 24 '22 23:10 rayshobby

Thank you! Unfortunately I cannot use 1.2.0 as I'm on an older hardware version. I'm glad others will benefit from this fix though.

sumoneelse avatar Oct 25 '22 11:10 sumoneelse