Skip to content

roarnyg/Hot-tub-and-pool-temperature-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hot tub and pool temperature monitor

Make our own, online temperatur monitor.

With the power of Micropython it is easy to measure and monitor temperature in your hot tub, swimming pool, living room, garden house etc. The temperature is transfered with help of the MQTT protocol to the web site io.adafruit.com. You can monitor the temperature on Adafruits web page for free. Of course, you can use any other MQTT broker if you like.

## Equipment: * Microcontroller: ESP8266 (NodeMCU, WeMos etc.) * Temperature sensor: DS18B20 * 4.7 kOhm resistor * Solderless breadboard and cables or curcuit board * USB Powerbank * Water proof enclosure

The MCU is powered by a USB power bank. 2000mAh power bank works for several days becasue the script shuts down the MCU to deep sleep mode (battery saving) while not measuring and transfering.

The resistor should be connected between 3.3V and the data cable from the temperature sensor.

You will find more explanation in the micropython script.

Releases

No releases published

Packages

No packages published

Languages