smeisner / smart-thermostat

Open-source ESP32-based thermostat that has some useful intelligence
GNU General Public License v3.0
46 stars 12 forks source link

Add support for Matter over wifi #10

Open smeisner opened 1 year ago

smeisner commented 1 year ago

After the ESP32-C6 MCU is incorporated, research how to enable Thread protocol to support Matter. This allows for integration into home automation systems.

Must be able to be enabled/disabled via user config on touchscreen.

smeisner commented 1 year ago

Possibility to only use Matter over wifi as well and leave Thread out of the design.

The main motivation to incorporate Thread would be to create a Thread border router since the thermostat is constantly powered.

smeisner commented 1 year ago

The following library will be used to implement Matter over wifi: https://github.com/Yacubane/esp32-arduino-matter

smeisner commented 1 year ago

Completed with merge https://github.com/smeisner/smart-thermostat/commit/b1bfc1dfeed0b9eb6768a07f68dbf599092f3d0c

smeisner commented 11 months ago

This code is not operational yet, so re-opening issue. Once the code is compiled in and running, this can be closed.