Testing Z-Wave binding on openHAB-2

Hi mishakim,
By browsing your posts, I found that I used the same dsc06 appliance switch as you, my controller is aeon lab zstick S2.
However, I am curious what e2e1b51e is in you zwave:aeon_dsc06_00_000:e2e1b51e:node5. Is it your homeid?
Or is it something critical in the configuration files, meaning .sitemap, .items, .things?

Actually, I can not manage to send swich binary command to the DSC06 applicance switch.
I spend so much time to tune my configuration file syntax. I paste them below,

.sitemap,
Switch item=zstick
Switch item=Z_socket1

.items,
//Switch zstick “aeon zstick” { zwave=“1:command=switch_binary,refresh_interval=10000” }
Switch zstick “aeon zstick” { zwave=“1” }

Switch Z_socket1 “Living Room” (Lights) { zwave=“7:command=SWITCH_BINARY” }
//Switch Z_socket1 {channel=“zwave:aeon_dsc06_00_000:1:Switch”}
//Switch Z_socket1 {channel=“zwave:device:1:node7:Switch”}

I try all commented line, none of them work, including the un-commented lines.

.things
zwave:serial_zstick:1 [port=“/dev/ttyUSB0”]
zwave:aeon_dsc06_00_000:1

I believe I may make a mistake in the configuration files syntax which may be trivial to you.
Can you shed some light for that?
Thank you very much.

For your reference, I have more detailed post here.