Questions tagged [smartthings]

SmartThings is a connected, open hardware platform for the Internet of Things, most specifically home automation. SmartThings was acquired by Samsung in August of 2014.

Our developer portal: http://developer.smartthings.com/ Getting Started Guide: http://docs.smartthings.com/en/latest/getting-started/up-and-running.html

If you have any questions, our community site is a great resource: http://community.smartthings.com

39 questions
0
votes
1 answer

Get presence from smartthings and post to firebase

I have a little smarthome dashboard that I've been built in React and I want to add a presence indicator to it. Every member of my family has a presence detector device in samsung smartthings and I'd like to track the times each member of my family…
Alex Foxleigh
  • 1,784
  • 2
  • 21
  • 47
0
votes
1 answer

Do SmartApps run remotely even when all interactions are local?

I am trying to have my SmartApp talk to my local REST server at my company. This REST server is not externally accessible. In an attempt to narrow down the issue, I have created a groovy program that interacts with the REST server. I have executed…
Shadoninja
  • 1,276
  • 1
  • 12
  • 22
0
votes
1 answer

Status change notification from Zigbee IAS device

i have an xbee device and a smartthings multi purpose sensor. and i'm developing a driver which acts like the smartthings hub. I'm sure this multipurpose sensor is a IAS device. In my code, i sent 'write attribute request', 'binding request',…
eyeballs
  • 169
  • 1
  • 3
  • 15
0
votes
1 answer

groovy how to set a start and stop time

Have a SmartThings and new to Groovy. Found some code to use with a temp/motion sensor but need it to also include a "Only run between Time A and Time B" statement. Been trolling the web with no luck so far. Can anyone recommend some statements I…
0
votes
1 answer

Passport & SmartThings

This is going to be quite a broad question as I am stuck where to really start. I'm trying to authenticate with SmartThings using Passport. Looking at the SmartThings documentation…
K20GH
  • 6,032
  • 20
  • 78
  • 118
0
votes
1 answer

How Do i translate command line curl commang into PHP curl call?

Here is the command line command: curl -H "Authorization: Bearer API_KEY" -X PUT https://graph.api.smartthings.com/api/smartapps/installations/DEVICE_ID/lock Here is what i have uptill now, what is wrong with this code: $headers =…
Uzair Bin Nisar
  • 675
  • 5
  • 7
0
votes
1 answer

I am trying to update data on Thingspeak,but it updates only at once using Edison

I am trying to update Thingspeak using Edison, it updates Data but only once. Here is my code: #include #include // ThingSpeak Settings char thingSpeakAddress[] = "api.thingspeak.com"; //TS String writeAPIKey = "**************"; …
0
votes
2 answers

Groovy: convert JSON array to URLencoded string?

I am writing an app for SmartThings (www.smartthings.com) in their own IDE. I have an input field here that is supposed to be text input. I ask for a departure address: section("Departing From:"){ input "departFrom", "text", title:…
Brian
  • 622
  • 10
  • 29
-2
votes
1 answer

Can Bixby invoke an existing SmartThings automation?

Can't find any documentation on the Bixby verbal command to invoke an existing SmartThings automation I know how to speak a Bixby command to CREATE a SmartThings automation to run at a later time, but not to invoke one that is already…
Faengelm
  • 66
  • 5
1 2
3