Temperature based FAN Control Optional LED Control
Go to file
2024-12-07 14:25:04 +01:00
.vscode Add VSCode extensions 2024-11-28 21:34:50 +01:00
include All commands are working 2024-12-07 12:08:08 +01:00
lib Initial Commit 2024-11-28 21:28:37 +01:00
mqttclient MQTT Communication established 2024-12-07 14:25:04 +01:00
src Change LED on high temperatur 2024-12-07 12:26:10 +01:00
test Initial Commit 2024-11-28 21:28:37 +01:00
.gitignore Initial Commit 2024-11-28 21:28:37 +01:00
platformio.ini Moved to other pin 2024-12-04 21:38:41 +01:00
ReadMe.md MQTT Communication established 2024-12-07 14:25:04 +01:00

FAN LED Control

Board

ESP8266 D1

Used Pins:

Software

Interface: USB-UART

Source

Inspired by the following Project: https://github.com/stefanthoss/esp8266-fan-control

MQTT Control

Linux based Controller

  • Docker
  • Python3
  • paho

Installation

Open Terminal in mqttclient.

Docker must be installed docker build .

Execution

Set the following parameter:

  • USB Device
  • MQTT
  • Server Name / IP Address
  • Base Topic

docker run -e MQTT_SERVER="192.168.x.y" -e MQTT_TOPIC="testtopic/" sha256: