SiloZero
(Warren Bare)
July 23, 2018, 11:20pm
1
Hi Folks,
I need to create direct associations between GE Z-wave plus in wall switches and GE Z-wave plus outlets. I’ve tried codersaur’s Z-Wave Tweaker but it is giving a null pointer exception (also reported by others on GitHub), and the minimote is discontinued.
Are there other alternatives?
Thanks!
The tweaker should work, you should ask your question in the author thread and let the people there take a look at it.
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…
1 Like
iridris
(Steven)
July 24, 2018, 1:31am
3
Do you mean Group 2 and 3 associations? I believe the DTH created by nuttytree will do that.
I just uploaded the DTH for the new Ge/Jasco Z-wave Plus Dimmer Switches. If you have one of these switches already there is a chance you have one with an older firmware that does not support double-tap or associations in which case this DTH won’t be of much use to you. I did build the fingerprints for this DTH with the firmware version so if you join a device with the older firmware it won’t use this DTH. This DTH is based on my work for the On/Off version of these switches ([RELEASE CANDIDATE] Jasco/GE Z-Wave Plus On/Off Switch (14291) With Double-Tap and Associations ), however I do not currently have one of these switches (I have a couple with the older firmware and I am waiting on delivery of some with the newer firmware) so I have not done any testing yet.
Features included:
Opti…
1 Like
SiloZero
(Warren Bare)
July 24, 2018, 11:58am
4
Thanks very much, @iridris . Yes, that is exactly what I was looking for.
2 Likes