GPL About Home

Other Project

Project Freezer  (Internet of Things)

Objective:

IoT Freezer :: To monitor the effectiveness of an off-grid solar freezer solution. The first phase being the constant monitoring of the temperature inside the freezer.

Description:

This project is part of an off-grid life-style experiment. A quarter of a beast is 27-35kg of butchered meat, and will fit in a 145L freezer. That volume should last a family of three for 5 months. A 145L chest freezer consumes approximately 296 kWh/year (0.8 kWh/day). A locally sourced 470W off-gird solar package will supply 1.2kWh/day for 2 days from 4 x 12v @ 105Ah sealed AGM batteries (to 50% capacity), when there is no sun.

As someone who's eaten chicken from a fridge with a failing compressor, and before we go and put $350 worth of beef on an experimental power source, I thought it would be wise to track the temperature of the freezer for a while, and see if the numbers really pan out.

In the first phase (Mar 15), a temperature sensor has been combined with an Arduino EtherTen to provide periodic (5 second interval) updates to the Nimbits "Internet of Things" cloud platform. This data point is then graphed via the Flot javascript charting library.

In the second phase (Sep 15), the off-grid solar power supply was deployed, the freezer was migrated off the mains supply to the new supply and then a new Arduino IoT voltage sensor node was added to monitor the output voltage of the solar charged battery bank. The IoT temperature sensor from phase one was upgraded to be both a sensor node and a network connected hub. The voltage sensor node sends voltage data via a software serial uplink interface to the hub. In phase two the Nimbits cloud service has been replaced with a local Key-Value database (source code also provided below). A console site based on Bootstrap presents the pChart based graphs to the end user.

Screen Shots:

The following screen shots show the software or hardware developed for this project, in action;
Phase 1 Arduino Freetronics EtherTen device, with Freetronics temperature sensor and power supply.
Phase 1 hardware, Arduino EtherTen
Real-time Web graph for Nimbits data point.
Phase 1 web graph, via Nimbits
Phase 1 Web graph of food being added to the freezer.
Adding food, graph via Nimbits
Phase 2 web console with 24 hour graphs for voltage (DC) and temperature (in degrees Celcius).
Phase 2 web console with 24 hour graphs for voltage and temperature
Phase 2 server-side graph of the most recent Arduino IoT voltage data.
Phase 2 voltge values, graphed
Phase 2 server-side graph of the most recent Arduino IoT temperature data.
Phase 2 temperature values, graphed

Code:

The following code (source, binaries, patches, etc) have been developed or mirrored for this project;

Links:

The following links have been identified as relevant to this project;

Activity:

This project was initiated on Saturday, the 21st of February 2015. Its last recorded activity stamp is Thursday, the 10th of September 2015.