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

Zones are on the list yes.
Also, create support for curtain apps is gonne be implemented.

1 Like

Does it have the timers as Global App Tags?
Because apps that do, like Better logic, allready show a selection list of your own variables/tags so you can change them.

Cards are on the printscreen. Its like a timeline notification, a textfield. Text gets added as one line, to a local logfile
Screenshot from 2022-09-16 20-44-13

Screenshot from 2022-09-16 20-47-58

source https://github.com/Dijker/nu.dijker.PaperTrails

1 Like

I will look into it, but have a few other prio’s first with TFE.

Coming up…
image

1 Like

Can’t find them, so no I guess
(There are triggercard flowtags however, mostly timer name and timer duration. And it can be any existing timer. I guess it’s saved “in app” on disk somewhere)
Screenshot from 2022-09-16 20-52-27

Also, every timer that ran at least once, gets registered as device, while you can install them (but it’s not needed). But, after installing one, still no global app tags to be found…
Screenshot from 2022-09-16 21-04-44

.
Running timers (via app configuration)
Screenshot from 2022-09-16 21-15-10

.
No hurries of course, they’re just some ideas :wink:

Edit
Interesting stuff I think:

HOMEYSCRIPT

In addition to the available flow cards, timers and stopwatches can also be controlled using HomeyScript.

For example, this script will stop all running timers:



	let app = await Homey.apps.getApp({id:'nl.fellownet.chronograph'});
	app.apiGet('/timers').then(result => {
		let timers = JSON.parse(result);
		timers.forEach(timer => {
			app.apiDelete('/timers/' + timer.id);
		});
	});

* GET /timers - retrieve a list of all active timers,
* GET /timers/:id - retrieve a single timer,
* PUT /timers/:id - pause or resume a timer,
* DELETE /timers/:id - stops a timer.
* GET /stopwatches - retrieve a list of all active stopwatches,
* GET /stopwatches/:id - retrieve a single stopwatch,
* PUT /stopwatches/:id - pause or resume a stopwatch,
* DELETE /stopwatches/:id - stops a stopwatches.
* GET /transitions - retrieve a list of all active transitions,
* GET /transitions/:id - retrieve a single transition,
* PUT /transitions/:id - pause or resume a transition,
* DELETE /transitions/:id - stops a transition.
1 Like

@HuisCHovens
In Test now!
Ready: Templates directly in App Settings straight from the Forum Topic!

( i need to work on the design, i know :wink: )

App Settings:
image

image

image


(This is the text from the topic)

1 Like

Looks good. can’t wait to use it.
My homey is naughty :wink:
and unresponsive.
already rebooted no result.

And this error

1 Like

This just means that the flows are not loaded yet.
Wait till the app is fully started and then open settings.

I just get that message no matter how long I wait.

1 Like

You have advanced flows i assume?

Send me a diagnostic?
It’s in the app settings (or close by).

Yes i have

1 Like

Hi Guys, please help me. I found this in the app description, but can not squeeze out this feature:

“ * Have the Device Tile function as a Pushbutton (staying light/dark after clicked) but set Dark/Light on the Tile as status from a flow.”

There is no flow card to set the tile dark or bright, there is no flow card for “When tile is clicked”

What I miss out?

1 Like

Use Button 1, see the Show As options there and use push Button /button is pushed.

One sec, i’ll create one for you!

Okay, here we go:
TEF:

