-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Various bugs in current development version, mostly related to /setup #184
Comments
I make a PR for the first line, I check that with web.browser error and can confirm it. The function is not exist. - Thanks |
Lovely. This should take care of bug #1. |
what do you mean by 'bad broker host name'? A non existing host or an empty field? |
A host that doesn't resolve like "test". |
done. |
@aschiffler is 4 and 5 fixed in the EEPROM class too, ie can we overwrite parts of the settings now ? |
-JS function checkSerial() in setup.html is not present and leads to JS errors in browser
-Bad MQTT broker hostname in settings leads to mqtt.h making ~1000 connection attempts per second to the non-working host
-Buffer arrays not being initialized properly in various places (search code for '{0}')
-Inverter address cannot be shortened once configured. Attempting to change it from 3823398298 to 382 results in 3820000000 being stored.
-Several parameters cannot be deleted or are not being stored properly when they're empty (inverter name, active power limit and all MQTT parameters for example).
The text was updated successfully, but these errors were encountered: