Nice new feature in ST .. would love this in HE...
- Convert custom commands and attributes in our DTH to custom capabilities.
- Create custom capabilities through the SmartThings CLI
Nice new feature in ST .. would love this in HE...
Programming Dampers and I need a way to build a customer capability on Hubitat. Is there such a facility available?
What exactly are you trying to do? Can you explain what you mean by custom capability?
I have many Ecojay HVAC dampers I'm automating, mainly I want to reset, open, half, trickle and close the device based on room temp. But the Capability for it is limited to a valve. I want to build a custom capability in order to control and view it correctly. I've built the drivers in the initial stage using KMTWebRelays but really would like to polish it with a custom capability.
You can use custom commands and attributes to build up all of the functionally that you need.
Many community drivers do that, including having a mixture of standard capabilities declared (and utilizing the built-in commands and capabilities that come with those) and then adding additional custom commands and capabilities on top as needed.
Would this meet the need that you're trying to develop to here?