Configuration Parameters Topic is solved

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
Edsardio
Posts: 2
Joined: Thursday 11 February 2016 10:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Configuration Parameters

Post by Edsardio »

So as I'm working on a project with the aeotec multisensor 6 http://aeotec.com/z-wave-sensor
Now I'm configuring the sensors so they work like I want them to behave.
As I don't want to use domoticz to set the parameters I got a few questions.

When saving my node configurations, what values does the dropdown send? As i can imagine it won't send "disabled/enabled".
In my screenshot I expect parameter 3 to send a "240" value. But what does parameter 4 send?
Screenshot_6.jpg
Screenshot_6.jpg (46.28 KiB) Viewed 1504 times
At the moment I'm only interested in the following parameters

2 – No
3 – 240
4 – Enabled level 5 (maximum sensitivity)
5 – Basic Set (Default)
9 – 0
39 – 20
40 – disabled
41 – 20
42 – 10
43 – 100
44 – 10
45 – 2
46 – disabled
101 – 241
102 – 0
103 – 0
111 – 30
112 – 30
113 – 30
201 – 0
202 – 0
203 – 0
204 – 0
252 – disable
2000 – 240

I want to configure them with openZwave so I expect it is something like this

(homeid, nodeid, parameter, value)
setConfigParam(1, 23, 3, 240);

http://www.openzwave.com/dev/classOpenZ ... nager.html

I hope you guys can help me out.

Greetings,
Edsardio
Edsardio
Posts: 2
Joined: Thursday 11 February 2016 10:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Configuration Parameters

Post by Edsardio »

I figured it out.
So for anyone else having this problem...

setConfigParam(1, 23, 2, 0);
setConfigParam(1, 23, 3, 240);
setConfigParam(1, 23, 4, 5);
setConfigParam(1, 23, 5, 1);
setConfigParam(1, 23, 9, 0);
setConfigParam(1, 23, 39, 20);
setConfigParam(1, 23, 40, 0);
setConfigParam(1, 23, 41, 20);
setConfigParam(1, 23, 42, 10);
setConfigParam(1, 23, 43, 100);
setConfigParam(1, 23, 44, 10);
setConfigParam(1, 23, 45, 2);
setConfigParam(1, 23, 46, 0);
setConfigParam(1, 23, 48, 1);
setConfigParam(1, 23, 101, 241);
setConfigParam(1, 23, 102, 0);
setConfigParam(1, 23, 103, 0);
setConfigParam(1, 23, 111, 30);
setConfigParam(1, 23, 112, 30);
setConfigParam(1, 23, 113, 30);
setConfigParam(1, 23, 201, 0);
setConfigParam(1, 23, 202, 0);
setConfigParam(1, 23, 203, 0);
setConfigParam(1, 23, 204, 0);
setConfigParam(1, 23, 252, 0);
setConfigParam(1, 23, 2000, 240);

0 = disabled
1 = enabled

And for parameter 5 its
0 = disabled
1 = enabled low sensitivity
2 = enabled
3 = enabled
4 = enabled
5 = enabled highest sensitivity
(each level will rise the sensitivity)

Greetings,
Edsardio
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest