Is it possible to get subscription data from the SmartThings cloud using port 39501 (or other port)?
I am able to use a standard command/response interface for controlling devices (and getting manual status data). I want to be able to use the Subscription capability documented in the ST API (SmartThings API), but without a port / ip from SmartThings, how do I get it back to the parse method???
Would hubconnect not work for what you want?
Thanks for the response.
Essentially, HubConnect provides a good service; however, it is an independent SmartThings - Hubitat hybrid (requires Hubitat and SmartThings components). I want a direct access to the ST Cloud via the ST API. I can already command and get status for devices using the API. I am trying to figure out how to integrate the subscribe function (in API) into Hubitat.