#Home assistant broke again

1 messages · Page 1 of 1 (latest)

gentle haven
#

My Home Assistant OS broke again. This happens every so often after I update core or something else. I do not know what causes it, what resolves it.

Core seems to be working while the UI doesn't.

#

I do not have UI, I do not know how to SSH since it isn't working properly. I am completely stuck.

#

I seem to be getting a generic SSL error when loading.

gleaming star
#

Are you using your own configured ssl access?

#

Your Core install provides the UI. They are not separate

gentle haven
#

I an trying to access it even via HTTP.

#
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Google assistant
google_assistant: !include google_assistant.yaml

# Example configuration.yaml entry for the HTTP component
http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 127.0.0.1
    - ::1
    - 192.168.0.0/20

recorder:
  purge_keep_days: 0
  auto_purge: false

# Brennenstuhl
#switch: !include Brematic.yaml
#brematic_system_code: '9de9faae793b2eb0f3ceee0deb0994fb'
#brematic_config_json: BrematicPro.json
#BrematicPro

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  default: warning
  logs:
    custom_components.brematicpro: debug
    homeassistant.core: warning

#notify: groups.yaml
#

This is my config. This used to work fine,

#

I added the below par relatively recently.

recorder:
purge_keep_days: 0
auto_purge: false

#

Since I cannot edit files with ha is console I cannot disable it.

#

I wanted to preserve the data forver.