Configuration Parameters
Posted: Thursday 11 February 2016 10:22
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?
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
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?
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