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 ams5915 and ams6915 temerature and pressure sensors #20814

Merged
merged 12 commits into from
Feb 26, 2024
Merged

add support for ams5915 and ams6915 temerature and pressure sensors #20814

merged 12 commits into from
Feb 26, 2024

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    5dd646c View commit details
    Browse the repository at this point in the history
  2. improved function namings

    baschdello committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e413a7e View commit details
    Browse the repository at this point in the history
  3. optimized detection of sensor

    baschdello committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2b8f908 View commit details
    Browse the repository at this point in the history
  4. set verbosity level to debug

    baschdello committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ed96129 View commit details
    Browse the repository at this point in the history
  5. minor code cleanings

    baschdello committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    358b7b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    859c55c View commit details
    Browse the repository at this point in the history
  2. add meas_valid in sensor struct to differentiate between sensor prese…

    …nt (at tasmota boot) and measurement valid (if sensor was reattached) at runtime
    Bastian committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9e5af2d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. removed global struct and sensor_present, introduced dynamic memory a…

    …llocation if sensor is present at startup, minor code changes
    baschdello committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7ff72ab View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fixes missing initialisation of variable

    baschdello committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    43e438d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710e703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e735a85 View commit details
    Browse the repository at this point in the history
  4. Update my_user_config.h

    disable AMSx915 by default
    baschdello authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    85caf77 View commit details
    Browse the repository at this point in the history