[ab.binding.mqtt.generic.ChannelState] warnings - finding the cause

openHAB version: 3.0.2

I have a couple of different recurring warnings in the openhab log for which I have been unable to find the cause:

2021-04-28 23:47:45.513 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.
2021-04-28 23:48:02.705 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Incoming payload 'None' not supported by type 'NumberValue'
2021-04-28 23:48:45.671 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.
2021-04-28 23:49:45.522 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.

Is there a way to increase the log level for that component so the culprits can be found?

Mvh.

Torkil

Nope, unfortunately not.

You’ll have to check all your Switch Channels to see which one might be receiving an empty value, and every Number Channel to see which one might be receiving None.

Unfortunate. Is it possible to log all channel updates somehow? That would make it easy enough to correlate by timestamps.

Mvh.

Torkil