Link to Smartthings

My Dad has a smartthings hub as did I. Through a get request I knew when he opened up his garage door. Is there anyway to link Hubitat to the smartthings hub

Might look at [BETA] HubiThings Replica

2 Likes

You could write your own code. Not that hard and the get requests work still. It even works without a hub, i.e., if it is installed in Hubitat you can get to it.

Example code can be found at the link below. It also contains installation instructions on same.

Basically, if you know the SmartThingAPI Key and the device ID, you can get the entire status data for the device in one httpGet then parse out the explicit item.

I think you talking about hubitat to smartthings. I want to go the other way. Smartthings to Hubitat

As @thebearmay suggested, this will work for you. [BETA] HubiThings Replica

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.