Page 1 of 1

IOT household heater

Posted: Tue Apr 19, 2022 2:30 am
by draperd
Simple project to replace the control of my heater with a processor that uses a remote temperature sensor. Both the heater and the temperature station use ESP32-C3 boards.

Image

The core logic is about as simple as you can get, but I added bonuses like OTC and a console for dynamically monitoring and interacting with the heater. Complete code and description are here:

https://github.com/denised/HeaterController

Re: IOT household heater

Posted: Tue Apr 19, 2022 11:16 am
by rpiloverbd
Thanks for sharing. It will help many in their practical lives.