[BTicino/OpenWebNet] New openHAB2 binding ready for testing

hello massimo,
i deinstalled the testing/beta binding an now i run the official openwebnet binding 2.5.11.
i see the same warnings ##BUS-conn## Exception: Received null frame ... in my log.
i set to DEBUG and have two parts of log that i can show you (no idea how i can reproduce this message):

2021-01-19 19:50:03.944 [DEBUG] [e.automation.internal.RuleEngineImpl] - The rule '4eb83149-fb05-434a-909a-a424b0e89a0d' is executed.

2021-01-19 19:50:03.948 [DEBUG] [e.automation.internal.RuleEngineImpl] - The trigger 'Item-iHof_Li-received-command_d82da430598e11ebabe3dca632124bd5_d82df24f598e11ebbcf8dca632124bd5' of rule '190ff74c-8160-460c-bf70-55be7a2d32c3' is triggered.

2021-01-19 19:50:03.974 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - handleCommand() (command=ON - channel=openwebnet:bus_on_off_switch:bticino:Hof_Li:switch)

2021-01-19 19:50:03.977 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleSwitchCommand() (command=ON - channel=openwebnet:bus_on_off_switch:bticino:Hof_Li:switch)

2021-01-19 19:50:03.992 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## Exception: Received null frame while reading responses to command

2021-01-19 19:50:03.998 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## trying NEW CMD connection...

2021-01-19 19:50:04.090 [INFO ] [jsr223.jython.bt_manager.py         ] - bt_manager data: *1*1000#1*54#4#01##

2021-01-19 19:50:04.134 [INFO ] [jsr223.jython.bt_manager.py         ] - bt_manager data: *1*1*54#4#01##

2021-01-19 19:50:04.137 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ownIdFromMessage(<*1*1*54#4#01##>) --> 1.54h4h01

2021-01-19 19:50:04.139 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleMessage() for thing: openwebnet:bus_on_off_switch:bticino:Hof_Li

2021-01-19 19:50:04.141 [DEBUG] [et.handler.OpenWebNetLightingHandler] -   1.54h4h01 ONOFF CHANGED to 1

and

2021-01-19 19:53:38.544 [DEBUG] [jsr223.jython.core.utils            ] - New sendCommand value for 'iEGFlur_TreppeLED_Li' is 'OFF'

2021-01-19 19:53:38.586 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - handleCommand() (command=OFF - channel=openwebnet:bus_on_off_switch:bticino:EGFlur_TreppeLED_Li:switch)

2021-01-19 19:53:38.588 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleSwitchCommand() (command=OFF - channel=openwebnet:bus_on_off_switch:bticino:EGFlur_TreppeLED_Li:switch)

2021-01-19 19:53:38.598 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## Exception: Received null frame while reading responses to command

2021-01-19 19:53:38.602 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## trying NEW CMD connection...

2021-01-19 19:53:38.696 [INFO ] [jsr223.jython.bt_manager.py         ] - bt_manager data: *1*1000#0*41#4#01##

2021-01-19 19:53:38.739 [INFO ] [jsr223.jython.bt_manager.py         ] - bt_manager data: *1*0*41#4#01##

2021-01-19 19:53:38.760 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ownIdFromMessage(<*1*0*41#4#01##>) --> 1.41h4h01

2021-01-19 19:53:38.762 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleMessage() for thing: openwebnet:bus_on_off_switch:bticino:EGFlur_TreppeLED_Li

2021-01-19 19:53:38.764 [DEBUG] [et.handler.OpenWebNetLightingHandler] -   1.41h4h01 ONOFF CHANGED to 0

I see the same in OH3

2021-01-19 20:55:33.215 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## Exception: Received null frame while reading responses to command

2021-01-19 20:55:33.217 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## trying NEW CMD connection...

I assumed it was because I have my 2.5 setup and OH3 binding doesn’t support everything.

i forgot to say i am still not on oh3, i run openhabian 2.5.11-1

this is “normal”, @massi will fix this in a new version, see here:

Thank you @massi.
I am running 3.0.0 stable on openhabian 1.6.2 (RPI4B).
I will post the logs as soon as I notice that again (I’m not at home except for the weekend, so there are not many chance for me to see that happen).
Thank you

yes, these misleading log messages will be changed in 3.1.0 and 2.5.12

come on! It’s the 6th entry on Google! searching “bticino openwebnet”…

Hello @massi
Here it is.
I tried to send the command via Alexa and via the OH UI, in both cases the rollershutter didn’t open and I got this on the log:

2021-01-20 08:14:45.476 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - handleCommand() (command=UP - channel=openwebnet:bus_automation:MH202_00035001e89b:33:shutter)

2021-01-20 08:14:45.480 [DEBUG] [.handler.OpenWebNetAutomationHandler] - Exception while sending request for command UP: CMD is not connected

org.openwebnet4j.communication.OWNException: CMD is not connected

	at org.openwebnet4j.communication.OpenConnector.sendCommandSynch(OpenConnector.java:116) ~[bundleFile:?]

	at org.openwebnet4j.OpenGateway.sendInternal(OpenGateway.java:175) ~[bundleFile:?]

	at org.openwebnet4j.OpenGateway.send(OpenGateway.java:155) ~[bundleFile:?]

	at org.openhab.binding.openwebnet.handler.OpenWebNetThingHandler.send(OpenWebNetThingHandler.java:168) ~[bundleFile:?]

	at org.openhab.binding.openwebnet.handler.OpenWebNetAutomationHandler.handleShutterCommand(OpenWebNetAutomationHandler.java:178) [bundleFile:?]

	at org.openhab.binding.openwebnet.handler.OpenWebNetAutomationHandler.handleChannelCommand(OpenWebNetAutomationHandler.java:149) [bundleFile:?]

	at org.openhab.binding.openwebnet.handler.OpenWebNetThingHandler.handleCommand(OpenWebNetThingHandler.java:131) [bundleFile:?]

	at jdk.internal.reflect.GeneratedMethodAccessor112.invoke(Unknown Source) ~[?:?]

	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]

	at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:154) [bundleFile:?]

	at org.openhab.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [bundleFile:?]

	at com.sun.proxy.$Proxy4552.handleCommand(Unknown Source) [?:?]

	at org.openhab.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:80) [bundleFile:?]

	at org.openhab.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:48) [bundleFile:?]

	at jdk.internal.reflect.GeneratedMethodAccessor111.invoke(Unknown Source) ~[?:?]

	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]

	at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:154) [bundleFile:?]

	at org.openhab.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]

	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]

	at java.lang.Thread.run(Thread.java:834) [?:?]