H4sIAAAAAAACA9VUW3OiTBD9KxavCSvDdfCN1eAlaoiajearrdTA9OgYBITBWyr/fQfMJpvdfUjVPn08gHZPT58+fbqfFQo7HkE/ShOlpfTMou+dn7Zn3E9P90575J16czy/PiVXs4PRm/H5cEEW7OCJ/S31bjLmLRcW6yWim+adLFgfdkZYzC/GZb50Wfn1QIbbADsjvbM67LXNfAn3h0C4eeE02RCQr80XlO6DAGXHTjK/7ian3uCg05NRXO/GfMXxYry9mw46dPmNzQbHoDPshg/69Fiu92YfoptUc2fO2t/6Xh7cb9A3MfRZcOHeNmNsEM23kbtIORTRYkK3/Wzm9eOnrt4dDHrWdgn7duBfJajf5fPAz/W77uCweBhfb7N+dgesqQ3ucp5PyXQRx6ObCRuOr2Ykw9l26w3s/nZ38tIHb5N4JZv4qy2frkP/yiTrrJtMuL/K2rdJLxwneGWvrOvlwFmciok+cRaT4kG/dUZU/ttZveCu1/E8be2OlqOABXkyTbRTcGyHNx1HGxIEtwLWi4c5NJHYuKm2vnjQjBKNim+np50+t75ezJsl8jNv6XnKpRKVhUg3VT8LpfX8cqmkOV/yhMR9KhvMGDFAs6kKOjZVMwKqupZLVYaxo4OrIUaIvKQAIXiyrG5QIIF8eXzckbiEx+paQRKhtJIyji+VpNyEkN+wGRyEzyGmMkR7N4/r718cX9M0BpL8zVMKkb450LujTTaQk18iolh+lVSsIJeQwzoOjeUpaT3f8m5u50AE+HG6b5O8imckLuDdvYLoCejv5ilkJJdxbZKRkMdcSCH9cWaV7r0KSFYWq7PtkSeUR0Skv+Dq8IKE8VsK2Rdakfupfshz1XAGbwkaJKGN4hVcY8ZjaEwFEWVR9f+NkxeZpKyCI4yQjhmowBhWTdt1VGxhrDJk2UAQAcdwfibxcg6NwZdGN6VFtCLxU32NxPDfs8Kl3wzD0LUhUommWarJdF0l1NBU4roUqANa6EYSxefxym6JvIQa+LNi6JpmEsNQCaFMNRFFKgGLqsiJMGW2aZqo5uNQK+BYv1OZa5Vu4Ng677LWJ0VelSPkcCwhf9zxXJQkPl/wGP5Uj3g/Uk2FZEHBhk5pZDqqGZqSTE3TVNfQsepGjisdmoZtU/leUybbW6m1+sGr4XuVQkXPbyqlckHlPBO83sJncwNJ6iX3n0p4psTU/0LKhiRE4m9tUilheK27EuujkEP7WiSJ6tyvsMtC1lsJ4gzzT01cngv6lLDk2Y0EUOERIitazSbJ+BciJLovUbppVsmkbUcEqUiuHfWuUmTxNcSWcp2kWUMuJKB5+SRqSYaOQW3qGqqD7UjSoluq6wJWI4QN19Yx0Wn4QSkI/6NWPmpErsiPOvlI4b92XhZ4XpE/F4a0GBED5Fq2qlsGyNnDIMfEsFSiY2QTgyLHxB9K1v+vJVcbQYr/5fvLDyVoIqqhCAAA

Make sure you copy the whole text(!) :wink:

  • Create an AVD, pick a name and icon. Icon will be replaced.
  • Goto Repair (in Web, richt click repair)
  • Goto Open Share Your Device
  • Paste the TEF in the field and press Read Device.
  • Press Save.
  • Press Read Flows.
  • Only replace the user with yourself.
  • Press Update Text (it should be copied into your clipboard now).
  • Click on the link for the Playground, paste the text into the field and press Run.

What do you have now:
A Device with a Tile that you can click, but it flashes back to the state it was in. It will trigger the flow, you will get a notification.
Also, in the flow that is now in your root, you will See a Set Button to Yes and a Set button to no.
Use them to make the device tile go light or dark.

1 Like

Do you have a Homey Pro?
No cloud or anything i assume also? :stuck_out_tongue:

Homey Pro 2019 version :grin:
I send you diagnostiek.

1 Like

Okay, solved in next version. Just a moment.

1 Like

All right and clear now! Thanks a lot!!!

1 Like