-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT publish errors & reconnect with no further error messages #70
Comments
Hi, |
@mariolukas thanks for the hints! I tried with 4c1672b (had to cherry-pick aa35fd2, otherwise this wouldn't build) but ran into the same error. Do you have any hints how I could get usable debug output? Got a serial connection working but I seem to be using the wrong formatter / output format: |
Update. I must've hit a weird glitch with the ESP that caused it to pick the wrong baud rate.
|
Another update - got it to work and the culprit was: 🥁 My MQTT password was too long. 😂 Somehow it just aborted without any error or log message. I'm now where at the same point where @SvHeGithub and @github-ccnt-nib are in #50. I can see the Closing this. |
Thank you for the feedback. I think a hint for the password fields would be a great improvement to prevent log debug sessions. |
Happening on latest
HEAD
aecaeb0 - with an ESP WROOM 32 (NODEMCU DevKit) . Bluetooth connection to the AC200MAX seems to work (see right hand side), but I cannot get MQTT to work:Is there any endpoint / method to get more log information or a stack trace of what could be going wrong? I tried connecting to the MQTT host name or IP address verified the MQTT credentials as well as the port and everything seems to be correct.
What could I be missing? Let me know if I can supply more info.
The text was updated successfully, but these errors were encountered: