Close
0%
0%

Controller for Waste Oil Burner

Arduino driven controller unit as a replacement for the original mechanical & relay based unit of a waste-oil-burner

Public Chat
Similar projects worth following
Many years ago my father in law started to heat his house with a imported waste-oil-burner. A while ago the original controller unit which was based on mechanical parts and relays broke down. I tried to find the problem but probably made it worse than before and I decided to replace it with a Arduino based solution.
Since I had a chance to observe it while it was still working I could figure out the basic functions.
I decided to build a replacement based on a Arduino UNO and some additional electronic components like a LCD display, relays, a photo-cell, etc.

I studied the Arduino UNO board and learned from examples before I started the project which was actually my very first Arduino & electronics adventure. Since I was working as a professional game-programmer in the past it was quite easy for me to get into Arduino programming and understand how to use other basic electronic components.
  • 1 × Arduino UNO
  • 1 × Arduino LCD & Keypad shield
  • 1 × DS18B20 Temperature Sensor To measure the oil-temperature in the pre-heat chamber
  • 1 × 4ch Realy board
  • 1 × 12V Power supply

View all 11 components

Enjoy this project?

Share

Discussions

hammer1092001 wrote 03/13/2022 at 10:26 point

i am onto a similar project    building a waste oil "furnace" from scratch based on the clean burn brand 250,000 btu model.   after setting up a nozzle pre heater to thin the oil on a temperature thermal disc sensor to delay actual startup until nozzle gets to temp. then relay activates thermostat input to standard oil burner controller with flame sensor.   added relay operated by thermal disc switch to activate blower fan when heat chamber gets to temp. just now picked up an arduino with the intention of running the whole unit through a 4 channel relay board . the programming is the challenging part to me, with very little programming experience. maybe get lucky and find someone smarter than me at programming  with a functioning program i can work off of. i will admit,i am more hardware than software 

  Are you sure? yes | no

Brian Decker wrote 03/15/2019 at 16:14 point

This more of a general comment for anyone who decides to use an Arduino as a controller for a potentially hazardous application - An Arduino has no CE or UL approval, nor does anything you create, and if damage results (in this case let's say the house (G-d forbid) burns down) insurance WILL NOT cover the loss.  Even worse, if someone is injured or killed the liability will be entirely on the person who built the device.  

I'm posting this not as a specific critic of this application - but anytime we "makers" move our devices out into the world we need to evaluate the potential risk involved.  

  Are you sure? yes | no

Chris Soukup wrote 03/16/2019 at 12:32 point

Good point and I actually thought a lot about the possible risks. I'm aware of potential instability of the whole controlling syste (hw & sw wise). By replacing the old unit I still tried to keep all risky functions out of the microcontroller's hands. For example the pre-heating chamber's temperature is controlled by a simple thermostate regulator and has another shut-off switch once the temperatue should go over the top.

I'm constantly re-analyzing the hardware and software and trying to make it more bullet-proof.

  Are you sure? yes | no

Brian Decker wrote 03/16/2019 at 13:50 point

With the number of older homes and out buildings that use this type of equipment you might have a pretty good market for a product there!

  Are you sure? yes | no

hammer1092001 wrote 03/13/2022 at 10:36 point

similar thoughts    my design has redundant safety's as well.   intention is to have micro controller operate the heater. get the system "dialed in" take readings on " normal" operating temps ,time allowed to detect flame ,shut down delay time if flame not present or for some reason goes out during operation. then have mechanical redundancies .  i.e. thermal over limit switch on heat chamber much the same as a standard furnace has. forced draft blower operation to evacuate any possibly explosive fumes that may build up prior to reignition etc. but any suggestions to what i may have forgotten to take in to account are greatly appreciated. and it is (at least in my location, new york state) possible to have a unit tested and certified "safe"   but have not looked into it much as it is still a work in progress and will be located remotely to eliminate any catastrophic damage if it were to fail. 

  Are you sure? yes | no

Dan Maloney wrote 03/15/2019 at 16:03 point

That's interesting - I've seen waste-oil heaters for garages, but never one installed in the house. Did the Arduino controller get it up and running again?

  Are you sure? yes | no

Chris Soukup wrote 03/16/2019 at 12:42 point

The controller is already working since about a year. I just had no time to post it somewhere.

Meanwhile I could improve and optimize some parts in the software and make it generally more "intelligent".

Actually the burner itself is mounted in a big boiler so it's not blowing the flame out into the air but rather heats a primary circular-flow which is common for fossil-based heating systems. I will post a video soon so you can.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates