Search found 8 matches

by Lorenzo
09 Apr 2016 09:51
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14854

Re: Explain how to use low level C API

Hi Anton, sorry, I should have answered to you soon. The sentence means that you have to tell the linker where to find the libraries Right click your project's name > Properties > Build > Linker > In the 'Libraries' section press the '…' button > Add Option… > Other Option > Enter your libraries opt...
by Lorenzo
07 Dec 2015 23:30
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14854

Re: Explain how to use low level C API

Thanks a lot.
Now, my NETBEANS environment is working fine, compiling and executing.
I have modified the example under http://razberry.z-wave.me/index.php?id=30, and it's working fine.
Lorenzo
by Lorenzo
21 Oct 2015 13:01
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14854

Re: Explain how to use low level C API

Hi Mike, I've installed and started NETBEANS, connected to my Raspberry, without too much difficulties for a simple program, thanks to your tips. I also recommend NETBEANS, I'm enthusiastic ! Now, with the z-way-test project (http://razberry.z-wave.me/index.php?id=30), I'm encounting several things ...
by Lorenzo
17 Oct 2015 11:55
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14854

Re: Explain how to use low level C API

Hi Mike,
thanks a lot to share all these details.
I'll invest some time installing and trying NetBeans, and let you know if everything went well ...
BR,
Lorenzo
by Lorenzo
12 Oct 2015 22:01
Forum: RaZberry
Topic: Explain how to use low level C API
Replies: 11
Views: 14854

Explain how to use low level C API

Hello, until now, I was using Python to interface with zway, through http ... but, it's too slow and not efficient I would like to use C. I've my Razberry with gcc. As I'm not an expert at all, would you mind to explain exactly how to compile and run the z-way-test project available at http://razber...
by Lorenzo
01 Apr 2015 23:23
Forum: Device specific
Topic: Using Smoke Detector EverSpring SF812
Replies: 0
Views: 2930

Using Smoke Detector EverSpring SF812

Hello, I'm used to poll my door sensor in python, with somthing like : f2=urllib2.urlopen("http://192.168.1.34:8083/ZWaveAPI/Run/devices[15].instances[0].commandClasses[48].Get()") f2=urllib2.urlopen("http://192.168.1.34:8083/ZWaveAPI/Run/devices[15].instances[0].commandClasses[48].da...
by Lorenzo
15 Oct 2014 15:10
Forum: Device specific
Topic: using motion sensor of the Aeon Multisensor
Replies: 3
Views: 5508

Re: using motion sensor of the Aeon Multisensor

Thanks a lot. "devices[4].SensorBinary.data[1].level.value" seems to work for the motion sensor.
But as the device is sleeping most of the time, in my Python script, I get always "false". How can I get the information when a motion is detected ?
by Lorenzo
05 Oct 2014 22:54
Forum: Device specific
Topic: using motion sensor of the Aeon Multisensor
Replies: 3
Views: 5508

using motion sensor of the Aeon Multisensor

hello, I'm discovering the Razberry and its huge possibilites ... On the Aeon sensor multilevel, I'm able to get temp, humidity and light with : http://192.168.1.30:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses[49].Get() http://192.168.1.30:8083/ZWaveAPI/Run/devices[4].SensorMultilevel.da...