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

I have the same problem as your #2. Did you solve that?

Is it possible to have two windows show up on the menu bar?

You can create a group with the windows. It will show the group status and when you click on it will show the devices in the group and individual status.

1 Like

Yes, just had to clear the browser cache.

My problem had to be more complicated, that didn’t work.

Can someone help me? Newbie here :wink: How can I change the color of the top (no: 1)? It’s green-ish now (same color as the auto generated Lovelace and I want it to be black-ish like the Dwains Dashboard color.

2: I made a group of doors and windows in the group.yaml file. Also added the device_class “door” to the door group and “window” to the windows group by configurations, customations. Unfortunately the groups don’t give the correct state.it says “off” and “on” instead of “open” and “closed”. How can I get the right names of the state at the dashboard?

Pretty sure each of the devices in your group needs to have the proper class. That’s how I have done I and it works. Don’t think you can do it at the group level (just my thought).

Thanks for your answer. The strange part of this is that every device already has the right class. But at group level in @dwains Dashboard, it isn’t showed correctly.

I’m hoping somebody can jump in and help out with a Rooms Addon.
I’d like to incorporate TV remotes for the rooms with TV’s.

There’s an awesome looking remote from Soft UI

The code is here

When I set this code as a room addon I just get a blank page. I’m sure it’s probably as simple as wrapping it in some sort of dwain’s theme custom card or something but can’t seem to wrap my head around how.

Is there anybody kind enough to take on the challenge?

Do you have # dwains_dashboard at the top of the page?

Your indention is off. You’ll get errors in parts of it until you change all the entities but it does work. You need to start with

- entities:
    - cards: 

and make sure everything lines up from there.

Wow, I wouldn’t have guessed it would have been that simple! It’s coming up and I’ve been playing with it and moving things around to make it look a bit more like my harmony remote

One more question.

                  - box-shadow: |
                      [[[if (states['input_boolean.dark_mode'].state == 'off')
                          return "inset -4px -4px 8px 0 rgba(255,255,255,.5), inset 4px 4px 8px 0 rgba(0,0,0,.03)";
                        return "inset -4px -4px 10px 0 rgba(50, 50, 50,.5), inset 4px 4px 12px 0 rgba(0,0,0,.3)";
                      ]]]

This code uses an input_boolean for dark mode. Since the theme automatically switches, is there a way to just detect this without having to create an input_boolean?

I’m seeing a consistent number of these errors being logged:

2021-02-15 18:23:17 ERROR (MainThread) [frontend.js.latest.202101277] http://###.###.#.###:8123/dwains_dashboard/js/dwains-dashboard.js:90:19835 TypeError: undefined is not an object (evaluating 'e.config')

I’m trying to determine if this is specific to my config or something that’s in the DT framework. Does anyone have any debug suggestions?

Is it possible to display a calendar on the homepage (global.yaml)? Thanks

you can easily create a calendar as a more_page and then add “main_menu: true” so it shows up on the home page. I’ve got Home Page, All Lights, Cameras, Calendar

Thanks for the idea. But I would like to display it with my favourites on the homepage so that the next calendar item always be visible.

Hello.
Great dashboard. I really like it. I have a small problem with the mare_addon:

I have editet the more_page.yaml:

more_page:
  addons:
    - name: Solar
      icon: mdi:solar-power
      main_menu: "true"
      path: "dwains-dashboard/addons/more_page/solar/power.yaml"

and then I have the power.yaml with:

- type: vertical-stack
  cards:
    - type: "custom:power-wheel-card"
      title: Power wheel
      solar_power_entity: sensor.solar_erzeugt
      grid_power_entity: sensor.strom_verbrauch_sensor
    - type: gauge
      entity: sensor.solar_prozent
      min: 0
      max: 100
      name: Autarkiegrad
    - type: entity
      entity: sensor.solar_daily_kwh
      name: Strom erzeugt

Where is my fault. Can someone help?
Found there error. Wrong indent

Another question! Is it possible to keep the header always at the top? On my iPhone it’s overlapping with the home button/bar and not easy to use. Thanks!

Trying this added one room and put some entities in it that worked then added some people and more rooms but none of that will show up cleared cache again etc still only shows the first room i did

dunno what im doing wrong but nothing works

That is currently not possible.