@m4rk
Thank you so much for your reply, your time and your research :D.
The MH202 is far more powerful from what you said in terms of scenarios in comparison to MyHomeServer1.
" I looked up myhomeserver1. Its just a gateway" correct
“Scenarios are created on the phone with myhomeUP.” 100%.
“In that case you would create a scenario on the phone that sends a command to a non exsistent device for openHAB to detect.” I cannot chose from the MyHomeUp App an non existent device since MyHomeServer1 scans and presents only the detect devices on the bus. (note the below even with existing one it does not
"then you could still do it if you have some unused actuator adresses. ie there is nothing connected to some of the actuator outputs. " This is what i actually done, I have tested with with an available actuator linked to an available switch.
Let us say the scenario I created is to simply turn on a light and then turn it off
When I trigger it by sending the button linked to the scenario an PRESSED_EXT it works
2020-02-17 21:00:04.227 [DEBUG] [ebnet.handler.OpenWebNetThingHandler] - ==OWN:ThingHandler== handleCommand() (command=PRESSED_EXT - channel=openwebnet:bus_cenplus_scenario_control:MYHOMESERVER1_000350a4baef:24:button_2)
2020-02-17 21:00:04.672 [DEBUG] [et.handler.OpenWebNetScenarioHandler] - ==OWN:ScenarioHandler== handleChannelCommand() (command=PRESSED_EXT)
When i trigger it by by another event it (received command) it works
2020-02-17 21:00:05.853 [DEBUG] [et.handler.OpenWebNetScenarioHandler] - ==OWN:ScenarioHandler== handleMessage() for thing: openwebnet:bus_cenplus_scenario_control:MYHOMESERVER1_000350a4baef:24
2020-02-17 21:00:05.853 [DEBUG] [et.handler.OpenWebNetScenarioHandler] - ==OWN:ScenarioHandler== updateButtonState() for thing: openwebnet:bus_cenplus_scenario_control:MYHOMESERVER1_000350a4baef:24
When I go to the app and trigger the same scenario, the light turn on and off as per example but in the logs this is no mention on scenario.
2020-02-17 20:49:01.757 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED
<<<<<<<<<<< *1*1*0412##
2020-02-17 20:49:01.758 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=1.0412
2020-02-17 20:49:01.759 [DEBUG] [et.handler.OpenWebNetLightingHandler] - ==OWN:LightingHandler== updateLightState() for thing: openwebnet:bus_on_off_switch:MYHOMESERVER1_000350a4baef:0412
2020-02-17 20:49:01.834 [INFO ] [org.openwebnet.OpenGatewayBus$a ] - MON RECEIVED
<<<<<<<<<<< *1*0*0412##
2020-02-17 20:49:01.835 [DEBUG] [bnet.handler.OpenWebNetBridgeHandler] - ==OWN== ownId=1.0412
2020-02-17 20:49:01.836 [DEBUG] [et.handler.OpenWebNetLightingHandler] - ==OWN:LightingHandler== updateLightState() for thing: openwebnet:bus_on_off_switch:MYHOMESERVER1_000350a4baef:0412
“then you could still do it if you have some unused actuator adresses” the issue is in MyHomeServer1 there is no place to set addresses, all devices identified are presented as “objects” and when creating a scenario to chose to action these devices. They identified by their IDs (serial #). Different concept I guess from the dedicated Scenario Module MH202.
Help:D?
PS having written the prior it is now clearer and I understand the logic why if I am triggering the scenario from the App, the BUS only sees the action but does not recognize the scenario. Question how can I apply your workaround on MyHomeServer1?
Thanks again Mark I know you went out of your way
Edit
Do these have anything to do with the issue?
2020-02-17 20:48:42.384 [INFO ] [penwebnet.message.OpenMessageFactory] - ##openwebnet## WHO not recongized. Frame: *#130**1*1*0*2*30*10##
2020-02-17 20:48:42.385 [DEBUG] [org.openwebnet.OpenGatewayBus ] - ##gw-openwebnet-BUS## Malformed/Unsupported OpenMessage: *#130**1*1*0*2*30*10##
I have set a condition to the trigger the same scenario, turning on another light (this is to simulate the virtual key), the scenario works but no message on the BUS as well with reference to scenario :(…