Page 1 of 1

Neo Coolcam PIR Motion Sensor V2

Posted: Wednesday 03 July 2019 13:20
by poudenes
Hi All,

It was not possible to disable the LED of the device. And read some articles.
Change the INDEX number from 10 to 11. In manual I read that INDEX 10 is Ambient Temperature Differential Report

Code: Select all

nano /home/pi/domoticz/Config/shenzen_neo/nas-pd02z.xml
change the line:

Code: Select all

<Value type="list" genre="config" instance="1" index="10" label="Motion detection LED indication" value="1" size="1">  
to

Code: Select all

<Value type="list" genre="config" instance="1" index="11" label="Motion detection LED indication" value="1" size="1">  
now I can disable the LED Flashing when there is motion


There is also a last option written in manual:

Function: Ambient Temperature Differential Report
Parameter Number: 10
Parameter Size: 1 Byte
Available Settings: 0 ~ 127
Default Setting: 5
t

Code: Select all

    <Value type="byte" genre="config" instance="1" index="10" label="Ambient Temperature Differential Report" value="5" min="0" max="127" size="1">
      <Help>
        DESCRIPTION HERE
        Available Settings: 0 ~ 127.
      </Help>
    </Value> 

Function: Ambient Light Intensity Calibration
Parameter Number: 99
Parameter Size: 2 Byte
Available Settings: 1 ~ 65536
Default Setting: 1000
t

Code: Select all

    <Value type="byte" genre="config" instance="1" index="99" label="Ambient Light Intensity Calibration" value="1000" min="1" max="65536" size="2">
      <Help>
        DESCRIPTION HERE
        Available Settings: 1 ~ 65536.
      </Help>
    </Value> 
Tried to add this one as well but then the configuration part is blank when goto the ZWave Control Panel

Here info on the site:
https://products.z-wavealliance.org/pro ... 20/configs

Re: Neo Coolcam PIR Motion Sensor V2

Posted: Wednesday 10 July 2019 14:04
by tonbor
Well ozw has fixed the config two days ago. index 10 and 11 has different functions according to the version of the pir hardware, with or without temperature. Now domoticz has to pickup this new xml

Re: Neo Coolcam PIR Motion Sensor V2

Posted: Wednesday 10 July 2019 14:07
by poudenes
Yes They inform me about it. :) good to see the change.