Project: Thermostat #3 – Update

This entry is part 3 of 3 in the series Thermostat

Well just to give a small update on the project, as you can probably tell  from the featured image above the layout had been completely re-designed. I’ve not also added the current time via NTP using the NTPClient library available here: https://github.com/arduino-libraries/NTPClient and also implemented a WiFi status icon.

Next step is to implement an MQTT client to be able to update the home automation controller of the current heating status and temperature.

The new code is available on GitHub: https://github.com/Sinitronics/ThermoStatESP32

Series Navigation<< Project: Thermostat #2 – Now on GitHub