openhab / org.openhab.binding.zwave

openHAB binding for Z-Wave
Eclipse Public License 2.0
170 stars 202 forks source link

Unknown F8 Message Class form UZB1 #1225

Open RobertHerter opened 5 years ago

RobertHerter commented 5 years ago

Hello,

i am getting the following Messages in the log: ` 16:38:46.916   RX REQ Unknown F8 (248) 0 /12801 25 00 F8 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 21

`

and as Text: 20-Aug-2019 16:37:04.279 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 20-Aug-2019 16:37:04.279 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0 20-Aug-2019 16:37:04.280 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty 20-Aug-2019 16:37:04.280 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false. 20-Aug-2019 16:37:05.225 [DEBUG] [wave.handler.ZWaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 25 00 F8 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 \ 00 00 00 00 00 00 00 00 00 21 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[248], type=Request[0], dest=2, callback=1, paylo\ ad=01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[248], type=Request[0], dest=2, callback=1, payload=01 02 00 00 00 0\ 0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - lastTransaction null 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 0 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - Last transaction: null 20-Aug-2019 16:37:05.226 [DEBUG] [ab.binding.zwave.internal.protocol.ZWaveController] - Incoming Message: Message: class=null[248], type=Request[0], dest=2, callback=1, payload=01 02 00 00 00 0\ 0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20-Aug-2019 16:37:05.226 [WARN ] [ernal.protocol.serialmessage.ZWaveCommandProcessor] - SerialMessage class null is not implemented! 20-Aug-2019 16:37:05.226 [WARN ] [ab.binding.zwave.internal.protocol.ZWaveController] - TODO: Implement processing of Request Message = -- (0xf8) 20-Aug-2019 16:37:05.226 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

Found this in the open-zwave git:

https://github.com/OpenZWave/open-zwave/issues/1643

cdjackson commented 5 years ago

This is a special packet defined by the manufacturer of the stick and not standard, so this is not something the binding will process.