[BTicino/OpenWebNet] New openHAB2 binding ready for testing

@massi
I have a silly question :slight_smile:
At the beginning if the communication the binding is reading out the state of the light.
can i force that evey 10 minutes? to have a workarout? if not i will will reconfigure my system that i will activate scenarios.
bg

hi patrick,

not sure if i understand right, did you think about something like this (rule):

rule "repeat continuosly"
when
    Time cron "0 1 0 * * ? *"
then
if (yourLight.state==ON)
{
    ... bla bla bla
}
end

(sorry cannot tell you about the cron-variables, but this you will find :wink: )

You can not, at the moment there is no implementation to read all the system statuses.

1 Like

This is not what i’m looking for.
When i switch over the bticino Group function all lights of i have in open hab wrong status of the light.
It’s like michele wrote . There is no option atm.

LG

Patrick
Look here

Hi guys, i’m trying to follow the great guide as described in:


After few problems ,found during configuration and installation, lights definetly working fine and viewed from my google home.
Unfortunately I don’t succeed with shutters as well. There’s no way to make them viewed from openhab.
Just one time i did it removing all the physical configurators from the bticino actuators.
But once added as thing in paperui they are seen as light switch and not working.
My configuration is as follow:

  • MyHomeServer1 connected to router
  • RaspBerry with installed OpenHab 2.3.0-1
  • OpenWebNet binding beta 9-2
  • Bticino Actuators used for shutters:
    LN4672M2 (configured in zero crossing with neutral) with physical configuration:
    A1=9
    P1=3,4,5,6
    M1=arrows shutter (3501/ T)
  • There is also a command for GEN on all shutters physical configured:
    A2= GEN
    M2 = arrows shutter (3501/ T)
    I’ve checked their functionality using OpenWebNet client ( #20##) and seems to work fine.
    I’ve installed on my pc MyHOME_Suiteand check the actuators they seems to be ok also there.
    I’ve found the following errors on the logs of openwebnet in /var/log/openhab2/ :

Do you have any idea on what i’m failing?

regards
Federico

Attach the log as text not as a photo

i don´t know why but it seems in your log there is

*2*093##

but shoudn´t it be like that:

*2*0*93##

Instead of using physical configurators, why not use MyHomeSuite is configuring with virtual configurators?

ok thanks for the tip, i’ll post again

Because I was trying to apply this solution on my environment already configured since 5 years. This evening i’ll try to collect the log from rasp and send here.

I don’t know why the are formatted in that way, that’s what is written in log file. what do you suggest?

hm, sorry don´t know. but have a look here:

i suppose this is the same failure

Sorry Michele but I can’t upload file 'cause it’s saying:
“Sorry, new users can not upload attachments.”

Below part of the text of the log:

2019-02-03 16:48:57.062 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN:BridgeHandler== registered device ownId=1.95, thing=openwebnet:bus_on_off_switch:6a73ce9a:95
2019-02-03 16:48:57.074 [WARN ] [ebnet.handler.OpenWebNetThingHandler] - ==OWN:ThingHandler== Gateway is NOT connected, setting thing=openwebnet:bus_on_off_switch:6a73ce9a:95 to OFFLINE
2019-02-03 16:48:57.711 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- CONNECTED to BUS gateway - 192.168.178.47:20000
2019-02-03 16:51:03.079 [INFO ] [ery.OpenWebNetBridgeDiscoveryService] - ==OWN:BridgeDiscovery== ------ startScan() - SEARCHING for bridges...
2019-02-03 16:51:03.165 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== ------ startScan() - SEARCHING for DEVICES on bridge BUS Gateway (openwebnet:bus_gateway:6a73ce9a)...
2019-02-03 16:51:03.165 [INFO ] [ery.OpenWebNetBridgeDiscoveryService] - ==OWN:BridgeDiscovery== no serial ports found
2019-02-03 16:51:03.168 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== -------- STARTED active search for devices on gateway 'BUS Gateway'
2019-02-03 16:51:06.303 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=21, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.341 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:21' to inbox.
2019-02-03 16:51:06.349 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=31, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.367 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:31' to inbox.
2019-02-03 16:51:06.371 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=22, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.382 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:22' to inbox.
2019-02-03 16:51:06.386 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=32, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.394 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:32' to inbox.
2019-02-03 16:51:06.396 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=23, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.403 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:23' to inbox.
2019-02-03 16:51:06.405 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=33, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.411 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:33' to inbox.
2019-02-03 16:51:06.413 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=24, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.421 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:24' to inbox.
2019-02-03 16:51:06.423 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=34, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.430 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:34' to inbox.
2019-02-03 16:51:06.433 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=41, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.439 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:41' to inbox.
2019-02-03 16:51:06.441 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.448 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:51' to inbox.
2019-02-03 16:51:06.450 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=42, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.458 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:42' to inbox.
2019-02-03 16:51:06.460 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.469 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=43, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.476 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:43' to inbox.
2019-02-03 16:51:06.478 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.487 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.494 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.502 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=63, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.509 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:63' to inbox.
2019-02-03 16:51:06.511 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.518 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:52' to inbox.
2019-02-03 16:51:06.520 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.528 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.536 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.544 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=64, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.551 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:64' to inbox.
2019-02-03 16:51:06.553 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.561 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:53' to inbox.
2019-02-03 16:51:06.563 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.571 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.579 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.586 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.594 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:54' to inbox.
2019-02-03 16:51:06.596 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.605 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.613 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.620 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=25, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.628 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:25' to inbox.
2019-02-03 16:51:06.630 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=35, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.637 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:35' to inbox.
2019-02-03 16:51:06.639 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=27, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.647 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:27' to inbox.
2019-02-03 16:51:06.649 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=36, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.657 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:36' to inbox.
2019-02-03 16:51:06.659 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=26, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.667 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:26' to inbox.
2019-02-03 16:51:06.669 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=38, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.677 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:38' to inbox.
2019-02-03 16:51:06.679 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=37, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.687 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:37' to inbox.
2019-02-03 16:51:06.689 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=28, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.697 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:28' to inbox.
2019-02-03 16:51:06.699 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=29, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 16:51:06.708 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'openwebnet:bus_on_off_switch:6a73ce9a:29' to inbox.
2019-02-03 16:51:09.824 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*093##
2019-02-03 16:51:09.827 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*094##
2019-02-03 16:51:09.831 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*095##
2019-02-03 16:51:09.834 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*096##
2019-02-03 16:51:18.949 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== -------- FINISHED active search for devices on gateway 'BUS Gateway'
2019-02-03 16:58:00.860 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 16:58:08.364 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 16:58:18.369 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 16:58:28.399 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 16:58:51.565 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 16:59:12.300 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:00:21.092 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:00:28.594 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:00:38.603 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:00:48.655 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:00:55.078 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:01:14.755 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:02:41.049 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:02:48.552 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:02:58.562 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:03:08.594 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:03:14.895 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:03:34.510 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:05:00.922 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:05:08.424 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:05:18.433 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:05:28.457 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:05:34.895 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:05:54.638 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:07:20.836 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:07:28.335 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:07:36.442 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: No route to host (Host unreachable)
2019-02-03 17:07:46.471 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:07:54.716 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:08:14.495 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:09:40.894 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:09:48.396 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:09:58.407 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:10:08.437 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:10:14.560 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:10:34.589 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:12:00.954 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:12:08.457 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:12:18.466 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:12:28.492 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:12:34.697 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:12:54.093 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:14:20.725 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:14:28.227 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:14:38.236 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:14:48.323 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:14:54.651 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:15:13.853 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 17:16:40.675 [WARN ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN==  CONNECTION ERROR: Connection error (IOException). Check network and gateway thing Configuration Parameters
2019-02-03 17:16:48.176 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:16:58.185 [WARN ] [org.openwebnet.OpenGatewayBus       ] - ##gw-openwebnet-BUS## ...re-connect FAILED. Exception: connect timed out
2019-02-03 17:17:08.306 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- RE-CONNECTED to gateway!
2019-02-03 17:17:14.360 [WARN ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## unsupported WHAT 12 from frame *1004*12*0##
2019-02-03 22:59:03.540 [INFO ] [er.internal.HomeBuilderDashboardTile] - Started Home Builder at /homebuilder
2019-02-03 22:59:03.888 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'Europe/Rome'.
2019-02-03 22:59:03.899 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'it_IT'.
2019-02-03 22:59:03.902 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to 'SIUnits'.
2019-02-03 22:59:05.587 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.178.46:8080
2019-02-03 22:59:05.590 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.178.46:8443
2019-02-03 22:59:06.512 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 24cac74b-3d6e-4f71-a30f-c0a276f4bfaa, base URL = http://localhost:8080)
2019-02-03 22:59:15.556 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2019-02-03 22:59:18.462 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2019-02-03 22:59:18.832 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2019-02-03 22:59:18.939 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2019-02-03 22:59:19.104 [ERROR] [org.openhab.binding.openwebnet      ] - [org.openhab.binding.openwebnet.internal.OpenWebNetHandlerFactory] Cannot register Component
org.osgi.service.component.ComponentException: The component name 'org.openhab.binding.openwebnet.internal.OpenWebNetHandlerFactory' has already been registered by Bundle 218 (org.openhab.binding.openwebnet) as Component of Class org.openhab.binding.openwebnet.internal.OpenWebNetHandlerFactory
	at org.apache.felix.scr.impl.ComponentRegistry.checkComponentName(ComponentRegistry.java:222) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.loadDescriptor(BundleComponentActivator.java:448) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:315) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:268) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:388) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator.access$200(Activator.java:54) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:265) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:254) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:227) [39:org.apache.felix.scr:2.0.12]
	at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:187) [39:org.apache.felix.scr:2.0.12]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:415) [?:?]
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256) [?:?]
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229) [?:?]
	at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:444) [?:?]
	at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:908) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112) [?:?]
	at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:168) [?:?]
	at org.eclipse.osgi.container.Module.publishEvent(Module.java:476) [?:?]
	at org.eclipse.osgi.container.Module.doStart(Module.java:578) [?:?]
	at org.eclipse.osgi.container.Module.start(Module.java:449) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1614) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528) [?:?]
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) [?:?]
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) [?:?]
2019-02-03 22:59:19.485 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN:BridgeHandler== registered device ownId=1.95, thing=openwebnet:bus_on_off_switch:6a73ce9a:95
2019-02-03 22:59:19.498 [WARN ] [ebnet.handler.OpenWebNetThingHandler] - ==OWN:ThingHandler== Gateway is NOT connected, setting thing=openwebnet:bus_on_off_switch:6a73ce9a:95 to OFFLINE
2019-02-03 22:59:20.089 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ------------------- CONNECTED to BUS gateway - 192.168.178.47:20000
2019-02-03 23:02:43.622 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== ------ startScan() - SEARCHING for DEVICES on bridge BUS Gateway (openwebnet:bus_gateway:6a73ce9a)...
2019-02-03 23:02:43.627 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== -------- STARTED active search for devices on gateway 'BUS Gateway'
2019-02-03 23:02:46.837 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=21, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.873 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=31, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.892 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=22, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.904 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=32, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.915 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=23, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.925 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=33, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.935 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=24, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.945 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=34, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.955 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=41, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.964 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.974 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=42, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.983 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:46.992 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=43, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.000 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.009 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.017 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=51, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.025 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=63, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.034 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.042 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.051 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.059 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=52, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.068 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=64, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.076 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.084 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.093 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.101 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=53, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.110 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.118 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.127 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.135 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=54, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.144 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=25, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.152 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=35, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.160 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=27, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.169 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=36, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.177 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=26, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.185 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=38, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.194 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=37, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.203 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=28, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:47.211 [INFO ] [ery.OpenWebNetDeviceDiscoveryService] - ==OWN:DeviceDiscovery== newDiscoveryResult() WHERE=29, deviceType=SCS_ON_OFF_SWITCH
2019-02-03 23:02:50.333 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*093##
2019-02-03 23:02:50.337 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*094##
2019-02-03 23:02:50.340 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*095##
2019-02-03 23:02:50.344 [ERROR] [penwebnet.message.OpenMessageFactory] - ##openwebnet## INVALID FRAME: *2*096##
2019-02-03 23:02:59.441 [INFO ] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== -------- FINISHED active search for devices on gateway 'BUS Gateway'
2019-02-03 23:02:59.445 [INFO ] [ery.OpenWebNetBridgeDiscoveryService] - ==OWN:BridgeDiscovery== ------ startScan() - SEARCHING for bridges...
2019-02-03 23:02:59.530 [INFO ] [ery.OpenWebNetBridgeDiscoveryService] - ==OWN:BridgeDiscovery== no serial ports found

regards
Fede

Hello,
It is correct as you published the log.

Stefan is right, the frame is wrong
Which firmware version of the webserver?

Don’t know how to check it.

Use MyHomeSuite ?

yep, MyHome Suite 3.4.7

image

mine is a MH202

mmmm, Don’t know why but i already checked that settings there and can’t get it:


As you can see it’s greyed. :frowning: