If any of the calculated values (namely SOC) get off during operation, there is no way to change those values except through hardcoding during a reflash and uploading to the board.
Two solutions:
Add MQTT listen for new values sent over the local network (manual using MQTT client software.)
Create webserver and make a simple web interface to change values (better solution.)
If any of the calculated values (namely SOC) get off during operation, there is no way to change those values except through hardcoding during a reflash and uploading to the board.
Two solutions: