Search found 2 matches

by adamb94
20 Mar 2021, 09:01
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 88403

Re: ESP8266 Thermostat

Hi, I had same issue with your plugin as user 2007-i, but I've resolved it. Please look on my code for modified functions: For time: Old: void P168_display_time() { String dtime = "%systime%"; String newString = parseTemplate(dtime, 10); P168_display->setTextAlignment(TEXT_ALIGN_LEFT); P16...
by adamb94
17 Feb 2021, 20:27
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Thermostat
Replies: 44
Views: 88403

Re: ESP8266 Thermostat

Hi,

I have another problem. I want to use ESPEasy and this plugin to my central heating stove pump. But I need to work it backwards: If Temperature from sensor >= setpoint then turn on relay. If temperature from sensor < setpoint then turn off relay. Do you have any advice how to do it?