This is what I get when trying to switch on a light from UI

2021-01-20 08:16:37.764 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - handleCommand() (command=ON - channel=openwebnet:bus_on_off_switch:MH202_00035001e89b:26:switch)

2021-01-20 08:16:37.769 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleSwitchCommand() (command=ON - channel=openwebnet:bus_on_off_switch:MH202_00035001e89b:26:switch)

2021-01-20 08:16:37.771 [WARN ] [et.handler.OpenWebNetLightingHandler] - Exception while processing command ON: CMD is not connected

In both cases, on the event log, the commands are logged as correctly executed and the item status is updated accordingly, but of course nothing happened (the shutter didn’t open and the light didn’t switch on).
Is there anything else I can try?
I guess in this case my only option is to reboot the PI, but I will wait until tonight just in case you need any further investigation.
Thanks

Hi Massi! Thank you for your work on the binding. I’m new to the OpenHAB (using it since 2-3 months) and since the beginning with your binding. My Bticino configuration includes lighting, automation, heating, load control. I have as well lot of dry contacts as “eyes” of the installation. My gateway is MH202 and the MyHome Server1. I’m not the software engineer, but I would like to help in testing of the binding. I would like to migrate to the OH3 now. Is there bticino test binding with similar functionality (dry contacts, thermo) like for OH2.5? I yes, then I’m ready to help.
Have a nice day,
Piotr

yes I suggest you reboot the Pi, for some reason the re-connect cycle to the gateway is not running. If the problems returns, send me the complete log file via Personal Message

hi Piotr for now the OH3 binding only supports Lighting and Shutters (who 1 and 2 in Openwebnet terminology). We are hoping to start adding more functions later on for OH3 - specifically Thermo and CEN.

