Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ernst79/bleparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: December-update
Choose a base ref
...
head repository: Ernst79/bleparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 28, 2022

  1. Merge pull request #44 from Ernst79/December-update

    December update
    Ernst79 authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a53e653 View commit details
    Browse the repository at this point in the history
  2. Bump version

    Ernst79 authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ef61aa2 View commit details
    Browse the repository at this point in the history
  3. bump version

    Ernst79 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    af5b53b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    4d3b771 View commit details
    Browse the repository at this point in the history
  2. updated example with aeskey

    rpeyron committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c628176 View commit details
    Browse the repository at this point in the history
  3. added local config to example

    rpeyron committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    450541a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4617b49 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Add support for multiple button devices

    This adds support for event 0x3A, button, in the form of
    a regular sensor. The button used has four buttons, and thus
    this also adds support for multiple measurements, as described
    in the BTHome v2 format documentation ( https://bthome.io/format/ ):
    
    "If you want to send multiple measurements of the same type,
    e.g. three temperatures, you can just add multiple measurements
    of the same type to the payload. A postfix will be added to the
    measurement name (e.g. temperature_2) in the order of which you
    define the measurements."
    
    As a side effect, this now also happens to any supported multiple
    measurements sensors. The BTHome documentation is not consistent
    with how multiple measurements are handled in bthome-ble
    ( https://github.com/Bluetooth-Devices/bthome-ble/ ).
    
    The button used sends 0xFE when held down, which is not consistent
    with the BTHome v2 specification. It is silently converted to 0x80,
    which is the proper code for held buttons.
    Tamarinen committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    d3368b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Merge pull request #45 from rpeyron/doc/aeskey_format

    Added aeskey format in documentation and example
    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    a4c768e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from rpeyron/example/bluepy

    Added example using bluepy library
    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    34c47aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from rpeyron/example/localconfig

    added local config to example
    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    9c71c61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from Tamarinen/bthome-quad-button

    Add support for multiple button devices
    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    9ebab24 View commit details
    Browse the repository at this point in the history
  5. Update setup.cfg

    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    dcdddd0 View commit details
    Browse the repository at this point in the history
  6. Update setup.cfg

    Ernst79 authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    6845901 View commit details
    Browse the repository at this point in the history
Loading