dwainscheeren / dwains-lovelace-dashboard

An fully auto generating Home Assistant UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Other
1.78k stars 189 forks source link

Dwain's Dashboard #752

Open pasi64 opened 10 months ago

pasi64 commented 10 months ago

FR

Hi @ all,

today i tried to install this Dashboard on my HA. The install documentation says, there will be, after restart, an auto generated Dashboard namend D.

But there is'nt anything. What is going wrong?

crpeck commented 9 months ago

I am having the exact same issue. I even tried manually installing it, it is there under custom_components by it doesn't show up in the UI.

dwainscheeren commented 9 months ago

Did you tried a HA reboot and clear browser cache?

crpeck commented 9 months ago

Forgot about clearing browser, so I cleared all cookies & data from cache & restarted HA via the Developers section. Still no dashboard, do you mean a complete reboot?

crpeck commented 9 months ago

It's bizarre, I used to have it installed then it broke, so I removed it. I'm not sure how HACS works, but, I'm guessing everything for the Dashboard exists under custom_components & nowhere else?

dwainscheeren commented 9 months ago

Yes and a local folder for all the config. Did you check your HA error log during reboot what it says about DD?

crpeck commented 9 months ago

[core-ssh config]$ grep -i dwain home-assistant.log 2023-12-11 08:03:31.844 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

Also, it looked like you should create the configs directory, etc, on start? Here's what is in the directory after a Restart of HA: [core-ssh dwains_dashboard]$ ls -l total 116 -rw-r--r-- 1 root root 55388 Dec 11 08:01 init.py -rw-r--r-- 1 root root 1458 Dec 11 08:01 config_flow.py -rw-r--r-- 1 root root 46 Dec 11 08:01 const.py drwxr-xr-x 2 root root 4096 Dec 11 08:01 js -rw-r--r-- 1 root root 1203 Dec 11 08:01 load_dashboard.py -rw-r--r-- 1 root root 444 Dec 11 08:01 load_plugins.py drwxr-xr-x 3 root root 4096 Dec 11 08:01 lovelace -rw-r--r-- 1 root root 405 Dec 11 08:01 manifest.json -rw-r--r-- 1 root root 7226 Dec 11 08:01 notifications.py -rw-r--r-- 1 root root 8193 Dec 11 08:01 process_yaml.py -rw-r--r-- 1 root root 3074 Dec 11 08:01 sensor.py -rw-r--r-- 1 root root 878 Dec 11 08:01 services.yaml drwxr-xr-x 2 root root 4096 Dec 11 08:01 translations [core-ssh dwains_dashboard]$ ls -ld drwxr-xr-x 5 root root 4096 Dec 11 08:01 .

crpeck commented 7 months ago

and now it magically works.

ithaqua974 commented 3 months ago

[core-ssh config]$ grep -i dwain home-assistant.log 2023-12-11 08:03:31.844 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

Also, it looked like you should create the configs directory, etc, on start? Here's what is in the directory after a Restart of HA: [core-ssh dwains_dashboard]$ ls -l total 116 -rw-r--r-- 1 root root 55388 Dec 11 08:01 init.py -rw-r--r-- 1 root root 1458 Dec 11 08:01 config_flow.py -rw-r--r-- 1 root root 46 Dec 11 08:01 const.py drwxr-xr-x 2 root root 4096 Dec 11 08:01 js -rw-r--r-- 1 root root 1203 Dec 11 08:01 load_dashboard.py -rw-r--r-- 1 root root 444 Dec 11 08:01 load_plugins.py drwxr-xr-x 3 root root 4096 Dec 11 08:01 lovelace -rw-r--r-- 1 root root 405 Dec 11 08:01 manifest.json -rw-r--r-- 1 root root 7226 Dec 11 08:01 notifications.py -rw-r--r-- 1 root root 8193 Dec 11 08:01 process_yaml.py -rw-r--r-- 1 root root 3074 Dec 11 08:01 sensor.py -rw-r--r-- 1 root root 878 Dec 11 08:01 services.yaml drwxr-xr-x 2 root root 4096 Dec 11 08:01 translations [core-ssh dwains_dashboard]$ ls -ld drwxr-xr-x 5 root root 4096 Dec 11 08:01 .

hello, I don't understand this part I'm experiencing an issue with DD her what my log says image