I’m trying to make custom DTH for Z-Wave motorized curtains and have some problems:
Standard DTH contains Tile with blinds icon and status, slider to change position , button to set saved position and battery status.
I changed the DTH: Changed the metadata and fingerprint, deleted button and battery tiles, but they still displays in smartthings. Device reconnect doesn’t help.
So my question is how to make my own list of tiles?
RBoy
(www.rboyapps.com - Making SmartThings Easy!)
2
For UI changes to take effect on the new st app you need to exclude and re pair the device or change and re set the DTH
Actually I need only 2 first tiles from standard screen.
What I’m doing wrong? Why the labels are not like standard? Why Google home don’t see this device? Is there any way to update code and UI without unpair/pair device?
It seems obvious but have you changed the device handler of your device ?
It happened to me more than once.
It took me awhile to understand that just choosing the correct device when simulating wouldn’t be enough.
I think the problem in the new smartthings app. I tried to make tiles layout without any capabilities in DTH, it works for classic app, but nothing displayed in the new one. Also google assistant can’t see devices with “Window Shade” capability because of some security reasons (found this info in other forum threads). I’m not sure is there any standard capability for motorized curtains but hope samsung will add it in future.
Does anybody know:
how to make labels translation in custom DTH?
is it possible to not use any capabilities in custom DTH and make it work with the new app?
is it possible to create custom capability?
is there any difference between DTH for classic and new apps?
is the new developers workspace have a different IDE for hub-connected devices then graph.api.smartthings.com or it’s just a tool to publish DTH for all users?