Git Product home page Git Product logo

inkbird_pybbq's Introduction

inkbird_pybbq

Use raspberry pi to interface over bluetooth low energy (BLE) with an Inkbird IBT-6XS so we can log cook graphs and get a web interface.

Dependencies

You will need to install bluez on the raspberry pi. I used the following resource as a guide while installing the latest version (5.9 as of 05/08/2020) https://www.argenox.com/library/bluetooth-low-energy/using-raspberry-pi-ble/

inkbird_pybbq is housed in the pybbq folder. You will need to install the requirements in requirements.txt (pip install -r requirements.txt). inkbird_pybbq utilizes a sqlite database to log information from cooks.

ToDo

1. [ ] Implement try/catch and logging functions for all methods
2. [ ] Create sqlite structure/schema and get it built during the initialization of a new db
3. [ ] Need to somehow check db integrity on start to make sure nothing is corrupt
4. [x] Need a method to gracefully disconnect from database
5. [ ] Begin building a web interface
6. [ ] Try to get device to report fahrenheit over BLE instead of celsius*10

inkbird_pybbq's People

Contributors

austinc3030 avatar enderblue avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  avatar

inkbird_pybbq's Issues

no module named elevate

pi@raspberrypi:~/inkbird_pybbq/pybbq $ python3 ./pybbq.py
Traceback (most recent call last):
File "./pybbq.py", line 1, in
from elevate import elevate
ModuleNotFoundError: No module named 'elevate'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.