https://github.com/mcbittech/souliss-smart-thermostat-WiFi
for Souliss side:
n°1 Typical 31 : Temperature control with cooling and heating mode, on slot 0
n°1 Typical 52 : Temperature measure (-20, +50) °C, on slot 5
n°1 Typical 53 : Humidity measure (0, 100) %, on slot 7
n°1 Typical 19 : Single Color LED Strip, used for backlight dimming, on slot 9
n°1 Typical 11 : ON/OFF Digital Output,used only on software side for AWAY function, on slot 11
for functionality side you have:
-n°2 layout, you can select it by menù
-NTP clock, you can adjust your UTC by menù
-CRONO function, you can select between 4 diffrent setpoint(adjustable by menù),for every 1/2hour,for every day
-Copy/Paste function of day selected, in other day/days
-Save all data, crono & preferences in eeprom/flash(first boot,data will be taken from preferences.h)
-3D model, you can print by yourself support and cover for SST
-crono data moved from eeprom to spiffs json file to improve stability and data exchange to future webserver
-OTA, now you can upload your SST over the air
-Publish & Subscribe for remote node (ex. for a remote relay node or other, like remote sensors to display on topics page)
-added e06_ESP_SST_RemoteHeatingRelay example for remote relay node
-new topics page for layout1 if enabled
-topics in homepage fo layout2 if enabled
-child lock with longpress on encoder button
-deadband & hysteresis configurable insketch
IDE and library:
-moved to last ESP core (now @ 2.3.0 STABLE)
-moved to last Arduino IDE (now @ 1.6.12)
-moved to last Souliss Framework (now @ 7.2 beta1)
bug correction:
-DHT22 reinit if NaN is retrieved
-NTP reinit if there isn't correct response from NTP server
-chrono crash correction(in some case MCU reboot during navigation of crono)
-bugfix for timezone and daylightsaving
Following the directions, I get this. Sorry if this is easy to fix. I'm not good at Arduino.
In file included from F:\Downloads\souliss-smart-thermostat-WiFi-master\souliss-smart-thermostat-WiFi-master\SST_Eclipse\display.h:4,
from F:\Downloads\souliss-smart-thermostat-WiFi-master\souliss-smart-thermostat-WiFi-master\SST_Eclipse\SST_Eclipse.ino:52:
Ucglib.h:61:10: fatal error: utility/ucg.h: No such file or directory
61 | #include "utility/ucg.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
utility/ucg.h: No such file or directory