openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

Z-Wave protocol error (00F) - "Resend:1/ok" #5771

Closed WardMD90745 closed 5 years ago

WardMD90745 commented 5 years ago

I'm new to OpenHAB (but professional software developer for decades)...

Running 2.4.0 on WIndows 10, with Oracle jdk 8...

Z-Wave (Zooz USB stick) throws nothing but errors:

2019-01-14 14:49:28.388 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0D. 2019-01-14 14:49:28.389 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0A. 2019-01-14 14:49:28.389 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x52. 2019-01-14 14:49:28.389 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x65. 2019-01-14 14:49:28.390 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x73. 2019-01-14 14:49:28.390 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x65. 2019-01-14 14:49:28.390 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x6E. 2019-01-14 14:49:28.390 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x64. 2019-01-14 14:49:28.390 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x3A. 2019-01-14 14:49:28.391 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x31. 2019-01-14 14:49:28.391 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0D. 2019-01-14 14:49:28.391 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0A. 2019-01-14 14:49:28.391 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x6F. 2019-01-14 14:49:28.392 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x6B. 2019-01-14 14:49:28.392 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0D. 2019-01-14 14:49:28.392 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Protocol error (OOF). Got 0x0A. -- Repeats over and over again --

Those hex codes (at the end of each line) translate to the following ASCII: Resend:1 ok

Any suggestions?

mrguessed commented 5 years ago

You may want to open up an initial discussion on https://community.openhab.org/ and tag it with zwave (etc) as there's a broader audience looking at configuration (etc) in that area.

Oddly the ASCII you're showing looks like responses from a Printer (based upon a quick Google search). Without knowing better, I'd wonder if it's configured for the correct COM port for the ZWave dongle.

Anyhow, if you opena thread on the Community forum you've got a better bet of someone chiming in.

9037568 commented 5 years ago

And this probably belongs in the zwave tracker if it is a bug, since that's where the ZWaveSerialHandler resides.