Frogmore42
Frogmore42
There are lots of solutions for this already. Many Home Automation systems provide a method to persist data and graph it. Influxdb is a good solution for saving data. Grafana...
I am a little confused what the use case you have is and why you believe you need to use predictive ramp up mode. I didn't read all the code,...
or, in better keeping with the style of the code, make the following change in ```ThermostatCtrState()``` ``` // Ramp-up controller (predictive) case CTR_RAMP_UP: // If ramp-up off time counter has...
Lots of people have heaters that are much greater than the heat loss. I have at least two. Since I don't know how much you know about controllers, here is...
Using PlatformIO and an M5 Stack Atom (which is a gen1 ESP32 pico): ``` [env:m5stack-atom] platform = espressif32 board = m5stack-atom framework = arduino monitor_speed = 115200 ; Library options...