Code Monkey home page Code Monkey logo

listyoedi / thesisac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faisalthaheem/machine-learnt-air-conditioning

0.0 0.0 0.0 67.56 MB

System that learns how often a room is occupied based on time, movement, air conditioning preferences and learns on historic data. This can have a significant impact on the energy use around a house/building.

License: Apache License 2.0

C++ 22.40% C 2.14% Assembly 0.09% Python 0.28% Makefile 0.21% Shell 0.11% HTML 0.15% JavaScript 68.84% TypeScript 0.09% CSS 4.37% Batchfile 0.01% Jupyter Notebook 1.31%

thesisac's Introduction

Smart Air Conditioning using machine learning

(Hey Elon - heard you want to do something similar - would be great if this code can help :)

System that learns how often a room is occupied based on time, movement, air conditioning preferences and learns on historic data. This can have a significant impact on the energy use around a house/building.

This sytem can learn based on the following habits

  • how often a room is occupied - based on PIR data
  • hat time of day is the air conditioning demanded by residents
  • which months, days are most demanding in terms of air conditioning
  • difference between outside temperature and humidity (acquired through open weather) to inside temperature and humidity

This means if somone switches on the air conditioning everday at the same time then after a while the system will automatically start to switch on the AC wihtout any manual intervention.

Quick Start

Document Summary Link
Introductory post Discusses the idea behind the system Blog Post
Quick Start Minimal setup that walks through getting software aspect of the system up and running quickly Wiki
Hardware Setup Brief introduction to assembling the hardware sensors Hardware Sensors

Brief Introduction

There are 3 hardware components developed using esp8266 modules, which are

  1. An IR Blaster which relays smart phone app commands to the air conditioning thereby allowing the system to learn about the desired temperature at any given instance. The blaster uses reversed engineered IR codes for a SHARP ac.
  2. A PIR Sensor which senses movement in the area and reports it to the node red app.
  3. A DHT-22 sensor which monitors the temperature and humidity in the room, this information is used in the machine learning phase.

Following image shows the data acquisition on the operational system Sensor data

The following diagrams show the high level system services, which are packaged as docker containers for ease of deployment.

System Block Diagram

Services Diagram

thesisac's People

Contributors

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