don't connecting with my MQTT broker #289
Unanswered
harrysmith63
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
My Mqtt broker is Moskito and intalled in my local net. My mqtt installed without login and password.
I uset you example AdafruitHuzzahESP8266Secure. In client.connect i write client.connect("MQTT", "try", "try")
and
const char* _MqttBrockerIP = "192.168.1.92";
client.begin(_MqttBrockerIP, net);
and in monitor I see
11:23:22.319 -> WiFi connected
11:23:22.319 -> IP address: 192.168.1.222
11:23:22.319 -> checking wifi...
11:23:22.319 -> connectingMQTT..............................
and don't connection
Help me please
Beta Was this translation helpful? Give feedback.
All reactions