Skip to content
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

Updating the firmware to handle configuring the EVSE #296

Merged
merged 21 commits into from
Jan 24, 2022

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    b617de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Modified 3 files

    jeremypoulter committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    64cd12d View commit details
    Browse the repository at this point in the history
  2. Initial changes to allow configuring of OpenEVSE settings via the WiF…

    …i module not via RAPI directly
    jeremypoulter committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    864a30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e85d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    cb596b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee62ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1154e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Added config_version to the status

    This allows clients can know when the config has changed and refresh any cached data
    jeremypoulter committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    311a4f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Setting the current on the EVSE is a one time operation so save the p…

    …ersistant value in the WiFi module.
    jeremypoulter committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    8fdbf7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    886f64d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaf650 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Force a flush of the RAPI command queue after changing settings

    This is a bit of a hack as doing it asyncronously would make the code really complex and this is something that only happens a few times in a devices lifetime so is acceptable.
    jeremypoulter committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    01dcc3a View commit details
    Browse the repository at this point in the history
  2. Refresh the current levels as well as the flags when changing the ser…

    …vice level as they are linked
    jeremypoulter committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    7f56e1d View commit details
    Browse the repository at this point in the history
  3. Updated test

    jeremypoulter committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e1d89e9 View commit details
    Browse the repository at this point in the history
  4. Latest GUI

    jeremypoulter committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    017e0f3 View commit details
    Browse the repository at this point in the history
  5. Updated libs

    jeremypoulter committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    dff93c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Merge branch 'jeremypoulter/issue140_docs' of github.com:jeremypoulte…

    …r/ESP32_WiFi_V4.x into jeremypoulter/issue140
    jeremypoulter committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    8810c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ac8f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0ce14 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    577997d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2475ff View commit details
    Browse the repository at this point in the history