-
-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: Ernst79/bleparser
base: December-update
head repository: Ernst79/bleparser
compare: master
- 14 commits
- 8 files changed
- 3 contributors
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a53e653 - Browse repository at this point
Copy the full SHA a53e653View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef61aa2 - Browse repository at this point
Copy the full SHA ef61aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5b53b - Browse repository at this point
Copy the full SHA af5b53bView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d3b771 - Browse repository at this point
Copy the full SHA 4d3b771View commit details -
Configuration menu - View commit details
-
Copy full SHA for c628176 - Browse repository at this point
Copy the full SHA c628176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450541a - Browse repository at this point
Copy the full SHA 450541aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4617b49 - Browse repository at this point
Copy the full SHA 4617b49View commit details
Commits on Dec 19, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for d3368b0 - Browse repository at this point
Copy the full SHA d3368b0View commit details
Commits on Jun 8, 2025
-
Merge pull request #45 from rpeyron/doc/aeskey_format
Added aeskey format in documentation and example
Configuration menu - View commit details
-
Copy full SHA for a4c768e - Browse repository at this point
Copy the full SHA a4c768eView commit details -
Merge pull request #46 from rpeyron/example/bluepy
Added example using bluepy library
Configuration menu - View commit details
-
Copy full SHA for 34c47aa - Browse repository at this point
Copy the full SHA 34c47aaView commit details -
Merge pull request #47 from rpeyron/example/localconfig
added local config to example
Configuration menu - View commit details
-
Copy full SHA for 9c71c61 - Browse repository at this point
Copy the full SHA 9c71c61View commit details -
Merge pull request #48 from Tamarinen/bthome-quad-button
Add support for multiple button devices
Configuration menu - View commit details
-
Copy full SHA for 9ebab24 - Browse repository at this point
Copy the full SHA 9ebab24View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdddd0 - Browse repository at this point
Copy the full SHA dcdddd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6845901 - Browse repository at this point
Copy the full SHA 6845901View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff December-update...master