Constant error : recorder, logbook, history, energy, default_config

Constant error “recorder, logbook, history, energy, default_config.” But these integrations should be at installation. I checked the line in the file “configuration.yaml” and there it is “default_config:” What do I need to check? I attach the photo .



What was the last change you made before the error started?

Undo that change and see if it works again.

The errors show you’re getting access denied for the database. Have you confirmed the userid and password in the config for the addon are correct (I assume you’re using MariaDB)?

Yes i usd MariaDB . I see that the base is working. There is only an error in HASS. “Warning] Access denied for user ‘hass’@‘172.30.32.1’ (using password: YES)” I do not understand why? I add photos


Your database user is apparently huss and not hass and that is why it won’t connect.

I changed the user to hass but still no access “Error during connection setup: (MySQLdb.OperationalError) (1045, “Access denied for user ‘hass’@‘172.30.32.1’ (using password: YES)”) (Background on this error at: Error Messages — SQLAlchemy 2.0 Documentation) (retrying in 3 seconds)”