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-2024.10.2.tar.gz (43.1 kB view details)

Uploaded Source

Built Distribution

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

pytboss-2024.10.2-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pytboss-2024.10.2.tar.gz
  • Upload date:
  • Size: 43.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pytboss-2024.10.2.tar.gz
Algorithm Hash digest
SHA256 1d5925c18359b17a64474e7bafb0d6836ec2a76767d63a1f17686dc266f639a2
MD5 95e8a48cc63509abfe5d76fb10c5ccb4
BLAKE2b-256 bfa338ba50b7b17551818647f404e750acfbe68f39730c2a4f5f47b3899a67a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytboss-2024.10.2-py3-none-any.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pytboss-2024.10.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a6f61d7d8b3f5dc16748ff51d69e95aab48c66509e2903f0a712b54977099268
MD5 73ec6e77a3c2f322c3e4a8849d573a1b
BLAKE2b-256 c11ef1bdebfaa127ee09e1b1bc16d19e2322d12e3a224da918f64a10eef9579f

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