Hello all!
I’m running HA 0.94 (for now, going to upgrade it soon), but I get spammed in the log with a recurring error message every second:
2019-09-01 11:45:01 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback <function async_track_utc_time_change.<locals>.pattern_time_change_listener at 0x7f9962cd90>
Traceback (most recent call last):
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 395, in pattern_time_change_listener
calculate_next(now)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 380, in calculate_next
matching_hours)
File "/usr/src/homeassistant/homeassistant/util/dt.py", line 256, in find_next_time_expression_time
raise ValueError("Cannot find a next time: Time expression never "
ValueError: Cannot find a next time: Time expression never matches!
2019-09-01 11:45:02 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback <function async_track_utc_time_change.<locals>.pattern_time_change_listener at 0x7f9962cd90>
Traceback (most recent call last):
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 395, in pattern_time_change_listener
calculate_next(now)
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 380, in calculate_next
matching_hours)
File "/usr/src/homeassistant/homeassistant/util/dt.py", line 256, in find_next_time_expression_time
raise ValueError("Cannot find a next time: Time expression never "
ValueError: Cannot find a next time: Time expression never matches!
What’s the best way to identify what configuration/automation item is causing it? I have a fairly large configuration/automations to dig through…
It must be something time-related…
Thanks!