Hi Julian, thank you for the answer. One more question, are you talking about official release or the same is for the testing environment?
Is there any timeline for development? I’m asking because dry contacts are quite important for me and I’m wondering if I should start with OH3. As I already said, I’m happy to help in testing.

Hi I have the same situation I need CEN for my installation, for now you have to stay with 2.5. I am sure Massi will need help with testing so I am setting up a separate system with OH3. There is also a way to run OH3 and keep OH2.5 running for non compatible bindings. I may try this.

Hello @massi
I’m having the same issue again, but now I see a different message on the log:

2021-01-24 21:10:03.099 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - handleCommand() (command=OFF - channel=openwebnet:bus_on_off_switch:MH202_00035001e89b:18:switch)

2021-01-24 21:10:03.102 [DEBUG] [et.handler.OpenWebNetLightingHandler] - handleSwitchCommand() (command=OFF - channel=openwebnet:bus_on_off_switch:MH202_00035001e89b:18:switch)

2021-01-24 21:10:03.107 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## Exception: Received null frame while reading responses to command

2021-01-24 21:10:03.111 [WARN ] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## trying NEW CMD connection...

2021-01-24 21:10:03.133 [WARN ] [communication.BUSConnector.handshake] - (HS) ... STEP-2: cannot authenticate with gateway (unexpected answer: *#971908##)

2021-01-24 21:10:03.135 [ERROR] [nwebnet4j.communication.BUSConnector] - ##BUS-conn## openCommandConnection() returned exception (Cannot authenticate with gateway: handshake failed at STEP-2 (unexpected answer: *#971908##)) while opening NEW CMD connection

2021-01-24 21:10:03.136 [ERROR] [webnet4j.communication.OpenConnector] - ##OPEN-conn## IOException while sending frame *1*0*18## or reading response: Cannot create NEW CMD connection to send message *1*0*18##

2021-01-24 21:10:03.138 [WARN ] [et.handler.OpenWebNetLightingHandler] - Exception while processing command OFF: IOException while sending frame *1*0*18## or reading response: Cannot create NEW CMD connection to send message *1*0*18##

2021-01-24 21:10:05.119 [WARN ] [nwebnet4j.communication.BUSConnector] - (HS) ... handshake not completed but timeout expired, closing BUS-CMD channel

What do you recommend?

Hello @mrteo90, I think I know what is happening…
But I need more logs, do this:

  • from Karaf console:
    • log:set DEBUG org.openhab.binding.openwebnet
    • log:set DEBUG org.openwebnet4j

Both log:set commands are important to log OWN commands exchanged between the binding and the OpenWebNet gateway.

Log files are written to either userdata/log (manual setup) or /var/log/openhab2 (Linux and RaspberryPi image setup)

Copy the log file when the error happens and send it to me via private message

Bye

I didn’t know about the vote… I’m still on OH2, I migrated on OH3 but did some dumb mistake the day after and didn’t have a backup yet, so I put a backup of OH2 :smiley:
I will migrate again to OH3 soon and I only have WHO =1 and WHO=4 in my home.
Thanks @massi for all the work!

Hi,
perhaps it’s better seen in here, in the Openwebnet Club.

Can anyone help me with the new OH3 and official binding? MH200N is online but I don’t know how to use it from that on. I don’t know how to do the second inbox scan to discover BUS devices and I can’t use my .items file from OH2.

Please help!

Hello Chris,
I am using OH3, but with .things and .items files, which is not probably the best with OH3, but I found it easier as a first step coming from OH2.

In my case, lights and rollershutters worked OOB with the old .things files I was using on OH2, I think I didn’t edit anything. Just to be sure, you are using Lighting and Shutters (who 1 and 2 in Openwebnet), right? Because CEN and power management are not supported ATM in the OH3 binding (I was using them myself in OH2, am waiting for them to be implemented - willing to support / test if needed!).

First I suggest you use only one approach: scan vs text files. A mix of the two seems like a solution that will not be easy to maintain and that can be a headache to work with.

If you decide to use text files, can you post them here?
If you decide to use the UI and scan for things, I am not sure I can help, maybe someone else has a clue there. If things don’t appear automatically in your inbox, you can try to scan going to things > " + " round button in the bottom right corner of the page > OpenWebNet (BTicino/Legrand) Binding > “Scan” button in the top center of the page. I just tried and it seems to work for me (I use a MyHomeSERVER1).

To temporary support features that were available in OH2 and are not (yet) available in OH3, you can use the Remote openHAB Binding.

Of course this means you need to have 2 openHAB servers: one with OH3 and one with OH2.

In my case, for example, I have transfered everything to OH3, including all the BTicino lights and rollershutters.
The only thing that I have left in my old OH2 server is the power management of my F520, since it is not supported in OH3 ATM.

So on OH2 (with the last “TESTING” release) I have:

bticino.things

Bridge  openwebnet:bus_gateway:mybridge           "MyHOMEServer1"                   @ "Bagno Piccolo"       [ host="192.168.2.100", passwd="********" ] {  
    // ENERGY MANAGEMENT (F520)
    bus_energy_central_unit  F520_Generale        "Consumo Generale"                @ "Power"               [ where="51" ] // Ta
    bus_energy_central_unit  F520_Luci            "Consumo Luci"                    @ "Power"               [ where="52" ] // Tb
    bus_energy_central_unit  F520_Lavastoviglie   "Consumo Lavastoviglie"           @ "Power"               [ where="53" ] // Tc
}

bticino.items

// ENERGY MANAGEMENT (F520)
Number        iF520_Generale         "Consumo [%.0f W]"     <energy>    (gPower, gPower_Load)    { channel="openwebnet:bus_energy_central_unit:mybridge:F520_Generale:power" }
Number        iF520_Luci             "Consumo [%.0f W]"     <energy>    (gPower, gPower_Load)    { channel="openwebnet:bus_energy_central_unit:mybridge:F520_Luci:power" }
Number        iF520_Lavastoviglie    "Consumo [%.0f W]"     <energy>    (gPower, gPower_Load)    { channel="openwebnet:bus_energy_central_unit:mybridge:F520_Lavastoviglie:power" }

In OH3, once you install the Remote openHAB Binding, if you want to use the UI, you can do a scan and it will find the OH2 server. If you add it, it will list all the available OH2 items as channels of your thing.

If you want to use text files, which is my approach, you can do as follows:

remoteopenhab.things

Bridge remoteopenhab:server:oh2 "OH2 server" [ host="192.168.2.151", port=8443, useHttps=true, trustedCertificate=true ] {
    Thing thing F520_Generale_rem 		"Consumo Generale" 			[ thingUID="openwebnet:bus_energy_central_unit:mybridge:F520_Generale" ]
    Thing thing F520_Luci_rem 			"Consumo Luci" 				[ thingUID="openwebnet:bus_energy_central_unit:mybridge:F520_Luci" ]
    Thing thing F520_Lavastoviglie_rem 	"Consumo Lavastoviglie" 	[ thingUID="openwebnet:bus_energy_central_unit:mybridge:F520_Lavastoviglie" ]
}

(note the Thing thing... are not strictly necessary, the server is enough -it depends if you want also your things from OH2 listed as things in OH3 for some reason)

remoteopenhab.items

Number   iF520_Generale_rem         "Consumo Generale [%.0f W]"         <energy>     (gPower, gPower_Load, gGenerale)   [ "Sensor" ]     { channel="remoteopenhab:server:oh2:iF520_Generale" }
Number   iF520_Luci_rem             "Consumo Luci [%.0f W]"             <energy>     (gPower, gPower_Load, gGenerale)   [ "Sensor" ]     { channel="remoteopenhab:server:oh2:iF520_Luci" }
Number   iF520_Lavastoviglie_rem    "Consumo Lavastoviglie [%.0f W]"    <energy>     (gPower, gPower_Load, gCucina)     [ "Sensor" ]     { channel="remoteopenhab:server:oh2:iF520_Lavastoviglie" }

That’s it, now you have your items from OH2 available in OH3. :slightly_smiling_face:

And you shoud see it also in the Logs:

Hello,

I’ve installed a 2.5.10 openhab version for my QNAP NAS with the last library for openwebnet (lib-0.9.24) released from Massimo recently.
I’m using a webserver F453AV with an old version of the firmware.
With the discover I didn’t find anything, but if I add manually switch and dimmer or roller shutter i have not problem and all run perfectly.
For thermo I’m using the central bticino 3550 with local scs thermostat L4692.
Unfortunately when I configure a thermostat I have this message: (UNINITIALIZED)

I append some record of the log where I found the WHO=4 that is referred to thermo section if it can help to understand where is the problem:
==OWN== ownId=4.2
2021-02-12 20:28:23.688 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.2 has NO DEVICE associated, ignoring it
2021-02-12 20:28:24.207 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #42100219##
2021-02-12 20:28:24.208 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.21
2021-02-12 20:28:24.208 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.21 has NO DEVICE associated, ignoring it
2021-02-12 20:28:24.727 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #42200200##
2021-02-12 20:28:24.728 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.22
2021-02-12 20:28:24.728 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.22 has NO DEVICE associated, ignoring it
2021-02-12 20:28:25.257 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #42300210##
2021-02-12 20:28:25.258 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.23
2021-02-12 20:28:25.258 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.23 has NO DEVICE associated, ignoring it
2021-02-12 20:28:25.777 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #42400212##
2021-02-12 20:28:25.777 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.24
2021-02-12 20:28:25.778 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.24 has NO DEVICE associated, ignoring it
2021-02-12 20:28:25.874 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #13*#0203000##
2021-02-12 20:28:25.875 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## handleManagementDimension not processed
2021-02-12 20:28:25.875 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== GatewayManagement WHAT = null, ignoring
2021-02-12 20:28:26.297 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #45200209##
2021-02-12 20:28:26.297 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.52
2021-02-12 20:28:26.298 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.52 has NO DEVICE associated, ignoring it
2021-02-12 20:28:26.816 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #45300210##
2021-02-12 20:28:26.817 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.53
2021-02-12 20:28:26.817 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.53 has NO DEVICE associated, ignoring it
2021-02-12 20:28:27.347 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #45400211##
2021-02-12 20:28:27.348 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.54
2021-02-12 20:28:27.348 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=4.54 has NO DEVICE associated, ignoring it
2021-02-12 20:28:48.946 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31*#4##
2021-02-12 20:28:48.946 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31*#4##
2021-02-12 20:28:48.947 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#4## (RECEIVED FRAME NOT RECOGNIZED: 31*#4##)
2021-02-12 20:28:48.986 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31*#4##
2021-02-12 20:28:48.986 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31*#4##
2021-02-12 20:28:48.986 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#4## (RECEIVED FRAME NOT RECOGNIZED: 31*#4##)
2021-02-12 20:29:14.727 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31*#5##
2021-02-12 20:29:14.727 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31*#5##
2021-02-12 20:29:14.757 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#5## (RECEIVED FRAME NOT RECOGNIZED: 31*#5##)
2021-02-12 20:29:33.611 [DEBUG] [org.openwebnet.bus.MyHomeConnection ] - ##gw-openwebnet-conn## sending MON keepalive ACK
2021-02-12 20:29:33.612 [DEBUG] [org.openwebnet.bus.MyHomeConnection ] - MON SENDING ======>>>>>> #1##
2021-02-12 20:29:40.498 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31
#6##
2021-02-12 20:29:40.498 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31
#6##
2021-02-12 20:29:40.498 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#6## (RECEIVED FRAME NOT RECOGNIZED: 31*#6##)
2021-02-12 20:29:40.538 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31*#6##
2021-02-12 20:29:40.538 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31*#6##
2021-02-12 20:29:40.538 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#6## (RECEIVED FRAME NOT RECOGNIZED: 31*#6##)
2021-02-12 20:29:50.993 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< #13**1512##
2021-02-12 20:29:50.993 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## server MODEL=Unknown
2021-02-12 20:29:50.994 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== GatewayManagement WHAT = null, ignoring
2021-02-12 20:30:06.269 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED <<<<<<<<<<< 31*#7##
2021-02-12 20:30:06.270 [DEBUG] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO=LOAD_CONTROL IS DEPRECATED and NOT SUPPORTED, frame=31*#7##
2021-02-12 20:30:06.270 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Exception while processing frame: 31*#7## (RECEIVED FRAME NOT RECOGNIZED: 31*#7##)

@massi have you some idea about what I can do to fix this problem?