I'll preface this by saying I am not sure if this is a Razberry problem or not. I am running the Razberry with OpenHAB. What we're finding is that multiple messages are received from the Razberry (we think) for a single send. Here's an example:
It looks like the RPi (or something!) is returning multiple responses to a single request -:
For example, right at the beginning of the log, we send out this request -:
Code: Select all
2014-04-13 20:13:44 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveSendThread[:763]- Sending Message = 01 03 00 07 FB
Code: Select all
2014-04-13 20:13:44 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 2B 01 07 …
2014-04-13 20:13:46 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 2B 01 07 …
2014-04-13 20:13:49 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 2B 01 07 …
2014-04-13 20:13:50 DEBUG o.o.b.z.i.p.ZWaveController$ZWaveReceiveThread[:913]- Receive Message = 01 2B 01 07 …
Z-Way seems to work perfectly. Any thoughts on whether this could be related to the Razberry?