Skip to content

DhrSoulslayer/inkbird

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead, 3 commits behind jshridha:dev.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Inkbird to Homeassistant

The purpose of this project is to get popular multi-probe inkbird thermometers into homeassistant for automations, temperature logging, changing lights based on BBQ status, and whatever else you can think of.

Requirements

  • Linux System with Bleutooth enabled
  • Python/Python3 with python pip
  • Docker with docker-composed

Setting up the host:

  • apt update && apt dist-upgrade
  • curl -fsSL https://get.docker.com -o get-docker.sh
  • sh get-docker.sh
  • apt install docker-compose python-pip

Quick Start

The easiest way to run this probject is to run the image from docker hub using docker-compose

wget https://github.com/DhrSoulslayer/inkbird/blob/dev/docker-compose.yaml

You will need to modify the environmental variables so open docker-compose.yaml with your favorite editor and adjust the settings were needed.

Variable Required (Y/N) Description
INKBIRD_MQTT_HOST Y MQTT server that home assistant uses
INKBIRD_ADDRESS Y The bluetooth address for the inkbird
INKBIRD_MQTT_USERNAME N MQTT username
INKBIRD_MQTT_PASSWORD N MQTT password
INKBIRD_TEMP_UNITS N Set to F for farenheit and C for celsius (defaults to F)

Then just run docker-compose up -d

About

Add inkbird BBQ thermometer into homeassistant through MQTT

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • Dockerfile 3.4%