Skip to content
forked from jshridha/inkbird

Add inkbird BBQ thermometer into homeassistant through MQTT

Notifications You must be signed in to change notification settings

bart-roos/inkbird

 
 

Repository files navigation

Inkbird to Homeassistant

The purpose of this project is to get popular multi-probe inkbird thermometers into homeassistant for automations, temperature logging, and general awesomeness.

Requirements

This is designed to run on a raspberry pi, but it should work fine on any linux system with a BLE adapter. It should even run on a raspberry pi zero w.

Quick Start

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

wget https://raw.githubusercontent.com/jshridha/inkbird/master/docker-compose.yaml

You will need to modify the environmental variables

  • INKBIRD_MQTT_HOST is the MQTT server that home assistant uses
  • INKBIRD_ADDRESS is the bluetooth address for the inkbird

Then just run docker-compose up -d

About

Add inkbird BBQ thermometer into homeassistant through MQTT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Dockerfile 1.4%