Hi everyone, after more than a month of seamless puzzle games, I am asking for your help.
One thing I thought was simple but I was wrong.
I have an ESP32 programmed with ESP HOME with a temperature dallas that reads the temperature and at each reading activates a script that opens more or less a window.
Everything works.
The problem is that I want to tell him that between 09:00 and 15:00 it remains closed.
I added the time in the time slot, but in the Log I do not get a synchronization response and to do some checks I would like to read an output with the time in the log or in a text sensor.
I have tried every but to no avail.
I have a similar issue. Since OS update 6.3 my Pi4 is stuck on 2021-08-31 and time: 11:03 everytime I reboot the host.
DNS is working and I have checked all sorts of settings. I have no idea from where it is pulling that date/time.
I am a total loss since restoring a snapshot (backup) will not make a difference.
I am about to create a fresh HASS image and try to boot to check what time it gets from DNS
After further attempts I found that the time syncs without setting up a server and I created a text sensor to function as a log since ESPHOME does not display anything in the log and I found that it synchronized.
Then I played by trial and error until the solution
public that can serve others who don’t go crazy for a month like me on this one
Synchronization problem now if I set static IP for now I leave it dynamic
You are missing the nameserver. Your manual config should be something like this.
manual_ip:
static_ip: 192.168.0.173
gateway: 192.168.0.1
subnet: 255.255.255.0 dns1: 192.168.0.1