Maksymalna długość Hasła MQTT to tylko 29 znaków. Czy można to jakoś przeskoczyć? (mam hasło zdecydowanie dłuższe) #37
-
Hello, My Home Assistant has long ago generated a password much longer than 29 characters for MQTT (I can't change the password anymore) and in the browser, when pasting (or typing) the mqtt password, you can enter a maximum of 29 characters. Is there any possibility to deal with this? (I am not proficient in programming) Thank you in advance for any help. |
Beta Was this translation helpful? Give feedback.
Answered by
softwarecrash
Mar 13, 2024
Replies: 1 comment 3 replies
-
english? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so the pasword field allow 35 characters, the memory space is 40 char with null termination.
in your case i dont know or i think the chars of your language need some extra space.
so i think 35 characters is enugh for the most people, and i dont modify it, so when i change anything in the memory system it force alle user to re-enter all of the data again.
but you can self compile it for your requirements, its only two lines that need a change