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

I have installed SmartDash on my iPad and iPhone. On the iPad, the app won’t go beyond the image, while it works on my iPhone with the same settings. Why won’t the iPad start further?

Hi, it’s strange, maybe it’s a regression bug.
Can you try to delete data, start app and skip the login info and check if it work with restoring a backup from iphone?
Anyway monday i check with a fresh installation

Both :joy: :joy:

:thinking: ok seriously; I was thinking about a variable not a flow. But if it is possible to use the text as a tag for a flow to start that would be good too.

I have now reinstalled the app. The configure later button does not work. I can’t get any further than the screen below.

:thinking: why not configure it??

then I won’t get much further, see post 1640

OK, my mistake :blush: did not read the answer you had

But still you could try it again then (?)

Tried a new installation: Here no problem with ‘configureer later’ But on Android. You checked security settings in IOS?

In iPhone work, What Ipad and What Ios?

I have an iPad 2019 with iOS 17.5.1

OK tomorrow i test with iPad emulator

A question, Homey is 2023 or previous?

Homey 2023. Thanks in advance!

Hello,
I tried to set this up as mentioned in the first posts but when using the script I get an error on the forEach in this part:

let raw = response3.headers.raw()['set-cookie'];
let cookiecsrf = null;
raw.forEach(el => {
    let dc = el.split('=');
    if (dc[0] === '_csrf') cookiecsrf = dc[1];    
});

Can someone tell me what I’m doing wrong or have a solution?
I use the Homey Pro 2019 model.

Error:

:x: Script Error
:warning: TypeError: Cannot read properties of undefined (reading ‘forEach’)
at Brearer.js:42:5
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async HomeyScriptApp.runScript (/app.js:364:22)
at async Object.runScript (/api.js:30:22)

Do you use 2fa? The script don’t support it, you need to create an access without it

Yes I use 2fa.
How can I create a connection without 2fa?

I think you can create a new member without 2fa from my.homey.com → settings → family and guests (or similar item)

v0.240610.1 - release 1.4.54

  • I have fix the bug, ipad was identified as Android tablet
1 Like

Hey again :slight_smile:
I noticed something now that I have my NSPanel Pros installed. I’m using sneakys’ NS Panel Pro Tools to have a proper sleep mode (otherwise the unit becomes really hot).
When it wakes up, the clock on the top in Smart Dash isn’t refreshed. In fact, it only seems to refresh if I go to settings and back again.
What are the conditions under which the clock should update?

Hi this is because the app go in sleepmode.
I released an update for trying to fix it

v0.240610.2 - release 1.4.55

Testing it now. If it works, I mightbforget to respond back :wink: