Page 1 of 1

Fibaro Motion Sensor problem.

Posted: 24 Mar 2015 14:37
by terry11001
Hello,
I have a problem with Fibaro Motion Sensor FGMS-001.
I use it with Z-Stick S2, I receive information in Hex like:

00 1D 00 04 00 05 07 9C 02 05 00 FF 00 00 90 ....
01 0C 00 04 00 05 06 31 05 03 0A 06 8A 45 ...1...E

And I don't know to decode it, I looked in the Fibaro documentation but it didn't helped me alot

I want to read the temperature, light sensor...etc

Re: Fibaro Motion Sensor problem.

Posted: 24 Mar 2015 21:45
by pofs
We won't help you with this, because Serial API protocol is under NDA. You may refer to OpenZWave sources though.

Re: Fibaro Motion Sensor problem.

Posted: 25 Mar 2015 12:16
by terry11001
I recived this information from the Android, I can't use OenZWave on Android.
Thank you,

Re: Fibaro Motion Sensor problem.

Posted: 25 Mar 2015 12:35
by pz1
What software did you use to let FGMS-001 communicate with S2 stick anyhow?

Re: Fibaro Motion Sensor problem.

Posted: 26 Mar 2015 11:33
by terry11001
I use Android Usbserial.It's an open source code.
https://github.com/mik3y/usb-serial-for-android

Re: Fibaro Motion Sensor problem.

Posted: 26 Mar 2015 11:48
by pz1
That is pretty low level. If there is no public Z-Wave stack, you have to build from the ground up. For that you need the Zensys SDK, which comes at quite a price.
Since neither your USB stick not your software is Zwave.me related, your question is outside the scope of this forum. Better contact the folks at OpenZwave

Re: Fibaro Motion Sensor problem.

Posted: 26 Mar 2015 13:36
by terry11001
Thank you!