dknowles2 / ha-pitboss

Home Assistant Custom Integration for PitBoss smokers and grills

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PitBoss

GitHub Release GitHub Activity License

hacs Project Maintenance

A Home Assistant custom integration to interact with PitBoss grills and smokers.

WARNING: THIS INTEGRATION IS STILL UNDER ACTIVE DEVELOPMENT AND MAY NOT YET WORK PROPERLY.

USE AT YOUR OWN RISK

Supported models can be found at https://github.com/dknowles2/pytboss#supported-models.

This integration will set up the following platforms:

Platform Description
binary_sensor Shows various grill sensors
climate Controls grill temperature
switch (Not implemented yet) Enables/disables various grill features

Installation

HACS

If you have HACS, go to the three-dot menu and click Custom repositories. Paste the link to the Github repository and select "Integration" as the category.

Manual

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called pitboss.
  4. Download all the files from the custom_components/pitboss/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "PitBoss"

Configuration is done in the UI

Power on your grill and it should be discovered automatically over Bluetooth. Once you initiate the setup process, it will ask for your exact grill model so we can properly communicate with it. No cloud access necessary!

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


About

Home Assistant Custom Integration for PitBoss smokers and grills

License:MIT License


Languages

Language:Python 98.9%Language:Shell 1.1%