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.xmlCode: Select all
<Value type="list" genre="config" instance="1" index="10" label="Motion detection LED indication" value="1" size="1"> Code: Select all
<Value type="list" genre="config" instance="1" index="11" label="Motion detection LED indication" value="1" size="1"> 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> Here info on the site:
https://products.z-wavealliance.org/pro ... 20/configs