J_Ch
(J Ch )
September 23, 2020, 7:53pm
3
Hi, for the Enerwave dual relay I´m using this one:
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.
For the Vision dual relay I was using the stock handler multichannel DH, then I tried with the Monoprice written by justintime. It worked perfectly in the Classic App, but in the new app didn’t work:
Thanks to the help of Joel Tamkin and Eric Maycock for the bulk of this code, I’ve packaged up a repo on github that will work with the Monoprice 11990 Dual Relay Module.
SmartThings initially sets this up as a “Z-Wave Device Multichannel”, that at first glance, appears to work perfectly. However, when manually toggling the second switch, SmartThings doesn’t reflect the status change. The custom device type does this. Eric wrote the code to make this work for a Philio module, but the Philio has features that the Monoprice doesn’t. I basically took his module, and removed the bits that didn’t apply.
There’s also a SmartApp in the repo that will associate a virtual switch to each switch on the relay module, letting them be used by Routines and other SmartApps. I think that the ST-supp…
I will really appreciate your help in case there is a solution for this.
Thanks.