otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Location Mode #38

Open Impressivenerd opened 4 years ago

Impressivenerd commented 4 years ago

I was wondering if there is any way to add in support for getting / setting the "Location Mode" from Smartthings (either by adding it as part of the Presence node or as a new node). I've recently purchased a few SmartThings buttons, and I'm currently augmenting their usage based on time + location mode, but am restricted to doing it through the SmartThings app itself.

Just for a bit of context, in the new SmartThings app, you can change your Location mode by going to the Kebab Menu, selecting "Manage location" and then changing the Location Mode. Currently, I'm automating all of my mode and button adjustments, and would love to be able to move this over to Node-RED.

Great tool by the way!