Bettapro / Solar-Tracer-Blynk-V3

Connect the EPSolar/EPEver Tracer A/B Series (RS-485 Modbus) to an ESP8266/ESP32 and monitor using Blynk /Homeassistant/MQTT... .
GNU General Public License v3.0
51 stars 11 forks source link

MQTT PW Length is Limited to 15 Characters #73

Open MidnightLink opened 1 year ago

MidnightLink commented 1 year ago

Describe the bug MQTT PW Length limited to 15 characters. Anymore and it doesn't allow it to be put in

Additional context Had a very long MQTT password but was unable to connect as it was truncating it

Bettapro commented 1 year ago

It's true, that field is limited to 15 chars, how many characters do you need for your password?

MidnightLink commented 1 year ago

HomeAssistant auto generates the password to 64 characters

Bettapro commented 1 year ago

Then, your request seems legit, the default password should be ok for this project. I'll increase the massimum length to 64.