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

:+1:

Getting there :wink:

Is there a way for you to have the slider for Zonnescherm (Blinds) from the top to bottom instead of left/right??
My blinds go up and down.

What is specific type of this device? Windowcovering?

Brel indoor/outdoor sunscreen

Mmm, i think i need to add an option for change it, or a specific widget, by css is complicate.
Please share screenshot of device capabilities

v 0.240313.2

  • Several graphics improvements in widget they have the slider (blindcurtain, genericlight, genericfan) @WillemG

For user convenience can you do a bigger slider for blinds ?

The slider size is under 30% of the total widget sizeā€¦
Very hard to put blinds on 50% for example.

It would be nice to have the slider as high and low as possible. Then itā€™s easier for users to set a value.

In my example I have to make the widget 3 high to have a slider that is controllable on a NSPANEL screen. On smaller widgets itā€™s not workable.

yes, i can

Something for light switches (with slider)

Left align icon and have a much wider slide bar to make it easier to set brightness.

And disable slider if light is off (Or can this be done in CSS?)

v 0.240313.3

  • Others graphics improvements in slider (blindcurtain, genericlight, genericfan). See now @WillemG

For lights way better ! :pray:
(only want the slider to be invisible when lights are off)

For blinds still a lot of unused space for a slider button


I have one idea.

I just experimented with iframe of windy.com, really cool weather forecast with about 10 visual overlays. The map may be set to any location / country. The problem is that while the iframe with weather allows me to roll the days to the right, I cannot press play for the meteoradar animation or switch the overlays. Windy.com has its own javascript api, maybe you may want to consider itegrating it, it would provide a beautiful weather forecast to anybody and I assume that the api will allow for more customization than to call the iframe.

BR
Tomas



Hi this is because i have deny operation in iframe. I can option for enable it (maybe it can be unlocked by css rule :thinking: )

Vertical slider is more complicated to manage because itā€™s a horizontal slider rotated and need some alignment for nspanel, portrait and landscape layout

This is possible by css rules:

.content .range { display: none }
.on .content .range { display: block }

It should work!

Yes, you can interact with the iframe with a css rule:

.content iframe { pointer-events: auto }

I have update second post of topic with the complete guide to CSS and grouped some usefull CSS rules

1 Like

you can fix with a custom css rule (attention, it work good with a 1x3, if you change dimension need some adjustment)

.content .range.v { width: 300%; left: -100% }

Hi there,

Iā€™m trying to set up the app but I canā€™t get it to work.

I have set the bearer token via localAPI. I have set the local IP, I have set the Cloud ID. But I donā€™t get logged in. Currently Iā€™m not trying it in the local network because I also want to be able to use the app remotely. What am I doing wrong?

Hi,
the latest changes for auto getting the bearer token in homey 2019 make cloud access inusable because it try to get token by local connection.

In my tests i solved it exposing an external port to internet for get the bearer token (is a workaround).

Therefore for local operation there is no problem, for cloud operation a must found the optimal strategy to keep the bearer token updated