Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Feature Requests
  3. SmartThings integration?

SmartThings integration?

Scheduled Pinned Locked Moved Feature Requests
13 Posts 10 Posters 10.5k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Jason FayJ Offline
    Jason FayJ Offline
    Jason Fay
    wrote on last edited by
    #4

    This is kind of an old thread, but I just found this website. I'm a smartthings user and they have a arduino shield that's zigbee based called a thingshield. They sell it in their online store for $35. One user on their forums said that although it's a steep price to pay if you wanted to set up multiple controllers, you might be able to use a single arduino/thingshield as a gateway to the hub and have the rest speaking through that one via RF or I2C. I do not know how that would be set up, exactly...

    1 Reply Last reply
    0
    • epierreE Offline
      epierreE Offline
      epierre
      Hero Member
      wrote on last edited by
      #5

      well it is a simple URL call with field1 to 8...

      http://api.thingspeak.com/update?key=API_KEY&field1=

      Xively was much more fun with more possibilities... I publish from Particle Photons directly to it, looks a correct way, a bit antique, mostly limited to 8 fields

      z-wave - Vera -> Domoticz
      rfx - Domoticz <- MyDomoAtHome <- Imperihome
      mysensors -> mysensors-gw -> Domoticz

      1 Reply Last reply
      0
      • blaceyB Offline
        blaceyB Offline
        blacey
        Admin
        wrote on last edited by
        #6

        A good friend of mine and talented engineer/architect recently purchased a SmartThings hub. Last weekend I ginned up an ESP8266/Node MCU gateway paired with a SenseBender Micro and gave it to him for SmartThings integration experimentation/plug-in development - I'm hopeful that something good will come of it ;)

        DrJeffD 1 Reply Last reply
        2
        • bVoxB Offline
          bVoxB Offline
          bVox
          wrote on last edited by
          #7

          I've just joined the community and have a Smartthings V2 hub. I'm no gifted engineer or coder (although I do have an engineering and coding background). I've just ordered components to build my first sensors and an Ethernet gateway. My plan is to integrate with ST through IFTTT as a first step as it seems it doesn't require HTTPS. Second step would be to connect to the hub locally. If I go for the LAN route looks like I'll need HTTPS to get oAuth authorization first. I'm not sure NodeMCU can handle that, so I'll probably use a Yun or a Raspberry Pi. I may just go the ZigBee way buying the SmartThings Shield for Arduino ($35).

          1 Reply Last reply
          0
          • hekH Offline
            hekH Offline
            hek
            Admin
            wrote on last edited by
            #8

            Doesn't the controller have a "normal" api you could work against? Taking a detour over IFTTT would probably introduce big latency.

            bVoxB 1 Reply Last reply
            0
            • bsealB Offline
              bsealB Offline
              bseal
              wrote on last edited by bseal
              #9

              I would love to be able to integrate this with smartthings.

              DAN (ogiewon) has created a very robust library for the Smartthings Arduino shield. He has mentioned a few time he's considered integrating a wireless solution, and if he does he'll integrate with MySensors.org.

              If there is someone who could help him tackle some of the work he may be interested.

              You can read more about his ST arduino integration here:

              https://community.smartthings.com/t/announcing-the-st-anything-arduino-thingshield-project/9087

              and the library can be found here:

              https://github.com/DanielOgorchock/ST_Anything

              bVoxB 1 Reply Last reply
              0
              • hekH hek

                Doesn't the controller have a "normal" api you could work against? Taking a detour over IFTTT would probably introduce big latency.

                bVoxB Offline
                bVoxB Offline
                bVox
                wrote on last edited by
                #10

                @hek Yes, IFTT is a detour from a latency point of view but it's just the first step as I've mentioned. It's just so I have a quick win before I dive to tackle the ST integration (probably with Zibgee). This second phase will probably include not only coding on the Arduino side but also on the ST side. I'll probably need to write a device adapter (what they call a device type) for the gateway and a smart app to integrate that adaptter with other apps and devices.

                1 Reply Last reply
                0
                • bsealB bseal

                  I would love to be able to integrate this with smartthings.

                  DAN (ogiewon) has created a very robust library for the Smartthings Arduino shield. He has mentioned a few time he's considered integrating a wireless solution, and if he does he'll integrate with MySensors.org.

                  If there is someone who could help him tackle some of the work he may be interested.

                  You can read more about his ST arduino integration here:

                  https://community.smartthings.com/t/announcing-the-st-anything-arduino-thingshield-project/9087

                  and the library can be found here:

                  https://github.com/DanielOgorchock/ST_Anything

                  bVoxB Offline
                  bVoxB Offline
                  bVox
                  wrote on last edited by
                  #11

                  @bseal Thanks! ST_Anything sounds like a good stating point. I would need way more sensors in my gateway. DAN's scenario is an Arduino board with all sensors connected to it so I agree with him that doesn't make sense to support more sensors that ST_Anything does. The scenario with a MySensors gateway is different though. Good news is that looks like I'll just need to write a Device Type (no need for a smart app). I wonder if this device type can be made generic, if there is some way of the gateway to announce how many sensors and which types it has to the device type so it can dinamically build a list of sensors for ST.

                  1 Reply Last reply
                  0
                  • blaceyB blacey

                    A good friend of mine and talented engineer/architect recently purchased a SmartThings hub. Last weekend I ginned up an ESP8266/Node MCU gateway paired with a SenseBender Micro and gave it to him for SmartThings integration experimentation/plug-in development - I'm hopeful that something good will come of it ;)

                    DrJeffD Offline
                    DrJeffD Offline
                    DrJeff
                    wrote on last edited by
                    #12

                    @blacey said:

                    A good friend of mine and talented engineer/architect recently purchased a SmartThings hub. Last weekend I ginned up an ESP8266/Node MCU gateway paired with a SenseBender Micro and gave it to him for SmartThings integration experimentation/plug-in development - I'm hopeful that something good will come of it ;)

                    What else does he need! I just bought a SmartThings Hub :)

                    1 Reply Last reply
                    0
                    • vasarbobV Offline
                      vasarbobV Offline
                      vasarbob
                      wrote on last edited by
                      #13

                      Hi, I am a smarthings user and have integrated a couple of particle protons into my smarthings setup. Have ordered the parts to start a MySensors network and would also like to integrate these to my smartthings hub. IF anyone has moved this on yet I would love to know and maybe help with getting this working. Thinking of using the proton as a gateway if that's possible.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      18

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.1k

                      Posts


                      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • MySensors
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular