#First automation using GUI on new installation get 'setup timed out'

1 messages · Page 1 of 1 (latest)

jovial abyss
#

I have a very simple new automation at trigger at sunset action switch switch x on, it fails with "setup timed out" everytime, the config is valid, the server is uptodate and restarted... i just can seem to make something simple work, want to get rid of yaml.. but i can't lol

civic tree
#

Guess there is nothing in configuration.yaml causing this or?

jovial abyss
#

Its the default config, and a check config returns healthy, just saw despite the error it creates this in automations.yaml, but gui of automations stays empty.. as if no automation was created, i use ha since version 0.9x and i am stumped.. ```- id: '1768474493004'
alias: Zon onder raamkozijn verlichting aan
description: ''
triggers:

  • trigger: sun
    event: sunset
    offset: 0
    conditions: []
    actions:
  • action: switch.turn_on
    metadata: {}
    target:
    entity_id: switch.powerplug_verlichting_raamkozijn
    data: {}
    mode: single

configuration.yaml
```# Loads default set of integrations. Do not remove.
default_config:

# Load config from packages directory
homeassistant:
  packages: !include_dir_named packages

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes
civic tree
#

Looks good as far as I can tell

jovial abyss
#

yes i think so to but no visible created automation in gui, and light stays off...

jovial abyss
#

Fixed, I thought this was part of default_config but seems not, works now

civic tree
#

ah that must be why it worked for me when I tried it...

#

I have that in the config..

rancid lichen