Navat604
(R.)
January 30, 2018, 10:54pm
5
Armen:
Thanks for reply, after talking to Jasco support apparently the device does support it, but they did not have any Hub currently that will work with it, so I am wondering how can we make it work within smartthings?
Now that’s interesting and sorry for my assumption. As for how to get it working. I am not much help again since I don’t know much coding. You can try this little Z-Wave tweaker and see all the parameters of the device and there are a couple of Z-Wave dual relay module DTH with simulated switches to operate the 2 loads. Maybe give it a try and see if you are lucky.
z-wave Tweaker
Version: 0.08 (2017-03-16)
Source: https://github.com/codersaur/SmartThings/tree/master/devices/zwave-tweaker
This is a device handler to assist with interrogating and tweaking Z-Wave devices. It’s designed for end-users who want to tweak their devices and for developers who want to quickly discover and report the functionality of new devices. It is intended to temporarily replace a device’s normal device handler.
Key features in v0.08:
Discover association groups, multi-channel endpoints, and configuration parameters.
Configure association group members from the SmartThings GUI.
Configure parameter values from the SmartThings GUI.
Configure Protection and Switch_All modes from the SmartThings GUI.
Discover supported meter/alarm/notification/sensor report types.
Automa…
I’ve created a device handler for the new v2 Enerwave RSM2. I believe it will work with v1 as well if someone can test it. Verified that it does work with v1.
Features:
Master switch that turns both switches on/off
Instant status updates when state changed from physical switch
New large tile display to match other SmartThings v2 devices
Update: RSM2-Plus users. I have a device handler for this device that works without the Virtual Sync app listed below. It requires that you install the Parent Device Handler as well as the Child Handler .
Below is the device handler and SmartApp for the regular RSM2.
If you want to create virtual switches to control switch1 & switch2 with, I highly recommend using my Physical/Virtual Device Sync app with my custom Simulated Switch handler.