EMQX: How to set up MQTT bridge?

Hi,
I have currently set up mosquitto with an mqtt bridge to my wallbox.
The current config simply reads as:

connection openwb
address 192.168.1.24:1883
topic openWB/# both 2
local_clientid rem.mosquitto

This is a bridge in both ways.
I don’t know how to set up this bridge in EMQX. As far as I understand, I would have to set up both Egress and Ingress? This however does not allow to set up both openWB/# topics. Also I am not sure with the /# ending. The readme Bridge Data into MQTT Broker | EMQX 5.0 Documentation does not mention this ending, however, the web interface does:
image
. I tried both with and without /# and neither works.

Also I have no idea if and who I would need to set up a rule.
The standard rule reads as

SELECT
  *
FROM
  "$bridges/mqtt:openwb"

Could someone point me in the right direction on how I would copy the above working bridge configuration into EMQX?

I had the same problem. A restart of the EMQX helped that the data is now being received.

Did you ever fix this? I installed EMQX and need to create a bridge to Solar Assistant MQTT but I have not been able to find how to do that