Nei, jeg er også usikker på hvordan HS fungerer under panseret når det kommer til multichannel z-wave.
For å fjerne SCA/MCA assosiasjoner og deretter legge til en MCA assosiasjon til fra Gruppe 1 til HS (slik Thermo-Floor videoen viser for Fibaro HC2) tror jeg man må få kontroller (HomeSeer) til å sende følgende kommandoer til node 26 (z-water)
associationV2.associationRemove(groupingIdentifier: 1, nodeId: 1)
associationV2.associationRemove(groupingIdentifier: 2, nodeId: 1)
associationV2.associationRemove(groupingIdentifier: 3, nodeId: 1)
associationV2.associationRemove(groupingIdentifier: 4, nodeId: 1)
associationV2.associationRemove(groupingIdentifier: 5, nodeId: 1)
multiChannelAssociationV2.multiChannelAssociationRemove(groupingIdentifier: 1, nodeId: [1])
multiChannelAssociationV2.multiChannelAssociationRemove(groupingIdentifier: 2, nodeId: [1])
multiChannelAssociationV2.multiChannelAssociationRemove(groupingIdentifier: 3, nodeId: [1])
multiChannelAssociationV2.multiChannelAssociationRemove(groupingIdentifier: 4, nodeId: [1])
multiChannelAssociationV2.multiChannelAssociationRemove(groupingIdentifier: 5, nodeId: [1])
multiChannelAssociationV2.multiChannelAssociationSet(groupingIdentifier: 1, nodeId: [0,1,1])
dvs. i rå hex
85040101
85040201
85040301
85040401
85040501
8E0401
8E0402
8E0403
850404
850405
8E0101000101
Ref. eksempler som ligger på nett om hvordan man gjøre dette manuelt mot en SmartThings kontroller eller PC Controller (i den offisielle SDKen).