Bit of a mental block here so here’s what I hope is a simple question.
I’m running a couple of Pico W using micropython, that send mqtt data to HA every 15 minutes using a Try loop.
I have some internal interrupts that trigger at specific intervals to write to a data log file and send a status email. As these are interval type their triggers are X seconds from boot up, which is a random time.
I’d like to trigger these at specific times, say 0600, 1200, 1800, 2401.
The code already syncs the Picos RTC so it knows the time.
Synapses breaking down. How do I do this?
Cheers,
Mark