[Pro][Dashboard] SmartDash - a dashboard for Homey

maybe I found the reason, you have to activate power user in homey system → experiment section in my.homey.app

it’s always check
exper

v 0.240305.2

Ok,
if my.homey.app, insights section, if you open a insight, the url contain something like this?

insights?logs1=homey:device:3204fd98-3324-4227-b78b-b8e60405ca92:meter_power

insight

Can you check if 9979931e-1a7c-494b-ada4-4585768653d4 is the device id?

yes it is

ID 9979931e-1a7c-494b-ada4-4585768653d4

camera

Ok, tomorrow i try to fix it :+1:

perfect !

thank u for the job !

thnx. that did it

v 0.240306.1

  • Added alert message when has an error in WidgetInsights

HOW TO CUSTOMIZE CSS:

See second post of topic

I have added others info, can you test now?

Hello

I will test it this evening.
I can’t do it this afternoon… Sorry

No problem :+1:

I will test later today.

How is the widget number determined?
The number it was setup with? What if a widget is moved from lets say first tile to 3rd ?
Or there is a widget in between two others that is (temporarily) disabled.

Good question, then I’ll tell you everything and if something needs to be changed I’ll change it

Does it have to be setup per widget or can we do:

> #widget_0.on .content { color: #fffff; background-color: red !important }
> #widget_0.on .content .state { color: #ffffff }

for a whole panel ?

No, is for single widget, next time i add rules by widget type

I tested this scenarios.
Widget number is the position in panel (from 0 to n). Hide a widget don’t change number, but move it make a reorder for all position
To solve i have to generate id statically when add new widget.
To do