This release is a pre-release and may not be stable for production use.
solem-blip-ble
Python library for the Solem BL-IP Bluetooth irrigation controller.
Protocol sources
| Layer | Source |
|---|---|
| Commands (turn on/off, sprinkle, stop, commit) | pcman75/solem-blip-reverse-engineering — GATT write 108b0002-..., frame 3105 … + 3b00 |
Status polling (notify, seq 0x02, active station, remaining time, battery) |
Live BL-IP V5 hardware validation and capture-backed regression tests; see docs/ble_protocol.md |
Turn-off-for-N-days is capped at 15 days per the pcman75 documentation.
Install
pip install solem-blip-ble
# or from GitHub:
pip install "solem-blip-ble @ git+https://github.com/beelzetron/solem-blip-ble.git@main"
# or editable for development (prefer uv; deps are hash-locked via uv.lock):
uv sync --frozen
CI/CD
- CI: GitHub Actions runs tests (Python 3.11–3.13) and verifies the package builds on every push/PR to
main. - CD: Creating a GitHub Release publishes the package to PyPI via trusted publishing.
Configure PyPI trusted publishing for this repository: PyPI project → Publishing → Add GitHub Actions publisher (beelzetron/solem-blip-ble, workflow publish.yml, environment pypi).
Usage
from solem_blip_ble import SolemClient, SolemConnectionError
client = SolemClient("AA:BB:CC:DD:EE:FF", bluetooth_timeout=30)
await client.connect()
status = await client.get_status()
await client.sprinkle_station_x_for_y_minutes(1, 5)
await client.stop_manual_sprinkle()
await client.disconnect()
Documentation
Full BLE protocol notes: docs/ble_protocol.md
Validation CLI
The packaged debug tool is the single supported raw capture path:
validate-solem-blip AA:BB:CC:DD:EE:FF --capture --verbose
validate-solem-blip AA:BB:CC:DD:EE:FF --capture --only status
validate-solem-blip AA:BB:CC:DD:EE:FF --capture-off-days 3 --verbose
validate-solem-blip AA:BB:CC:DD:EE:FF --replay btsnoop/captures/capture.jsonl
Regression tests also replay public capture-backed fixtures for V5 firmware, station names, status, and persisted irrigation schedule parsing.
Home Assistant
Used by the Solem BL-IP for Home Assistant integration (HACS).
Credits
Thanks to pcman75 for the original Solem BL-IP command reverse engineering.
Release files for solem-blip-ble 0.2.0b1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| solem_blip_ble-0.2.0b1.tar.gz | 53.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| solem_blip_ble-0.2.0b1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 94.6 kB
Release files / solem_blip_ble-0.2.0b1.tar.gz
| Download URL | solem_blip_ble-0.2.0b1.tar.gz |
|---|---|
| Size | 53.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
845e8708f33394a38f51539268c2edcb808e39cec0b53e5b350ddeff85a79fe0
|
|
BLAKE2b-256 checksum How to use checksums |
b1d5da8cd8fa3e47ae897b0515536b4a51287c5fd2f25b142f8d77e1a8bd929b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.
Transparency logRelease files / solem_blip_ble-0.2.0b1-py3-none-any.whl
| Download URL | solem_blip_ble-0.2.0b1-py3-none-any.whl |
|---|---|
| Size | 41.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bbf1456d5383153ecd2af0fa5d41f9ecaac62c1d343b06312bf278e85c352379
|
|
BLAKE2b-256 checksum How to use checksums |
5fe63e2617fdd472b205445cf1aa31b6fa51bfe6d189f60af4fd3ca4bb1bd5fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.
Transparency log