DD - Automatic area-based dashboard for desktop, tablet and mobile - V3.7.0

I tried it now, no luck.
Even tried to change it through the home assistant profile page afterwords.

Might be an error on my side, found this in the logs.

Logger: frontend.js.latest.202010214
Source: components/system_log/__init__.py:193
First occurred: 12:42:29 PM (7 occurrences)
Last logged: 12:45:28 PM

http://192.168.10.11:8123/dwains_dashboard/js/dwains-dashboard.js:90:11007 Uncaught TypeError: Cannot read property 'config' of undefined
http://192.168.10.11:8123/dwains_dashboard/js/dwains-dashboard.js:90:12767 Uncaught TypeError: Cannot convert undefined or null to object
1 Like

I had the same issue on some Fire tablets; my workaround is to copy the themes from 1.4 into my /themes/ directory, use a frontend.reload_themes service call, then the theme can be selected via the user profile screen.

I have the theme set to backend-selected on the user profile on the tablets, and then have an automation to switch between dwains-theme-light and dwains-theme-dark at sunrise and sunset.

2 Likes

Good find, I actually created an issue on this yesterday: https://github.com/dwainscheeren/dwains-lovelace-dashboard/issues/223

1 Like

I just recently started setting up this dashboard and love it for my phone. I am still learning how to set everything up but one thing I tried was to change the name displayed in the left column. I did this through the Integration settings by updating the “Side Panel Title” however after submitting the change the side panel title didn’t change. Is it possible to change the name this way or do I need to do something different?

1 Like

I’m probably doing something very wrong, but I’m following the simple steps above… And no integration showing up in the GUI?

Browser cache empty did the trick

1 Like

How do you add more lights to a room? I have groups setup but I would also like to control individual lights sometimes. I can add them under page_entities but then they don’t show up under devices-lights.

Thanks man amazing work on this!

1 Like

Put the group in the room. My dashboard automatic recognize this and pulls all lights out of the group and display them inside the dashboard. That way you can control each individual light of a group.

1 Like

For changing the sidebar title or icon you need to do a HA reboot :slight_smile:

2 Likes

In 2.0 is there a way to separate garage doors from blinds since they are both considered covers in HA? It’d be great if we could have 1 Cover Open for blinds and 1 Garage Door Open if it’s a garage door.

And is there a way to support multiple covers in a room? As well as multiple thermostats.
For example my garage has 2 doors. My living room has 9 blinds. My living room has 3 thermostats.

I’ve created a cover group but the entity created is cover.garage_doors instead of group.garage_doors so the theme doesn’t seem to pull the individual doors like it does the lights or other groups.

Hello,
When goind to Dwains Dashboard, D, i got this error :

[Errno 2] No such file or directory: ‘/config/dwains-dashboard/addons/popups/cover/popup.yaml’

Maybe you know what it is because i am stuck ?

Double check to make sure there is no pathing information on that page. I had the same error but for the more_page.yaml. I forgot I had a few entries configured using the old /dwains-theme/ path, not the updated /dwains-dashboard/ path. This prevented Dwains from loading at all until corrected.

Step 1 would be to check that path for that file to make sure it exists.
Step 2 would be to check your config to see where you’re calling for that file.

Typically you don’t need to put the /config/ so I believe the path should just be
'dwains-dashboard/addons/popups/cover/popup.yaml’

Step 3 would be to share with us your custom popup for covers because I’m sure many of us would like some cool custom popups :slight_smile:

Heyhey all the problem is there !

3/ I have nothing in config/dwains-dashboard/addons/popups/cover/poup.yaml !!
If anyone has that addon please share the github so i can install it !

2/ here is a part of my configuration.yaml, it s not calling anything

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

default_config:

Enable lovelace User Interface

#lovelace:

mode: yaml

#theme synthwave
#frontend:

themes: !include_dir_merge_named themes

#frontend:

themes: !include ui-lovelace.yaml

#frontend:

themes: !include themes.yaml

frontend:
themes: !include_dir_merge_named themes

Text to speech

tts:

  • platform: google_translate

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

1/ hum nop

i will share any addictive thing as soon as i have performed my things :smiley:

Is this a fresh install or an update from 1.4?
Did you copy/paste someone else’s config to get you started?

The documentation on popups is here:

You can call global popups for the theme inside the global.yaml file dwains-dashboard/config/global.yaml

Or you can do individual entity popups in the customize.yaml file

One of those 2 files is referencing the covers popup which you haven’t created yet. So because the file doesn’t exist, the theme won’t load. I’m assuming it’s in global.yaml because the documentation linked above gives a specific example for a cover popup.

NOTE: This would NOT be in your configuration.yaml this would be within the dashboard configuration files.

You are right it s in global.yaml

Now DD disappeared from the left menu.

Anyway dont waste your time with me and many thanks for having tried to help me

Could you share a part of your popup.yaml? and screenshot for this. I made follow Dwains popup but nothing happen?

if can, please you explain more detail about popup.yaml. About code and screenshot? thanks

1 Like

I’m new to this ‘dashboard’… Tried to install, but looks something wrong.

Is that good folder/files structure? The instructions are ref. sometimes to dwains-dashboard/configs/ or dwains_dashboard/configs/.
1

1 Like

Did you try a ctrl + f5 (clear full cache of your browser)?

On other PC it looks OK.
So looks like you are right… I was blind - that was mentioned in instruction…
I’ll check tomorrow the other PC.

1 Like