If I’ve understood @surewhynotlem@lemmy.world correctly, this won’t need 2 automations
When you exceed a max, I presume you’re triggering the AC to heat / cool, at this point you’d also set the “dontlogthisagain” boolean.
Then, when you’d reached the correct temp range, then you can turn off the AC and reset the “dontlogthisagain” boolean.
The conditional statements would then be “(is the temp outsode of range) AND (dontlogthisagain=True)”
You’d need to check the logic is the right way around there, but - in my head - thst should work.
Edit: actually, thinking anout this some more, you might not need the boolean, you could use the on/off state of the AC unit itself








Ok, fair point