Logic Home ZHC5010 wall switch

Just sharing a great link.

I have had a ZHC5010 wall switch for a couple of years. It has not been working very great.
After countless hours on google I found this: https://jope.eu/logichome-zhc5010-z-wave-switch/

After this the switch is working like a charm :smiley: :raised_hands:

From the authors site:

The problem is that home assistant needs to be configured to properly understand the multi channel messages. To do this follow below steps.

  1. Note down the node id for you wall switch and your controller.
  2. In Home Assistant click ā€œServicesā€ under ā€œDeveloper Toolsā€.
  3. In service select zwave.change_association.
  4. In Service Data key in below. Node_id is the node id of you wall switch. Target_node_id is the node id of you controller. Click ā€œCall Serviceā€.
    {
    ā€œassociationā€:ā€addā€,
    ā€œnode_idā€:2,
    ā€œgroupā€:2,
    ā€œtarget_node_idā€:1,
    ā€œinstanceā€:1
    }
  5. Repeat step 4 with group 7, 12 and 17.
  6. Change the Service Data to below
    {
    ā€œassociationā€:ā€removeā€,
    ā€œnode_idā€:2,
    ā€œgroupā€:2,
    ā€œtarget_node_idā€:1,
    ā€œinstanceā€:0
    }
  7. Repeat step 7 with group 7, 12, and 17.

With above procedure you should now be able to use the 4 switches in home assistant.