Unable to set sensitivity on Neo Coolcam motion sensor NAS_PD02Z-2 #7484
-
Checklist
Describe the issueWhat is happening? What did you expect to happen instead? Steps to reproduce the behavior:
Anything else we should know? Software versionsDriver (node-zwave-js): ... Z-Wave JS UI: 9.27.7.d3d7049 Home Assistant Z-Wave Integration: N/A Home Assistant Z-Wave JS Addon: N/A. ioBroker.zwave2 Adapter: If you are using something non-standard, tell us here: ... Z-Wave Controller (Stick/Dongle/...)Aeotec Z-Stick Gen 5 Firmware 1.0 Device informationManufacturer: Shenzhen Neo Electronics Co., Ltd. Checklist
Upload Logfile |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 30 replies
-
I have tried different settings between 1 and 99 (which is the interval that the GUI gives me), but nothing works. I have a sneaking feeling that the problem is that the parameter is not the one it says it is. The motion sensor is unusable as it is, because it far to sensitive and triggers on nothing. |
Beta Was this translation helpful? Give feedback.
-
I just remembered that I had another one of those, slight difference, this one has a magnetic mount. I took that out of the drawer, and it has the exact same problem. |
Beta Was this translation helpful? Give feedback.
-
It's a battery device, did you wake it up to apply the configuration change? |
Beta Was this translation helpful? Give feedback.
If that last one is not a problem, I only have one more idea.
See these import lines?
node-zwave-js/packages/config/config/devices/0x0258/nas-pd02z-2.json
Lines 181 to 184 in c80a52d
I suspect it's trying to load these from your
config
directory (you might see an error in the Docker logs). Try creating aconfig/template
directory and download theshenzhen_neo_template.json
file into the new template directory, then restart.The imports with the tilde in the path (e.g.
~/templates/master_template.json
) should be OK as-is.