Difference between revisions of "Automated blinds and sensors with Domoticz and ESP8266"

From CommonsLab
Jump to navigation Jump to search
Line 3: Line 3:
 
==Description==
 
==Description==
 
The project is about controlling the blinds in the classroom in an easy and automated way. The components, software and hardware, that were used have been open source solutions where possible.
 
The project is about controlling the blinds in the classroom in an easy and automated way. The components, software and hardware, that were used have been open source solutions where possible.
 +
The hardware components used are:
 +
* Raspberry Pi 3
 +
* Raspberry Pi 3 Official Power Supply
 +
* nodeMCU ESP8266 development board
 +
* 2 relay module
 +
* DHT11 module
 +
* Somfy LT50 electric roler
  
 +
Software used:
 +
* Domoticz
 +
* ESPeasy
  
 
==Educational material==
 
==Educational material==

Revision as of 22:02, 19 May 2017

This project was designed as part of the #HackyourClassroom educational program of Stegi Onassis Cultural Foundation and in partnership with GFOSS.

Description

The project is about controlling the blinds in the classroom in an easy and automated way. The components, software and hardware, that were used have been open source solutions where possible. The hardware components used are:

  • Raspberry Pi 3
  • Raspberry Pi 3 Official Power Supply
  • nodeMCU ESP8266 development board
  • 2 relay module
  • DHT11 module
  • Somfy LT50 electric roler

Software used:

  • Domoticz
  • ESPeasy

Educational material

User Manual

To control the blinds and see the temperature/ humidity values follow these steps:

  1. Connect to the "Domoticz" Wifi network with the password supplied.
  2. Open a web browser and type "192.168.42.1:8080" to the adress bar.
  3. Once the Domoticz site loads, you can view the controls under the "Switches" menu and the temperature/ humidity under the "Temperature" menu.

You can also use the Domoticz Android App to control the system.

References