Hi guys,
I created a generic thermostat for the first time. I’m using a relay connected to an ESP-01s for the switch, and a Xiaomi Sensor for the temperature.
It is working very good, but the only problem is, that the the relay is going on for a second every 10-15mins. This looks like that then:
I turned off the “keep_alive” variable, so I don’t believe that this is the problem. Here is my config:
The Problem is, that the room isn’t reaching the target temp. My target temp is set to 19 degrees. But the room temperature is 21 degrees. I would believe that the tolerance is the reason for this behavior, but since it isn’t near the target temp, I would say that we can exclude this…
Btw. I found the reason: My ESP-01s, wich was flashed with ESPHome, had a broken configuration. After changing the config everything is working as expected. Thanks!