Energy Dashboard gone

Hi,

I used to integrate my photovoltaic panels with home assistant. After I have moved I don’t have access to the panels anymore and didn’t care about the energy dashboard for a few months at all. Priority was to set everything up for the new home. Now I have installed a hitchi to my grid to measure the energy consumption of my solar powerless home. I wanted to put it in the energy dashboard and set it up with all the current values and now I see: the dashboard is gone. Not only from sidebar, but also from config/dashboards. I have browsermod installed, but I have never hidden the energy dashboard from there.
Homeassistant is running inside a proxmox container.

  • Installationsmethode Home Assistant OS
  • Core 2026.3.4
  • Supervisor 2026.03.2
  • Operating System 17.1
  • Frontend 20260312.1

Dashboards/Sources:

/browser_mod.js?automatically-added&2.10.0

JavaScript-Modul

/hacsfiles/alarmo-card/alarmo-card.js?hacstag=391372854168

JavaScript-Modul

/hacsfiles/apexcharts-card/apexcharts-card.js?hacstag=331701152223

JavaScript-Modul

/hacsfiles/battery-state-card/battery-state-card.js?hacstag=256292682401

JavaScript-Modul

/hacsfiles/better-moment-card/better-moment-card.js?hacstag=73702818820250111

JavaScript-Modul

/hacsfiles/Bubble-Card/bubble-card.js?hacstag=680112919314

JavaScript-Modul

/hacsfiles/button-card/button-card.js?hacstag=146194325701

JavaScript-Modul

/hacsfiles/config-template-card/config-template-card.js?hacstag=172177543136

JavaScript-Modul

/hacsfiles/cover-control-button-row/cover-control-button-row.js?hacstag=28740995731

JavaScript-Modul

/hacsfiles/enhanced-shutter-card/enhanced-shutter-card.js?hacstag=879861835152

JavaScript-Modul

/hacsfiles/floor3d-card/floor3d-card.js?hacstag=361776538150

JavaScript-Modul

/hacsfiles/HA-Firemote/HA-Firemote.js?hacstag=536329656419

JavaScript-Modul

/hacsfiles/hassio-trash-card/trashcard.js?hacstag=678764124247

JavaScript-Modul

/hacsfiles/home-assistant-sun-card/home-assistant-sun-card.js?hacstag=366482637014

JavaScript-Modul

/hacsfiles/homeassistant-minimalistic-area-card/minimalistic-area-card.js?hacstag=489457357120

JavaScript-Modul

/hacsfiles/kiosk-mode/kiosk-mode.js?hacstag=4973191281100

JavaScript-Modul

/hacsfiles/lovelace-auto-entities/auto-entities.js?hacstag=1677445841161

JavaScript-Modul

/hacsfiles/lovelace-card-mod/card-mod.js?hacstag=190927524421

JavaScript-Modul

/hacsfiles/lovelace-fold-entity-row/fold-entity-row.js?hacstag=150781994232

JavaScript-Modul

/hacsfiles/lovelace-layout-card/layout-card.js?hacstag=156434866247

JavaScript-Modul

/hacsfiles/lovelace-mushroom/mushroom.js?hacstag=444350375511

JavaScript-Modul

/hacsfiles/lovelace-navbar-card/navbar-card.js?hacstag=871106499150

JavaScript-Modul

/hacsfiles/mini-media-player/mini-media-player-bundle.js?hacstag=14852083811611

JavaScript-Modul

/hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js?hacstag=142051833101

JavaScript-Modul

/hacsfiles/weather-card/weather-card.js?hacstag=192732636150

JavaScript-Modul

/hacsfiles/week-planner-card/week-planner-card.js?hacstag=7717287661141

JavaScript-Modul

/local/floor3d-card.js?v=150

JavaScript-Modul

/local/icloud3/icloud3-event-log-card.js

JavaScript-Modul

/view_assist/js/view_assist.js?v=1.0.25

JavaScript-Modul

/webrtc/webrtc-camera.js?v=v3.6.1

JavaScript-Modul

Where did it go? How can I restore the dashboard?

Trying to open it manually (http://172.16.1.xxx:8123/energy) failed with error 404.

Maybe someone has some experience in restoring the enegry dashboard.

Thanks in advance.

Kind regards
Sven

Found the error. It was a dependency error in recorder!

Logger: homeassistant.setup
Quelle: setup.py:255
Erstmals aufgetreten: 16:35:48 (4 Vorkommnisse)
Zuletzt protokolliert: 16:35:48

    Unable to set up dependencies of 'logbook'. Setup failed for dependencies: ['recorder']
    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 'usage_prediction'. Setup failed for dependencies: ['recorder']

Now trying to resolve it to make it go back online.