RFXCOM with lightwaveRF doorbell error

I am trying to use an LightwaveRF doorbell. When the doorbell is pressed my RFXCOM picks up the press and it is added as a Thing in openhab.

I then make the item in an items file.

Switch Doorbell_Hall "Front doorbell" (gHall) { channel="rfxcom:lighting5:95123481:15207158_1:command" }

But when ever it gets pressed i get this message in the logs:

2017-03-28 17:48:17.990 [ERROR] [binding.rfxcom.handler.RFXComHandler] - Error occured during message receiving
org.openhab.binding.rfxcom.internal.exceptions.RFXComException: Unexpected mood: ON
	at org.openhab.binding.rfxcom.internal.messages.RFXComLighting5Message.convertToState(RFXComLighting5Message.java:278)[184:org.openhab.binding.rfxcom:2.1.0.201703212140]
	at org.openhab.binding.rfxcom.handler.RFXComHandler.onDeviceMessageReceived(RFXComHandler.java:214)[184:org.openhab.binding.rfxcom:2.1.0.201703212140]
	at org.openhab.binding.rfxcom.handler.RFXComBridgeHandler$MessageListener.packetReceived(RFXComBridgeHandler.java:398)[184:org.openhab.binding.rfxcom:2.1.0.201703212140]
	at org.openhab.binding.rfxcom.internal.connector.RFXComBaseConnector.sendMsgToListeners(RFXComBaseConnector.java:49)[184:org.openhab.binding.rfxcom:2.1.0.201703212140]
	at org.openhab.binding.rfxcom.internal.connector.RFXComStreamReader.run(RFXComStreamReader.java:103)[184:org.openhab.binding.rfxcom:2.1.0.201703212140]

The switch item does also change but I wanted to know if i could get rid of this “mood” message in the logs everytime?