Heatit Z-Push Button 2 multilevel association
Posted: Friday 06 December 2019 1:38
I bought a Thermofloor Heatit Z-Push Button 2 to directly control a Qubino ZMNHDD1 dimmer. Securely included the Wall switch into my Domoticz setup and added the dimmer module to Group 2 of the wall switch. Even created the xml config. But whatever I do I cannot get the dimmer to respond to the buttons. Adding the buttons as sensors to trigger scenes is no problem. Just not controlling other devices directly via association. The manual does not list any configuration command for switching between scene activation or direct control of associated devices. It does say this:
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?
Config/thermofloor/z-push-button-2.xml
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>