--- id: bluetooth-sensor-state-data version: "1.9.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # bluetooth-sensor-state-data — Models for storing and converting Bluetooth Sensor State Data License: permissive · Maintenance: active · Downloads: 112.6K/mo ## 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 above — 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 pip install bluetooth-sensor-state-data uv add bluetooth-sensor-state-data 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_current - Install friction: low - Maintenance: active - Downloads: 112.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags bluetooth sensor data models, ble state data parsing, bluetooth device state conversion, wireless sensor data structures, bluetooth state serialization, bluetooth, iot, sensor-data [View on SkillFed](https://skillfed.io/packages/bluetooth-sensor-state-data) · [View on PyPI](https://pypi.org/project/bluetooth-sensor-state-data/)