-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automation is not running #2
Comments
If you go to Developer Tools > Status and look for your schedule ( Could you please share your automation's yaml formatted as code? I'm using this exactly same version and it is working fine with me, so it is probably something in your settings. |
Hi, thanks for looking into it. The status of the schedule is currently 'off'. (8:50pm) My automation's yaml is: Thanks a lot for your help in advance. |
Your automation is set to backup before the updates, could y you please double check if you don't have a backup started around 03:00AM? |
hi, Here are the logs as requested: In the logs, it seems like that is run at 3am. But why did it re-trigger at 3.30am, see my first screenshot? |
I've just uploaded an updated version. Could you please try that one? |
This is related to the blueprint: auto_update_scheduled.yaml
Hi, Thank you for creating the blueprint. I highly appreciate the efforts in creating it.
I created automation based on the blueprint. It is triggered, but it is not running.
It is stopped at the 3rd condition.
When checking the traces (see below), I believe the trigger status is swapped. It is from "on" to "off". Should it not be from "off" to ''on"?
How can this be changed? Is this something that needs to be updated in the blueprint?
Best, Sebastian
this:
entity_id: automation.auto_update_home_assistant_on_a_schedule_base
state: 'on'
attributes:
last_triggered: '2023-03-09T08:00:00.011443+00:00'
mode: single
current: 1
id: '1678241096997'
friendly_name: Update_Auto Home Assistant on a schedule base
last_changed: '2023-03-08T15:17:58.497737+00:00'
last_updated: '2023-03-09T08:00:00.011657+00:00'
context:
id: 01GV2P4M06X5FS3YBZZA2KV825
parent_id: 01GV2P4M010K7XBKQWAXQ86WB9
user_id: null
trigger:
id: HA Schedule based
idx: '0'
alias: null
platform: state
entity_id: schedule.auto_update_schedule
from_state:
entity_id: schedule.auto_update_schedule
state: 'on'
attributes:
editable: true
next_event: '2023-03-09T03:30:00-05:00'
friendly_name: Auto_Update_Schedule
last_changed: '2023-03-09T08:00:00.001905+00:00'
last_updated: '2023-03-09T08:00:00.001905+00:00'
context:
id: 01GV2P4M010K7XBKQWAXQ86WB9
parent_id: null
user_id: null
to_state:
entity_id: schedule.auto_update_schedule
state: 'off'
attributes:
editable: true
next_event: '2023-03-10T03:00:00-05:00'
friendly_name: Auto_Update_Schedule
last_changed: '2023-03-09T08:30:00.002221+00:00'
last_updated: '2023-03-09T08:30:00.002221+00:00'
context:
id: 01GV2QVHT2HKT4C7YD7NDAW0NH
parent_id: null
user_id: null
for: null
attribute: null
description: state of schedule.auto_update_schedule
input_schedule_monthday: 1
input_pause_entities: []
temp_input_update_exclusions: []
input_update_exclusions: []
The text was updated successfully, but these errors were encountered: