[APP][Pro] Dashboard Studio - A completely free-form dashboard designer

reloading does not help with switches in a light grid

I now see what you mean.

I do not use this wizard myself (inefficient screen usage), and I think other users do not use it (often) either, judging by the responses in this forum.

Perhaps the ‘Status’ (on/off) option of this wizard needs to be linked to the device’s on/off option, but that does not seem possible at the moment.

Using the ‘Light’ output mode could be a solution, because when I turn on the light with Homey, Dashboard Studio also changes the status of that light (which is not the case when you choose ‘Switch’).

When this still is not the solution, restart the Dashbaord Studio app.

Alternative: try switching on or off the cache option in de App settings:

You can fine tune the positions of widgets with the “Layout & Dimensions” slide out settings inside the widget to overrule the grid positioning settings, but there are indeed no alignment options yet. I will add it to the feature request list, Jean. If I implement this, it will be based on the container boundaries. I see you have several icons where the container is invisible, and it would be too hard to make the alignment work on just the visible contents.

There is already an “invert” option when boolean (true or false) settings are made dynamic, or when you create custom true or false values:

However, I could expand this to include numerical values and maybe add some basic math options. I will think about this.

Hmm, I cannot recreate this problem either because Edge, Firefox, and Chrome all work just fine. Can you right click the dashboard and select “inspect”? That will open the developer tools. Look for a tab called “Console” and click it. Then try changing the colors again and let me know if you see any errors pop up.

Also, thank you so much for the donation @widameista! I really appreciate it :clinking_beer_mugs:

Yes, Amersfoort is right, but I see there is a bug where the option to make the state dynamic does not pop up. I will fix this :+1:

So the state of the button is connected to the same topic, right? And does this problem only seem to happen with the Yale locks, Hakan? According to your description, it is only failing sometimes rather than always. Just as a test, could you dynamically connect it to the “Default State” setting of an icon widget:

Let me know if it shows the same unresponsive behaviour.

I heard from another user with Shelly devices that did not always update inside DS, but I could not reproduce or solve that problem since I do not own Shelly (or Yale) devices. Do you have any other devices that become unresponsive at times?

Can you try enabling this feature in the Dashboard Studio Homey configuration:

This will show a message when the connection to Homey is broken. It is possible that the connection to Homey and DS is broken the update due to WiFi problems or other network quirks.

unfortunately no errors. i can see any action before, but the click into the colour sliders will freeze the page immediately

That would be great

Thanks.

Yes, the button state is connected directly to the same locked capability/topic.

The problem only seems to happen with my Yale locks. I have three Yale locks, and they all occasionally show the old state until the dashboard is reloaded.

I will test an Icon Widget with the same topic as you suggested and also enable the connection warning to see if the Homey connection drops.

I’ll report back with the results.

And this is only in the theme color section, right?

Not in any other widget where you can select a color?

Does this freezing happen when you click a color, or does it already happen when you press that dropdown icon? Does it freeze if you click the dropdown and then click it again to close it without selecting a color?

Can you try to pinpoint exactly when it freezes? Like when selecting a color, sliding the sliders, or adding a hex code manually?

Sorry for all the assignments :sweat_smile:, but it is so hard to solve a problem that I can’t reproduce over here!

i open the dropdown and

  1. click somewhere in the slider → freeze on click
  2. move the slider → freeze on mouse release

but dont worry, i’m happy with the current colors.
i finished rebuilding my existing dashboard (which is no longer supported) and only thing i need is the fix in the light grid :slight_smile:

  • Somewhere… so it even freezes when not clicking a color or slider but also on the backing panel?
  • This freezing does not happen in any other widget? Only in the “Theme Colors section” (like for example not in a gauge widget “start color” or something?

I can reproduce this on Chrome + Win 11

somewhere into the color slider, so choosing a color.
same happens with gauge , so evertime with the color slider elements

i even can reproduce it with ubuntu and chrome and ubuntu and firefox

NEW STABLE version 1.10.7:

  • Fixed: Adjusting hue, saturation, and brightness in the color picker no longer freezes or slows down the editor.
  • Fixed: Light Grid widget - individual light settings (name, output mode, switch state, and on/off actions) can now be linked to live data.

This problem has been fixed. I could recreate the problem. I thought selecting a color was problematic, but changing the sliders did freeze the editor. Please check if it works for you now.

It is now possible to make the “state” (and other settings) of the light grid devices dynamic, so it can reflect the actual Homey state.

wow, you are really fast!
i can confirm that both topics are solved, THANK YOU

maybe another bug (sorry ) :
in the template settings for the light grid → Light name i choose a font and font size, but in the widget itself both setting are not resetting to those settings, but to something different (i can not find)

i tried to find it in the json and its:
“lgTileFont”: and
“editboxFontSize”:

if i change those 2, the light name in light grid (set to default) is changing.
so i guess this is linked in a wrong manner.
Maybe this helps you (@Satoer ) in debugging

what i also cant find is the grid layout defaults:

to which default settings this values are referring to?

I am trying to recreate this problem, but it works fine on my end.

I even added a custom google font in the main Typography settings and selected this font in the “Light name” Typography settings of the Light widget. Everything I change seems to change the “Light name” typography just fine?

Can you make a step by step example how to recreate your problem starting from a blank canvas? Please explain the result you are getting and what you expected the result to be.

These “typography” slide out sections were added later. In earlier versions all these settings were scattered inside the settings. So it could be that some of these settings have left over legacy keys inside the json.

Right here below the lighting presets?

I should structure these defaults settings better I think. In the widgets they are grouped in sections. Maybe I should do the same in the default settings, though I am just not sure if sections inside sections would make it better.

this is the setting in the widget itself resetted to default

this is the default in the light grid

setting within the widget

setting in the typography defaults:

Ah thanks. I can reproduce this problem. So it seems the default typography settings are not linked to the typography settings inside the widget. I shall fix this.

However:

Ah found it, Item height “0” = auto height. Apparently it does not copy this setting when it is 0. Every other value just works fine right?

Might be me, I had that problem in the beginning. Solved it with your solution (Flow ‘DS item triggered’…). But recently I tried again just with the state & output to the same onoff topic ans seems to work pretty fine…

correct, only 0 does not work. my fault…