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

Change AQI scale for Bosch 8750001213 Twinguard #7313

Merged
merged 7 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. feat: Expose raw IAQ value

    Expose raw IAQ (indoor air quality) levels as an AQI (air quality index) sensor. Might be useful for downstream applications doing their own calculations.
    burmistrzak authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    687716d View commit details
    Browse the repository at this point in the history
  2. feat: Handle non-linear IAQ scale (Koenkk#7274)

    Add basic handling for the non-linear nature of the IAQ scale used by the BME680 gas sensor.
    burmistrzak authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3ddcb2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18b3fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa8756a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfbf96b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d377eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f38539 View commit details
    Browse the repository at this point in the history