Need help with connecting SmartThings shield and Arduino Ethernet

Hi,
I think you are a bit confused with the purpose of Arduino SmartThings Shield.
Shield is a Zigbee module on top of Arduino that connects to the ST Hub directly vie Zigbee protocol.
If you already have a Shield, you don’t need a Ethernet shield and you can pair it to ST hub using instructions from here:
http://docs.smartthings.com/en/latest/arduino/index.html

If you don’t have a shield and not going to get one, and just want to use Arduino+Ethernet Shield to communicate to ST, that is also possible and described in docs:
http://docs.smartthings.com/en/latest/cloud-and-lan-connected-device-types-developers-guide/building-lan-connected-device-types/index.html

and few times in community. e.g.:

I personally have a Arduino based Garage opener that is working perfectly so far. Code:

(thanks @Charles_Schwer)

3 Likes