Direction in adding Z-Wave devices

I am running HA on a rpi2 with a Z stick gen 5 usb. I purchased a z-wave lamp module, 2 door sensors and a motion detector. The lamp module is working as excepted, but I am unable to figure out how to manage the door/motion sensors. Once the devices were added to the network, quite a bit a sensors were added to the dashboard.

I tried using the OZW control panel and was unable to find any configurations to change on these devices. The motion and door sensors are from GoControl. Can anyone provide some information to get me started on fixing these?

zwcfg_0xec39ecc7.xml - http://pastebin.com/uv8bgEpU
ozw.log - http://pastebin.com/RpCDvnGU

What exactly do you want to fix? It looks like everything is showing up as expected. If you want to tidy up the display and maybe remove a couple of the more pointless sensors then you should take a look at groups which allow you to control exactly what you see on the page.

Here’s a snippet of my UI - here I used a group to pull together several different sensors into a single card:

I have a similar setup. The motion sensors add numerous sensors. The ones I care about are
- binary_sensor.stairwell_motion_sensor_4
- binary_sensor.basement_motion_sensor_5

I hide the rest by modifying the configuration.yaml with the customize parameter like this:

customize:
sensor.stairwell_motion_alarm_level_4:
hidden: true
sensor.stairwell_motion_burglar_4:
hidden: true
sensor.stairwell_motion_alarm_type_4:
hidden: true
sensor.stairwell_motion_sourcenodeid_4:
hidden: true
sensor.basement_motion_detector_alarm_type_5:
hidden: true
sensor.basement_motion_detector_burglar_5:
hidden: true
sensor.basement_motion_detector_sourcenodeid_5:
hidden: true
sensor.basement_motion_detector_alarm_level_5:
hidden: true