The Push Button has following functions:
1. Control of groups of other Z-Wave devices using ON, OFF and Dim commands.
2. Activation of scenes in Gateway mode.
What am I missing here? Should I somehow switch modes for the Group 2 buttons? Has anyone ever succeeded in using this device in direct Group association control mode?
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<!--
Heatit Z-Push Button 2
https://www.thermo-floor.no/heatit/4512580/heatit-z-push-button-2-white-batteridrevet-veggbryter
-->
<Product xmlns='http://code.google.com/p/open-zwave/'>
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="2">
<Group index="1" max_associations="5" label="Lifeline" />
<Group index="2" max_associations="5" label="Launch 1" />
</Associations>
</CommandClass>
</Product>