graham22 / ESPThermostat

ESP32 thermostat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 thermostat

GitHub version

The ESP Thermostat uses a ESP32-bit with an external antena, a 240 X 320 TFT touch display, and a 10K thermistor. The element is controled by a Solid State Relay.

The thermostat includes support for MQTT. Please see wiki for details.

Home Assistant View

Development environment used is Visual Studio CODE with the following extensions

  • PlatformIO IDE
  • C/C++
  • Arduino

License


 Copyright (c) 2019 - Graham Ross

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

Release notes:


version 1.0.0

  • Initial commit

About

ESP32 thermostat


Languages

Language:C++ 94.4%Language:C 5.6%