-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove spaces from front/back of credentials. (was MQTT Error "Not Support") #114
Comments
I cannot explain this. It looks like the YoLink server is receiving the MQTT login request and rejecting it, but I don't know why. You could try generating new user access ID and secret key, but its a wild guess. I just restarted my plugin to see if I am able to cleanly connect to MQTT and it worked fine. My log (extending back 12 days) shows no errors from MQTT (but plenty of 00201 errors, unrelated of course, but a known issue with YoLink's protocol). |
Ugh. I had been getting the 00201 errors, and so generated new UAID and Secret Key. And inserted a space in front of the UAID. (My clue was the '+' in the SENDING log segment The connection is fine now. Sorry for the noise. I guess we now know that invalid credentials return the error |
I'm going to reopen this issue, because this is something I can fix in the plugin... striping all spaces from front/back of the access ID and secret. I'll close this again once I make that change. |
Describe Your Problem:
MQTT hasn't connected for (at least) several days. Here's the log. Is this the usual temporary non-connection you're used to?
Logs:
Plugin Config:
Screenshots:
Environment:
The text was updated successfully, but these errors were encountered: