Skip to content

A Wemos D1 Mini based system to activate Heatcable when temperature treshold is meet

Notifications You must be signed in to change notification settings

MagnusPer/HeatCable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HeatCable

Control system using external temperature sensor (DB18B20) with a configurable temperature treshold (SetTemp) controlling heatcable relay. LCD display (Omilex sheild-LCD16x2) to visualize external(OutTemp) and treshold(SetTemp) with relay status. Pushbutton to increase or decrease the temperature treshold.

Two versions available Basic without any WiFi connection and one using WiFi and MQTT topics to publish status.

Installation

Needed Arduino Libraries to be included in IDE. Install them either from GitHub repository directly or within the IDE application itself Sketch > Import Library

Library Link to GitHub Basic MQTT
PubSubClient https://github.com/knolleary/pubsubclient X
OneWire X X
Dallas Temperature X X
Wire X X
LCD16x2 https://www.olimex.com/Products/Duino/Shields/SHIELD-LCD16x2/open-source-hardware X X
Dallas Temperature X X

MQTT Topics

MQTT Topics to be published.

Topic Description
HeatCable/Status set topic - Status "online/offline"
HeatCable/RelayStatus set topic - Relay status "activated/deactivated"
HeatCable/OutTemp set topic - Outdoor temperature
HeatCable/SetTemp set topic - Configured temperature

Wiring

BOM List

Part Comment/Link
Wemos D1 mini https://www.wemos.cc/en/latest/
Omilex sheild-LCD16x2 https://www.olimex.com/Products/Duino/Shields/SHIELD-LCD16x2/open-source-hardware
Tempsensor DB18B20
Power Supply HLK-PM03 http://www.hlktech.net/product_detail.php?ProId=59

About

A Wemos D1 Mini based system to activate Heatcable when temperature treshold is meet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages