joshuajayg / solar_monitor

Three channel solar monitoring circuit using the LTC4151
0 stars 1 forks source link

Change values without reflash #9

Open joshuajayg opened 10 months ago

joshuajayg commented 10 months ago

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:

  1. Add MQTT listen for new values sent over the local network (manual using MQTT client software.)
  2. Create webserver and make a simple web interface to change values (better solution.)