GithubHelp home page GithubHelp logo

intui / underfloorheating Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 0.0 104 KB

Using the cloud and ioT to create a connected smart heating system for underfloor heating systems

License: MIT License

R 57.86% C++ 37.06% C 2.29% Dockerfile 2.78%
azure azure-functions iot azure-iot netcore r

underfloorheating's Introduction

underfloorheating

smartes Thermostat Fußbodenheizung

English below.

Showcase Projekt zur Erprobung des Zusammenspiels von ioT, Cloud und Business Intelligence

Der Plan

  1. IoT device ersetzt herkömmliches Thermostat zur Steuerung der Fußbodenheizung
  2. Sensordaten werden an eine Anwendung in der Cloud geschickt und verarbeitet
  3. Steuerungsfunktion übermittelt Anweisungen an iot-Thermostat

Die Komponenten

  1. IoT device: Bestandteile: Microcontroller, Klima-Sensor, Display, Potentiometer, Relais, Netzteil. Der Microcontroller kommuniziert mit dem Backend um: Das Gerät am Service anzumelden und zu authentifizieren, Instruktionen vom Service abzuholen, Messdaten an den Service zu senden.
  2. Web Service Backend: Stellt die notwendigen Schnittstellen bereit um: Iot Geräte zu verwalten und zu verifizieren, Instruktionen wie z.B. ein geändertes Heizprogramm an das ioT device zu senden, Sensordaten zu empfangen um diese dann weiter zu verarbeiten – beispielsweise charakteristische Kennzahlen des Raumes zu erheben.
  3. Statistik-Engine: Führt die Auswertung von Sensordaten durch mit dem Ziel: Relevante Kennzahlen des Raumes und der Wohnung ermitteln, die vom Heizprogramm des Thermostats verwendet werden können.

EN: Using the cloud and ioT to create a connected smart heating system for underfloor heating systems.

We built a micro controller based IoT thermostat device that measures temperature and transfers the values to a back-end. The back end analyses these values and computes an individual program with instructions that is sent back to the device.

  • Usability: A smart thermostat must allow the user to set target temperatures remotely. A timetable for different heating programs would be nice.
  • Energy efficiency: traditional thermostats have one big problem: The reaction time of the heating is very slow. Typically it takes 3-5 hours for the temperature to rise to a newly selected target value.Also it takes a very long time of a room to cool down again before the thermostat switches on again and the process starts from the beginning. This results in a continuous and slow rise and fall of the temperature around the desired value.This is where the main focus of our project lies. To create new approaches and algorithms to "flatten" the temperature curve and thereby keep the room temperature as close as possible to the desired value for a certain time span.

underfloorheating's People

Contributors

databraineo avatar intui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

underfloorheating's Issues

WeatherForcecast: config

Config-Datei in Docker ist keine gute Idee, da nur beim Build übertragen. Besser ist es, die Werte (APIKey, units und Datenbank-Zugang) bei Start des Containers mitzugeben:
docker run -e APIKey=XXX -e units=metric ...

Switch between auto and manual mode on device

The knob can also act as a button.
Turning the knob should switch to manual mode: deactivate the program and use the temperature
Push the know should reactive auto mode (active program)

The mode can also be changed from the backend

UserInterface: DB-Connection

Currently am Excel file and a random number generator are used as dummy data. Once the API of the backend is implemented, adapt to that

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.