Search found 8 matches

by ErFr
Friday 20 November 2015 9:06
Forum: Z-Wave
Topic: Update manufacturer_specific.xml without exclude/include?
Replies: 7
Views: 2657

Re: Update manufacturer_specific.xml without exclude/include

I have not sufficient knowledge about how it works in detail, I have only my experience and made some conclusions from it, which of course can be wrong.

When I inserted my additions in zwcfg_0xnnnnn.xml they appeared in Domoticz web gui after zwave controller was enabled in Domoticz. Since my ...
by ErFr
Thursday 19 November 2015 22:39
Forum: Z-Wave
Topic: Update manufacturer_specific.xml without exclude/include?
Replies: 7
Views: 2657

Re: Update manufacturer_specific.xml without exclude/include

I did as follows


Disabled the Razberry hardware in Domoticz
Backuped my instance of zwcfg_0xnnnnn.xml file (with my specific specific Z-Wave number)
Opened the file and changed the node according to below
Re-enabled the Razberry hardware in Domoticz
Watched the log. The node was added (not ...
by ErFr
Thursday 19 November 2015 16:58
Forum: Z-Wave
Topic: Update manufacturer_specific.xml without exclude/include?
Replies: 7
Views: 2657

Re: Update manufacturer_specific.xml without exclude/include

Thank you!

I didn't removed anything in the xml file, inserted my additions for the affected nodes, also added the Instance="1" element
by ErFr
Wednesday 18 November 2015 20:14
Forum: Z-Wave
Topic: Update manufacturer_specific.xml without exclude/include?
Replies: 7
Views: 2657

Update manufacturer_specific.xml without exclude/include?

Have a ZP3102 EU PIR Motion Sensor which lacks three configuration parameters. Changed the file vision/zp3102 to the following and want to test if it works. (config index parameters 2, 3, and 4 are added).

<?xml version="1.0" encoding="utf-8"?>
<!-- Vision ZP3102 PIR Motion Sensor -->
<Product ...
by ErFr
Sunday 08 November 2015 0:07
Forum: Z-Wave
Topic: Vision ZP3102 EU PIR Motion Sensor logic?
Replies: 3
Views: 1471

Re: Vision ZP3102 EU PIR Motion Sensor logic?

Sorry, I mistook burglar and tamper. I interpreted burglar as burglar into the PIR detector. But that is tamper. :oops:
End of discussion
by ErFr
Friday 06 November 2015 12:55
Forum: Z-Wave
Topic: Vision ZP3102 EU PIR Motion Sensor
Replies: 34
Views: 12603

Re: Vision ZP3102 EU PIR Motion Sensor

Have apparently stumbled over the same questions but in another way: viewtopic.php?f=24&t=8752
by ErFr
Friday 06 November 2015 10:47
Forum: Z-Wave
Topic: Vision ZP3102 EU PIR Motion Sensor logic?
Replies: 3
Views: 1471

Re: Vision ZP3102 EU PIR Motion Sensor logic?

No answers, maybe wrong forum?
How did you do handling zwave PIR detectors in LUA?
by ErFr
Thursday 05 November 2015 20:16
Forum: Z-Wave
Topic: Vision ZP3102 EU PIR Motion Sensor logic?
Replies: 3
Views: 1471

Vision ZP3102 EU PIR Motion Sensor logic?

I made a LUA script in order to find out how the Vision ZP3102 EU PIR Motion Sensor works.
I have renamed all registered devices for the PIR with the prefix "PIR_"
function print_r(prefix, arr, name)
for i, v in pairs(arr) do
if (string.sub(i,1,string.len(prefix)) == prefix) then
print(name ...