Search found 4 matches

by laweee
15 Oct 2015 13:06
Forum: RaZberry
Topic: communicate with two razberry in C api ??
Replies: 2
Views: 3399

communicate with two razberry in C api ??

I have two razberry+raspberry pi and, two monitor etc.. so I use this code in the web ZWaveAPI/Run/devices[2].instances[0].commandClasses[38].Set(130) in that code, first device send data(like level,in this case 130) to the second raspberry. and I check that second device can catch this data(130) at...
by laweee
15 Oct 2015 10:12
Forum: RaZberry
Topic: what is the code of get "level" about CC 38 of Instance 0 of
Replies: 1
Views: 3461

what is the code of get "level" about CC 38 of Instance 0 of

you say : If you are using C, you need to use zway_cc_switch_multilevel_set() and access dataholder "level" on CC 38 of Instance 0 of device 2. then, if I using zway_cc_switch_multilevel_get() method, can i get the value "level" ?? the method return ZWError ... or what is the cod...
by laweee
13 Oct 2015 18:20
Forum: RaZberry
Topic: I want to know more about C API not only ZWayLib.h
Replies: 1
Views: 2717

I want to know more about C API not only ZWayLib.h

where can i find about C API about function in it I want to know about not only function name but also function detail content I find all about header files like ZWayLib.h is the function detail contents in the .so file?? please answer me.. I have to find value of the code : devices[2].instances[0]...
by laweee
05 Oct 2015 16:00
Forum: RaZberry
Topic: If I send http://192.168.1.207:8083/ZWaveAPI/Run/devices[2].
Replies: 1
Views: 4043

If I send http://192.168.1.207:8083/ZWaveAPI/Run/devices[2].

I have 2 raspberry pi + razberry and I send "btn_on" to the other If I send code to my razberry2 from razberry1, http://192.168.1.207:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[38].Set(255) then, What code in my razberry2 catch that "btn_on" order? In the htdocs\exp...