john30 / ebusd-esp32

Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
https://adapter.ebusd.eu/v5
23 stars 1 forks source link

easi> Configuration page, MQTT Broker URI can't handle more than 32 character instead of the reported 64 #58

Closed etmmafl closed 2 months ago

etmmafl commented 3 months ago

The problem is in easi> Configuration page, MQTT Broker URI The text field can't handle more than 32 character instead of the reported 64

I had to truncate my login and password details to get this working.

afbeelding

Build: [20240420] WiFi station/client: XXXXXXX 192.168.68.145, 90% (-55dBm) WiFi access point: inactive Chip ID: 348518f7c6d8, [ESP32-C3, rev 4] Hostname: ebus-xxxxxxx ebusd connected: no eBUS signal: no signal MQTT connected: yes

john30 commented 3 months ago

good spot, thanks. just a little too tight validation here :) will be fixed in next release. you can circumvent for now by using the repl, i.e. nvs_set mqtt.uri str -v "..."

Curtain4win commented 2 months ago

good spot, thanks. just a little too tight validation here :) will be fixed in next release. you can circumvent for now by using the repl, i.e. nvs_set mqtt.uri str -v "..."

unfortunately then it does not allow to reboot or save via gui of easi>

john30 commented 2 months ago

it is saved when using that command and a reboot is as simple as entering "restart" to the repl. anyway, fixed with the new version 20240505 just published