Coder Social home page Coder Social logo

grillsrv's Introduction

grillsrv

Go Web Service / Library for Controlling a Green Mountain Grill Pellet Smoker

Early last year I purchased a Pellet Smoker that had an onboard wifi chip. I had the desire to log the temperature of my grill and food over time. The grill manufacturer provides a wifi app to control some of its features. Using a mix of network packet sniffing and android apk decompilation, I was able to piece together most of the commands used to control the grill.

This project has three pieces. A terribly designed (but functional) web ui, a go web service/library that communicates with the grill, and coming soon, an android app to replace the admittedly terrible web UI.

The grillsrv app will persist its log data to a sqlite3 database "grill.db". It will be created in the same folder that the app is executed from.


The company that makes these grills has since released a 'Server Mode' that uses AWS to communicate with the grill. Once your grill is set to use server mode, all traffic becomes encrypted and the grill stops responding to commands sent over the LAN.

Essentially you have to decide if using their 'Server Mode' is worth losing being able to control the grill directly yourself. I use this app to simulate their server mode by just port forwarding to this web ui.


My typical use is to compile this to run on a raspberry pi. Being written in Go, it should be easy to compile this for any architecture.

grillsrv's People

Contributors

featherking avatar mdimond avatar

Watchers

James Cloos avatar

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.