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

Add support for ESP32_S2_MINI, improve device support flexibility, improve debug logging and fix web control interface. #248

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    fc984da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b2f18 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    f6f5798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c7268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5047b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa6d99 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    411f123 View commit details
    Browse the repository at this point in the history
  2. Fix web control page.

    settings updates in change_states() were failing as the
    String.c_str() values go out of scope too quickly.
    The scope of changes is now more tightly controlled.
    
    More details are also logged if debug logging is enabled.
    
    The control web page now auto-refreshes when settings changes
    are received from the hvac unit, either from external changes,
    mqtt changes or just delayed responses to web changes.
    andrewleech committed May 1, 2024
    Configuration menu
    Copy the full SHA
    64681ad View commit details
    Browse the repository at this point in the history