Archive:NodeMCU-ESP8266-Temperature-Relay-Control: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{project
{{project
| image=Fan-control-open.jpg
| name = Temperature controlled Relay
| name = Temperature controlled Relay
| description = BME280 controlled relay with WiFi, Web interface and HTTP data reporting
| description = BME280 controlled relay with WiFi, Web interface and HTTP data reporting
| status = beta
| status = beta
| author = German
| author = German
|image=Fan-control-open.jpg
| username = C22
}}
}}



Revision as of 11:43, 19 July 2020

   
Temperature controlled Relay

Release status: beta [box doku]

Fan-control-open.jpg
Description BME280 controlled relay with WiFi, Web interface and HTTP data reporting
Author(s)  German (C22)

ESP8266, NodeMCU Temperature controlled Relay

This relay control unit is standalone and consists of the following parts:

  • NodeMCU Microcontroller
  • Relayboard (up to 230V, 10A)
  • 12V -> 3.3 V converter (for this specific use-case, to power the fan and microcontroller from the same source)
  • BME280 Temperature and Humidity sensor
  • 12V power supply

The software makes use of standard libraries (WiFi, Adafruit Sensor Library) and ESPUI. Relay is switched every minute if it exceeds the configurable temperature on the temperature sensor. The sensor is read every 10 seconds. Every 30 seconds the readings are sent to a remote webserver (to process the data in InfluxDB for my use-case).

Finished project with enclosure looks like this:

Fan-control-closed.jpg