[APP][Pro] Device Capabilities - Enhance the capabilities of devices

I’ve created several ‘nummervelden’ and I want to change the order they’re displayed. For example I want T rooster as first instead of T out. Afaik now I have to delete all the ‘nummervelden’ save and close and start over again with T rooster as the first entry. I would like to be able to change the sequence directly in the ‘nummervelden’ dialogue.

I hope this is helpful?

Though not ideal, but a less cumbersome option compared to completely removing the items, a change in icon also triggers a re-order. So change all the icons to some other one, save and then - in the order of which you want the items to appear - change the icons back.

Hi

I have made this simple flow, but nothing happens when a Presense Sensor becomes unavailable?

Same on my side. This card seems to trigger only when the according app becomes un-/available.

Bummer …
Pretty useless then :frowning:

I once built something like this using standard flows.

  • A yes/no variable, e.g. Sensor 1
  • Flow: if motion detected, then set Sensor 1 variable to yes
  • Flow: if time is 00:00, set Sensor 1 variable to no
  • Flow: if time is 23:59 and variable is set to no, then send a push notification to the user: Sensor 1 not working.

It’s not 100% accurate, but it lets you know if the sensor hasn’t detected any movement within 24 hours.

Thanks!
But I would like to be informed when it’s unavaible - not that it has no movement,

At least this gives you a clue that you should have a look at the presence detector. It would be unusual if it didn’t register anything for 24 hours. You can then assume that it’s no longer working.
Unfortunately, I don’t have any other solution.

Edit:
Have a look at the Heimdall app. I seem to recall that you can set up a flow that triggers if a device hasn’t checked in with Homey for 24 hours.

Actually, the homey-api doesn’t always update the Device in het api when it changes status.

I’ll see if the update version fixes this.