Motion sensors only work for a couple minutes

I bought 3 motion sensors and im using the Gen 5 USB stick (i forget the brand)
“Ecolink Z-Wave PIR Motion Detector-Pet Immune (PIRZWAVE2-ECO)”

I have paired and unpaired multiple times and I see the status in the open zwave control panel but I have a few things happening and im not sure why.

BTW these are in TEST mode Which means they should pickup the next movement within a could seconds.

I can pair and unpair from HASS just fine. (is there suppose to be a confirmation?) once I reset HASS they show up and will work for 2-3 minutes. Right when I scan my hand over it the status is reflected in the Terminal.

then all updates stop working and it never updates the status again. It looks like the sensors are still working because they still blink red. If I restart hass it works again for a couple minutes and then stops again.

INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)
INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: new_state=<state binary_sensor.__sensor_9_0=off; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:54:36.356299-04:00>, old_state=<state binary_sensor.__sensor_9_0=off; node_id=9, friendly_name=  Sensor @ 2017-03-13T14:54:36.356299-04:00>, entity_id=binary_sensor.__sensor_9_0>
INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: new_state=<state binary_sensor.__sensor_9_0=on; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:55:35.568120-04:00>, old_state=<state binary_sensor.__sensor_9_0=off; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:54:36.356299-04:00>, entity_id=binary_sensor.__sensor_9_0>
INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: new_state=<state binary_sensor.__sensor_9_0=off; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:55:41.193227-04:00>, old_state=<state binary_sensor.__sensor_9_0=on; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:55:35.568120-04:00>, entity_id=binary_sensor.__sensor_9_0>
INFO:homeassistant.components.http:Serving / to 192.168.1.152 (auth: False)
INFO:homeassistant.components.http:Serving /api/websocket to 192.168.1.152 (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)
INFO:homeassistant.core:Bus:Handling <Event state_changed[L]: new_state=<state binary_sensor.__sensor_9_0=on; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:56:14.724390-04:00>, old_state=<state binary_sensor.__sensor_9_0=off; node_id=9, wake_up_interval=3600, friendly_name=  Sensor @ 2017-03-13T14:55:41.193227-04:00>, entity_id=binary_sensor.__sensor_9_0>
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.152 (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.1.194 (auth: False)

Once it gets to the end it no longer updates the status of the sensor. Im not sure what to do. here are my settings

zwave:
  usb_path: /dev/serial/by-id/usb-0658_0200-if00
  config_path: /home/benji/open-zwave/config
#/usr/local/lib/python3.5/dist-packages/libopenzwave-0.3.2-py3.5-linux-x86_64.egg/config
  polling_interval: "30000"
  device_config:
#hallway
    binary_sensor.__sensor_2_0:
      polling_intensity: "1"
#living room
    binary_sensor.__sensor_9_0:
      polling_intensity: "1"
#Bedroom
    binary_sensor.__sensor_7_0:
      polling_intensity: "1"

I must be missing something simple. can anyone help me??

I’m having the same issue, did you ever find a solution?