#Home Assistant Energy Dashboard disappeared
1 messages · Page 1 of 1 (latest)
Clear browser cache and/or reboot haos
I have already done both and tried different devices and different browsers
can you click your username in the sidebar and check items displayed on sidebar? Maybe energy is disabled for displaying in sidebar.
Under Settings then Dashboard there is no dashboard called Energy and there is nothing to hide in the sidebar
Bottom of sidebar you see your username? Not in settings
Could be there was an error setting up the integration. Anything for 'energy' in the logs?
It should be listed in settings/dashboards regardless of visibility settings.
So under my username I can't find anything that refers to energy
What is the Name off The integration ?
Go to logs and search for energy, see if anything comes up
Did you change the default_config: in your configuration.yaml by any chance?
this is in the Config i dont Change anything
Logger: homeassistant.setup
Quelle: setup.py:255
Erstmals aufgetreten: 12:57:02 (5 Vorkommnisse)
Zuletzt protokolliert: 12:58:03
Unable to set up dependencies of 'history'. Setup failed for dependencies: ['recorder']
Unable to set up dependencies of 'logbook'. Setup failed for dependencies: ['recorder']
Unable to set up dependencies of 'energy'. Setup failed for dependencies: ['history', 'recorder']
Unable to set up dependencies of 'analytics'. Setup failed for dependencies: ['energy']
Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['energy', 'history', 'logbook']
Unfortunately I don't understand what the problem is
Put "recorder" in the logs search box.
Paste whatever comes back that looks error-ish
Logger: homeassistant.setup
Quelle: setup.py:278
Erstmals aufgetreten: 15:07:25 (5 Vorkommnisse)
Zuletzt protokolliert: 15:08:34
Setup failed for 'recorder': Integration failed to initialize.
Setup failed for 'history': Could not setup dependencies: recorder
Setup failed for 'energy': Could not setup dependencies: history, recorder
Setup failed for 'logbook': Could not setup dependencies: recorder
Setup failed for 'default_config': Could not setup dependencies: energy, history, logbook
Logger: homeassistant.setup
Quelle: setup.py:255
Erstmals aufgetreten: 15:07:36 (4 Vorkommnisse)
Zuletzt protokolliert: 15:08:34
Unable to set up dependencies of 'history'. Setup failed for dependencies: ['recorder']
Unable to set up dependencies of 'energy'. Setup failed for dependencies: ['history', 'recorder']
Unable to set up dependencies of 'logbook'. Setup failed for dependencies: ['recorder']
Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['energy', 'history', 'logbook']
Logger: homeassistant.components.recorder.core
Quelle: components/recorder/core.py:728
Integration: recorder (Dokumentation, Probleme)
Erstmals aufgetreten: 15:07:25 (1 Vorkommnis)
Zuletzt protokolliert: 15:07:25
Recorder setup failed, recorder shutting down
Logger: homeassistant.setup
Quelle: runner.py:156
Erstmals aufgetreten: 15:07:07 (1 Vorkommnis)
Zuletzt protokolliert: 15:07:07
Setup of recorder is taking over 10 seconds.
This is Everything
Yeah I don't know, but you've got bigger problems than just energy, the whole database seems hosed.
Try restarting the system once or twice maybe, if you haven't.
I Restart it many times
@cinder scaffold would deleting database help if history is irrelevant?
it may. I'm not a db expert though
usually if there's a db problem it can fix it itself
me neither lol
like it auto-creates a fresh one. so I'm not sure what's going on with that
maybe copy database file to pc, then delete database and reboot system
I have now used MariaDb and it is back
Okido