A couple of years ago, I was able to cobble together a way to control my Hyundai vehicle through their Bluelink service by running the node.js app Bluelinky as a service on a raspberry pi, sending requests to it using Rule Manager, and triggering those requests either within hubitat or by exposing vswitches to homekit for use with siri shortcuts.
This process works, but it would be great if there were a hubitat driver that could make the API calls directly to the Bluelink service. It seems like it should be a simple project to make a hubitat driver for it, since the bluelinky dev has already done the work of reverse engineering the API, but I'm an IT Ops guy, not a dev, so what do I know?
Would any of our illustrious community developers be willing to consider taking on such a project?