OpenGarage-Firmware
OpenGarage-Firmware copied to clipboard
FW 1.1.2 Beta - MQTT non default port bug
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.
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.
Please clarify if port 1883 works.. but a custom port is not working?
Port 1883 works. Custom port does not work.
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.
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.