I’m trying to build a thermostat. I have something in mind. I have a LCD display 2004But first I have 4 tasks to implement:
1 display temperature (a zigbee sensor connected to HA) DONE
2 display the state of the relay who is controlling the heating system DONE
3 display a timer set up in HA
4 adjust climate component (increase or decrease temperature) using 2 buttons (pins from ESP board).
So…what can I do to display on ** line the timer? I tried many variants on the internet but it is not working. I found a version with some if…but it is ytoo complicated for my understanding
Any help will me much appreciated. The last task (4) I will let it for later
Thank you. Actually I want to print the remaining time so, if I have a timer set up at 7 minutes, I want to see:
6:59, 6:58…0:01 and then 0:00.
Now, I can print “idle” or “active”.
I tried to create a sensor but it is displaying the total time, not remainig.
It seems that this is not an easy task…but you are right. begore going to ESPHome, I need to solve problem in HA.
You helped me a lot. now, I know that I didn’t searched in the right way the solution.
Thank you!