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 |
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.
configuration.yaml
).custom_components
directory (folder) there, you need to create it.custom_components
directory (folder) create a new folder called pitboss
.custom_components/pitboss/
directory (folder) in this repository.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!
If you want to contribute to this please read the Contribution guidelines