Rfxcom warning/errors?

What does this warning mean?
2016-10-23 21:30:45.798 [WARN ] [binding.rfxcom.handler.RFXComHandler] - RFXCOM doesn’t support transmitting for channel 'windSpeed’
2016-10-23 21:30:45.798 [WARN ] [binding.rfxcom.handler.RFXComHandler] - RFXCOM doesn’t support transmitting for channel 'windDirection’
2016-10-23 21:30:45.798 [WARN ] [binding.rfxcom.handler.RFXComHandler] - RFXCOM doesn’t support transmitting for channel ‘batteryLevel’

and this Error?
2016-10-23 21:30:45.795 [ERROR] [ome.core.thing.link.ThingLinkManager] - Exception occured while informing handler:Unknown packet type TEMPERATUREHUMIDITY
java.lang.IllegalArgumentException: Unknown packet type TEMPERATUREHUMIDITY
at org.openhab.binding.rfxcom.internal.messages.RFXComMessageFactory.convertPacketType(RFXComMessageFactory.java:143)[202:org.openhab.binding.rfxcom:2.0.0.201610080957]
at org.openhab.binding.rfxcom.handler.RFXComHandler.handleCommand(RFXComHandler.java:69)[202:org.openhab.binding.rfxcom:2.0.0.201610080957]
at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.channelLinked(BaseThingHandler.java:198)[105:org.eclipse.smarthome.core.thing:0.9.0.201610080632]
at org.eclipse.smarthome.core.thing.link.ThingLinkManager.informHandlerAboutLinkedChannel(ThingLinkManager.java:263)[105:org.eclipse.smarthome.core.thing:0.9.0.201610080632]
at org.eclipse.smarthome.core.thing.link.ThingLinkManager.receiveTypedEvent(ThingLinkManager.java:304)[105:org.eclipse.smarthome.core.thing:0.9.0.201610080632]
at org.eclipse.smarthome.core.thing.link.ThingLinkManager.receiveTypedEvent(ThingLinkManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.201610080632]
at org.eclipse.smarthome.core.events.AbstractTypedEventSubscriber.receive(AbstractTypedEventSubscriber.java:50)[98:org.eclipse.smarthome.core:0.9.0.201610080632]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:192)[98:org.eclipse.smarthome.core:0.9.0.201610080632]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:1)[98:org.eclipse.smarthome.core:0.9.0.201610080632]
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:177)[98:org.eclipse.smarthome.core:0.9.0.201610080632]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_101]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_101]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_101]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_101]