#Automations Delayed

1 messages · Page 1 of 1 (latest)

knotty turret
#

Hello!, Today my power went out and it seemed that everything was fine with home assistant until I noticed that my lights didn’t turn off before bed. I decided to check the logs and as it turns out my lights automation didn’t turn on until hour after their were supposed to (an hour and 4 minutes to be exact) It said “Lights turn on at 21:02” but then said last triggered at 22:06.

digital oar
#

do you have correct time in your machine that runs HA ?

stuck bluff
#

And what is that magical automation 🙂 Aka, post the yaml

tired cypressBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

knotty turret
#

It worked today

knotty turret
# stuck bluff And what is that magical automation 🙂 Aka, post the yaml

alias: Turn On Blankets Room
description: ""
mode: single
triggers:
  - at: "21:02:00"
    trigger: time
conditions: []
actions:
  - type: turn_on
    device_id: 1f0108eeb33b36b213110864c12d9325
    entity_id: light.blankets_lamp_2
    domain: light
  - type: turn_on
    device_id: e039b6564b9f8a8a55f66cd13c0316e9
    entity_id: light.test
    domain: light
#

it may have been an issue with my hue hub