I got a https://logic-group.com/products/matrix-switches/#MatrixDBtab that I have added in HA.
It shows up as switch(s) in Home assistant. I can toggle the switches in HA which makes the leds on the switch change color. However, I don’t catch anything when pressing the buttons on the wall switch.
Out of desperation I followed this guide for the sister switch from the same company:
https://jope.eu/logichome-zhc5010-z-wave-switch/
It did not change anything.
Here is an example from the log when a button is pressed.
2019-10-24 21:02:17.086 Detail, Node007, Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x07, 0x07, 0x60, 0x0d, 0x01, 0x01, 0x20, 0x03, 0xff, 0x47
2019-10-24 21:02:17.086 Detail,
2019-10-24 21:02:17.086 Error, Node007, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_BASIC endpoint 1
2019-10-24 21:02:17.105 Detail, Node007, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x07, 0x05, 0x5b, 0x03, 0x82, 0x80, 0x01, 0xa9
2019-10-24 21:02:17.105 Detail,
2019-10-24 21:02:17.105 Info, Node007, Received Central Scene set from node 7: scene id=1 in 7680 seconds. Sending event notification.
2019-10-24 21:02:17.105 Warning, Node007, No ValueID created for Scene 1
2019-10-24 21:02:17.126 Detail, Node007, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x07, 0x05, 0x26, 0x03, 0x36, 0x36, 0x00, 0xd7
2019-10-24 21:02:17.127 Detail,
2019-10-24 21:02:17.127 Info, Node007, Received SwitchMultiLevel report: level=54
2019-10-24 21:02:17.127 Detail, Node007, Refreshed Value: old value=0, new value=54, type=byte
2019-10-24 21:02:17.127 Detail, Node007, Changes to this value are not verified
2019-10-24 21:02:17.127 Detail, Node007, Notification: ValueChanged
I basically aim to be able to catch a single, double and tribble click on each of the four buttons on the switch in order to trigger automations in node red.