skillfed

bluetooth-sensor-state-data

Models for storing and converting Bluetooth Sensor State Data

bluetooth-sensor-state-data v1.9.0 112.6K downloads/30d#12,366 on PyPI3
Permissive license Apache-2.0 Active released

What it is and what it does

bluetooth-sensor-state-data is a library for representing Bluetooth sensor state information as Python data models. It sits between raw Bluetooth data (from devices like environmental sensors, motion detectors, or health trackers) and application code, providing standardized classes to store and convert sensor readings into a consistent format.

The package is designed for developers building Bluetooth integrations—particularly in home automation, IoT monitoring, or device management tools—where multiple sensor types need to be normalized into a common data structure. It depends on three supporting packages (bluetooth-data-tools, habluetooth, and sensor-state-data) to handle the lower-level Bluetooth protocol details and sensor-specific conversions.

Use it for:

  • Normalize sensor readings from multiple Bluetooth device types into a unified data model for home automation systems.
  • Parse and store Bluetooth environmental sensor data (temperature, humidity, pressure) in a standardized format.
  • Convert raw Bluetooth state advertisements into Python objects for logging or database persistence.
  • Build device integrations that need to handle heterogeneous Bluetooth sensors with a common interface.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides data models for parsing, storing, and converting Bluetooth sensor state information from wireless devices into standardized Python objects.

Yes, if you are building Bluetooth device integrations or home automation tooling that needs to work with multiple sensor types. The package is actively maintained, has no known vulnerabilities, and uses a permissive license. The pre-alpha status and small community (3 stars) suggest it is specialized rather than general-purpose; install it only if you have a concrete Bluetooth sensor state modeling need.

Install

bluetooth-sensor-state-data on PyPI

pip

pip install bluetooth-sensor-state-data

uv

uv add bluetooth-sensor-state-data

poetry

poetry add bluetooth-sensor-state-data

Installing bluetooth-sensor-state-data

Before you install

Low friction installation with a pure-Python wheel. Actively maintained with recent commits and a stable release cycle; marked pre-alpha but supported on current Python versions (3.11, 3.12, 3.13).

License in practice

Apache-2.0 permissive license allows use in most projects, including commercial ones, with minimal restrictions beyond attribution.

Quickstart

pip install bluetooth-sensor-state-data

from bluetooth_sensor_state_data import ...
# Import and use data models for Bluetooth sensor state objects

Requires Python 3.11 or later; depends on bluetooth-data-tools, habluetooth, and sensor-state-data packages.

Verify before relying

  • What specific Bluetooth sensor types and state attributes are supported by the data models.
  • Whether the package includes utilities for encoding/decoding BLE advertisement payloads or only in-memory object conversion.
  • Integration patterns with popular Bluetooth libraries or frameworks beyond its three declared dependencies.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 3 — bluetooth-data-tools, habluetooth, sensor-state-data
Maintenance actively maintained — 462 days since the last release
Last repo commit
First released
Downloads 112,560/month — #12,366 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: bluetooth_sensor_state_data-1.9.0-py3-none-any.whl

Development Status :: 2 - Pre-AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Software Development :: Libraries

Tags

bluetooth sensor data modelsble state data parsingbluetooth device state conversionwireless sensor data structuresbluetooth state serialization
bluetoothiotsensor-data

More Libraries packages