So I was looking at getting a few Ecolink Z-Wave Door/Window Sensor (DWZWAVE2-ECO) sensors. However, I am not seeing any reason why the SmartThings branded Open/Close sensors are better. Would you be losing anything like features, communication speeds, sending info to SmartThings hub by going the ecolink route?
To me they both appear to be simple binary on off sensors. Am I missing the reason SmartThings would be better.
As sarcjack states, ST’s is zigbee and Ecolink’s are zwave. I have 14 of them, and they work perfectly. I created my own device type for a custom image to show a window instead of the default contact sensor image.
I have a mix of both, and all have been working very well for me. I do have a large number of devices, so my mesh network has really good coverage. Every so often I’ll do a “Repair Zwave Network” to make sure anything new I’ve added continues to improve the mesh. No issues with interference, respond times (except the app itself), range, etc.
Is it possible for you to explain how you did that? I want to see my windows grouped together as well or is that just for a new icon and they are still grouped in the door/lock section?
@TEEKAY, my device type is just for using an icon. I have all my windows grouped under the door/lock section, as well as logical groups in Things based on the room.
If you haven’t gotten use to using the IDE, I suggest looking over a few threads on the community. I’m mobile at the moment, so I can’t recall some of my bookmarks, but it’s well worth your time. You’ll unleash a whole lot more from ST.
Here’s the basics for adding your own device type, just in case you haven’t done this before:
Go to the developers section (link at top right of page). Click the link to check out the web-based IDE and login/create an account for the IDE.
Go to the ‘My Device Types’ tab (navigation at the top).
Click + New SmartDevice button on the right
Choose the “From Code” tab
Copy the code from the github link into this window (once at Github, choosing “Raw” button will give you just the code and can eliminate formatting and other weird copying issues)
Paste the code and click “Create”. Then “Save”, Then “Publish” --> “For Me” (This device type is now available to you)
Now click on the “My Devices” at the top and choose one of your sensors
Click “Edit” in bottom left, then in the “Type” dropdown choose the new device type you just created and click update.
@csgan97, code for what? The Ecolink code I posted above is now longer available. The default device handler is suitable, and it runs as a local device.