[OBSOLETE] How to get a Z-Home Control ZHC5010 Z-Wave switch module to work? (DTH link in post 26)

Hi

I would like to try to create my own DH for this, even though I have very little programming skills. I would hope there were some similar DH already which I just need to tweak based on for example logs from how this device reacts and sends commands.

I have the device already, testing it out for the company who makes it.

I actually tried out this DH and SmartApp, hoping it would be very similar to my device.

So I dont know where to start bulding my own DH?
I see from live logs that when I press button 2, it writes
sequenceNumber: 0
sceneNumber: 2
keyAttributes: 0

So from a little testing:
sequenceNumber is always 0.
sceneNumber is the number of the buttons 1-4
keyAttributes is a number for the type of button-press. E.g. 0 for a normal press, 3 for a double click, 2 for a short hold and so on.

Otherwise is there already a DH printing the reveiced commands? It sounds like a generic DH for “debugging” :slight_smile: