#Vague Error

1 messages · Page 1 of 1 (latest)

wispy tree
#

Here is the error:

Logger: homeassistant.components.automation.inside_lights_off_at_3_am
Source: components/automation/__init__.py:776
integration: Automation (documentation, issues)
First occurred: January 8, 2025 at 3:00:32 AM (1 occurrences)
Last logged: January 8, 2025 at 3:00:32 AM

Error while executing automation automation.inside_lights_off_at_3_am:```

Here is the Automation:

########################################################

Lights off at 3 AM

########################################################

  • id: "1618334123123dssdf3435323512"
    alias: Inside Lights off at 3 AM
    trigger:
    • platform: time
      at: "03:00:00"
      action:
    • service: homeassistant.turn_off
      target:
      entity_id:
      - group.inside_lights
      - group.basement
wraith mist
#

What does the trace show?

wispy tree
#
Triggered by the time at January 10, 2025 at 3:00:00 AM
Perform action 'Home Assistant Core Integration: Generic turn off' on inside_lights and basement
Finished at January 10, 2025 at 3:00:12 AM (runtime: 12.25 seconds)```
wraith mist
#

Then I'd check the full log file and see if there's more

wispy tree
#
2025-01-08 08:00:32.785 ERROR (MainThread) [homeassistant.components.automation.inside_lights_off_at_3_am] Error while executing automation automation.inside_lights_off_at_3_am: ```
#

2 days ago

wispy tree
#

🤷

wispy tree
#

anyone have any suggestions on what might be going on here?

#

still vague