Hey everyone, I’ve been tinkering with automations in Home Assistant and came across an interesting issue. I set up a warning notification for when my smartphone isn’t charging at night. The idea is pretty straightforward: if I go to bed and my phone isn’t plugged in, I get a reminder. I even made sure to use an AND condition to ensure all criteria are met before triggering the notification. However, I’ve noticed that the notification sometimes pops up even when not all conditions are satisfied. That’s a bit frustrating because it defeats the purpose of setting it up in the first place.
I’ve double-checked the automation setup. It triggers when the bedroom lights are turned off, my phone isn’t charging, and it’s after sunset. I’m using the is_battery_level condition to check if the battery is below 50%. Everything seems logically sound, but the glitch persists. Maybe there’s a timing issue or a bug in the condition evaluation?
If anyone has encountered something similar or has tips on how to troubleshoot this, I’d really appreciate the help. I’m hoping to get this automation working seamlessly without any false triggers. Thanks in advance for your insights!