Giter Club home page Giter Club logo

pellet-stove-web-control's Introduction

Pellet Stove Web Control

Remote web control for some models of Pellet Stoves. I've developed it for my stove (an Ungaro Maia Blend 34) but I think will work on other stoves based on Micronova controller board. It is a non-invasive circuit since uses the infrared control.

Source code is for the NodeMCU Devkit (ESP8266 based) programmed with Arduino IDE.

webpage

STEP 1

In the Arduino IDE install first the required libraries you can do this in the Menù Sketch -> #include library -> Library management. Type the library name and select the correct library from the list, then push "Install" button.

STEP 2

Note: This step is only required if the IR remote command of your stove is different than mine (please see pictures in the images folder for the remote command reference).

Mount an 38KHz IR receiver as showed in the schematic (documents folder) and then upload the "IRrecvDumpV2.ino" sketch in the IRremoteESP8266 example folder.

After uploaded, start the Serial Monitor, point the IR remote on the receiver, push buttons and copy codes given in the serial monitor on a text file.

STEP 3

Edit source code. Change your SSID, Passphrase, and other variables. If you have followed Step 2, change codes in the "IR Remote commands" section. Note: in this case you must change also the second parameter in the irsend.sendRaw functions in the handleSubmit() function. The second parameter is the array length of the command. Example:

My Toggle (ON/OFF) command, contained in the TOGGLE[] array, is 21 bytes long and works with a modulation at 38KHz, so the irsend command is:

irsend.sendRaw(TOGGLE, 21, 38); //21=21 bytes long, 38=38KHz

STEP 4

Point the IR led of your circuit on the receiver of the stove and try to connect to board with your phone, a pin is required first than send any command, default one is 1234, you can change it in the pinPs variable.

STEP 5

If you like this project, please condider to make a little gift (not only money, I collect also a lot of garbage!): http://www.settorezero.com/wordpress/donazioni/

pellet-stove-web-control's People

Contributors

cyb3rn0id avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.