Skip to main content

Python library for interacting with PitBoss grills and smokers.

Project description

pytboss

Python 3 library for interacting with Pitboss grills and smokers.

Note that this project has no official relationship with Pitboss or Danson's. Use at your own risk.

Usage

import asyncio
from bleak import BleakScanner
from pytboss import BleConnection, PitBoss


async def state_callback(data):
    print(data)


async def main():
    ble_device = await BleakScanner.find_device_by_address(device_address)
    model = "PBV4PS2"  # Or your model. See below.
    boss = PitBoss(BleConnection(ble_device), model)
    # Subscribe to updates from the smoker.
    await boss.subscribe_state(state_callback)
    await boss.start()
    while True:
        asyncio.sleep(0.1)


asyncio.run(main())

Installation

Pip

To install pytboss, run this command in your terminal:

$ pip install pytboss

Source code

Pytboss is actively developed on Github, where the code is always available.

You can either clone the public repository:

$ git clone https://github.com/dknowles2/pytboss

Or download the latest tarball:

$ curl -OL https://github.com/dknowles2/pytboss/tarball/main

Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:

$ cd pytboss
$ python -m pip install .

Supported Models

The following models should be supported. Note however that only the PBV4PS2 model has been tested.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytboss-2025.6.2.tar.gz (47.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytboss-2025.6.2-py3-none-any.whl (50.1 kB view details)

Uploaded Python 3

File details

Details for the file pytboss-2025.6.2.tar.gz.

File metadata

  • Download URL: pytboss-2025.6.2.tar.gz
  • Upload date:
  • Size: 47.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for pytboss-2025.6.2.tar.gz
Algorithm Hash digest
SHA256 d5bc09d546d4127838d1a03801c5e6ae245f0fdaf2901a53554b6ae22834c569
MD5 137418b839b479daf2e36923c0592b26
BLAKE2b-256 e2255d934683675440ad79d7f90a863368e85270863f6155aa2f09fd809f0553

See more details on using hashes here.

File details

Details for the file pytboss-2025.6.2-py3-none-any.whl.

File metadata

  • Download URL: pytboss-2025.6.2-py3-none-any.whl
  • Upload date:
  • Size: 50.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.4

File hashes

Hashes for pytboss-2025.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 006d4397e97bb202187c57277e65e3845ca38470e8083dcd149c93e552b6ece1
MD5 9921f2d7846a77881d438c8b1bf70937
BLAKE2b-256 bdd1c2ec385dcfafe7b0c11c619434b29adc330d7c0ba61a4ae908405827a9fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page