Neo Coolcam PIR

Hi again, and don’t worry, I’m willing to help. I’ve only had to press the wake button while setting up the first ones I bought but I think it was because I didn’t include these nodes directly from HA zwave configuration option ‘add node’. Once I did it that way, I didn’t have more issues in this regard.
And yes I bought the new ones from AliExpress, here:

NEO COOLCAM NAS-PD02Z z-wave Plus Sensor de movimiento PIR Detector eléctrica domótica operado onda Z movimiento del sistema de alarma sensor
https://s.click.aliexpress.com/e/cXfTZgRJ

Maybe the problem is that I wake it up everytime I restart HA and the wake up drains the battery. Thanks for the reply, I’m going to buy a second one with the temp sensor and test it out.

Great! Try the new one, hope it works well. Temp sensors are working great for me.
The steps I take to configure it:

  1. connect the battery and wait a few seconds
  2. press ‘add node’ on HA zwave menu and wait a few seconds.
  3. then having the sensor near your zwave-hub press 3 times the ‘wake up’ button of the sensor.
    If you do it this way, after 30 seconds or so, the node should appeared as ‘complete’ and already working inside HA, and you shouldn’t need to wake up the sensor at all.
1 Like

I’ve had the same problem with mine. Battery drains within a month. Seems to drop in chunks, was as 83% yesterday and now 54%. Haven’t been able to figure it out, maybe a dodgy batch?

Yes! I have this problem too sometimes. Right now its at 83% for the past week or so. Hope it stays like that for at least a month

I’ve read this thread a few times and I’m having the same problem. I’ve got three NEO Coolcams working right now (one still in the box) and most of the functions work fine:

  • Movement: fine
  • Temp: fine
  • LUX: not fine at all

I can change values by waking op the coolcam and saving them in a bit of trial and error way and LUX is set to ten, but the LUX won’t change over the time of day

All of the devices are in Cacheload mode, is that something that has to change?

34 39

All my Neo Coolcam PIR sensor work fine now. Your parameters seem fine to me but I think they should appear as COMPLETE on the z-wave config menu. Take a look at mine:
image

Ah, great, i’m joining this Neo Coolcam troubleshooting club. Just bought myself 4 of the new model Neo Coolcam PIR + temperature sensors (NAS-PD02Z), thinking like, how hard can it be to get them to work! How stupid of me, right?
Anyway, after including the node, Home Assistant looks to create all the entities just fine. I’ve got a temp, light, battery level and binary motion sensor entity all there, like i expected
However, the binary motion sensor is stuck at ‘On’, it never goes ‘Off’
I had this issue before with an Aeotec motion sensor, the solution there was to change the report type to ‘binary sensor report’ instead of ‘basic report’, that could be done in the zwave control panel, however, this Neo sensor does not appear to have this parameter there
Anybody got this one to work, or at least report motion?

I found an elegant solution to get the PIR sensor displayed properly:

1 Like

My Neo Coolcam PIR works perfectly, except for the battery that seems to always be 100% image, which is odd since the battery has been in there for a while. It’s the device itself that reports it, according to OSZW_Log.txt (Received Battery report from node 7: level=100), so I don’t think that HA could be the main problem.
Nonetheless, my old Vera does manage to get a percentage out of it image, so the device should be able to do it.
Anyone a suggestion on where to look next?

Hi, did you ever find a solution to this. I have just received a Neo Coolcam PIR - same model as yourself - and mine is also always reporting binary sensor and burglar sensor as ‘on’/detected’. It never resets.

If I ‘refresh’ the entities or the node then the values sometimes temporarily reset. But after the first motion event they get stuck at ‘on’ again!

All other sensor feeds, temperature, lux, battery, seem to work fine.

Hi @benmarshall @jasper1983x I have still te same problem… how did you guys fix this problem?

I haven’t fixed it unfortunately.

I use a hacky work-around which creates a ‘virtual’ sensor which is set based on the last updated time of the PIR sensor binary output. It’s implemented using a template sensor as such:

sensor:
  - platform: template
      garage_virtual_motion_sensor:
        friendly_name: "Garage Virtual Motion Sensor"
        icon_template: mdi:motion-sensor
        value_template: >-
          {% if as_timestamp(states('sensor.date_time_iso')) - as_timestamp(states.sensor.shenzhen_neo_electronics_co_ltd_nas_pd02z_battery_powered_pir_sensor_v2_burglar.last_updated) < 30 and states('sensor.shenzhen_neo_electronics_co_ltd_nas_pd02z_battery_powered_pir_sensor_v2_burglar') == '8' and states('sensor.uptime')|float > 2 %}
            Detected
          {% else %}
            Clear
          {% endif %}

You need a datetime iso sensor setup and I also use an uptime sensor to make sure it doesn’t get set active when HA restarts.

This template sensor will give you a motion detected/clear type output which gets set to detected for 30 seconds everytime a new motion event is reported by the PIR.

Hope that helps for now!

If anyone gets these things to work properly please let us know how!

Thanks for these solution! First I will try this. It’s a strange why the pir not is working With an normal automation.

Hi there,

I bought the Neo Coolcam PIR at Aliexpress.

Unfortunately I can’t get it to work. I am using a raspberry Pi4b wit Home Assistant and an AEON LABS Z-Wave USB Stick. A couple other z-wave devices are working.

Do I need to edit the zwcfg*.xml file? If so, can someone provide their working config fot the sensor, please.

thanks
Chris

You don’t need to edit anything. It should just pair as is.

Unfortunately it does not work! I bought the sensor at aliexpress, so most probably this device is total crap! It will go into the garbage box!

Thanks for help, topic can be closed!

You might have a dud. But I have about 8 running fine and 1 arrived dead. Just file a dispute on Ali or contact the seller. They will probably help you for a replacement.

Finally I got the sensor running!

Unfortunately I cannot change the node config option! Any help regarding this?

You need to wake the PIR sensor by pushing the button inside once. Then immediately click the button in HA that sends the config option. Might take a couple of tries.