Skip to content
Discussion options

You must be logged in to vote

The automation doesn't get triggered at all, except for the morning because the sun offset.

The problem most likely due to incorrect syntax. You defined a string below, not a list.

    charger_connect_trigger_list: "[on]"
    charger_connected_state_list: "[on]"
    charger_charging_state_list: "[on]"
    car_at_home_state_list: "[Thuis]"

It should be something like this (examples are in the blueprint entity description).

    charger_connect_trigger_list: ['on']
    charger_connected_state_list: ['on']
    charger_charging_state_list: ['on']
    car_at_home_state_list: ['Thuis']

except for the morning because the sun offset.

I doubt it worked after it was triggered due to above inco…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mhoogenbosch
Comment options

You must be logged in to vote
1 reply
@mhoogenbosch
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mhoogenbosch
Comment options

Comment options

You must be logged in to vote
1 reply
@mhoogenbosch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants