using IP already, and port number is correct.
hmm... kinda looks like i will have to manipulate MQTT some other way. I have a Raspberry Pi 4 that i was thinking of using as the "train" desktop. should be a good way to bypass whatever is on this computer blocking the connection. ;)
In any event, thanks?Dave, for your help!
~Travis
toggle quoted message
Show quoted text
Obviously it is trying to make the connection at startup. You get that error if the hostname is unreachable or the port number is incorrect (verified by changing the hostname of my broker to something fictitious). Try using the ip address. If that works,
then dig deeper to find why the name resolution is not finding it. Check the correct port number. Some Windows firewall products block outgoing connections based on the application being used so it could still be that.
- Dave Mc