[SOLVED] Sonoff Electrodragon 2 relays - how?

Oh 2.2 on pi3b

I activated a Electrodragon sonoff Modul with Tasmota on it.
All ok can see and switch in basic UI but this device has two relays. I can see these in the Tasmota web UI, but in OH2 I only do have on switch.
There is also only one topic in Tasmota mqtt.

Who can help here?

Can you publish you OH item, please?

Switch Relais1 {mqtt=">[broker:cmnd/relais1/POWER:command:*:default],<[broker:stat/relais1/POWER:state:default" }

This is the switch I called it Relais1 and so it is working, but in the mqtt settings of the device there is only one topic, so how to separate, and get access to the second switch off that device?

Switch Relai1 {mqtt=">[broker:cmnd/relais1/POWER1:command:*:default],<[broker:stat/relais1/POWER2:state:default" }
Switch Relai2 {mqtt=">[broker:cmnd/relais1/POWER2:command:*:default],<[broker:stat/relais1/POWER2:state:default" }

POWER1 should be relay 1 and POWER2 should be relay 2
Note that I have changed the name of your first item from relais1 to relai1

Bonne chance

Ah i can see in the console of the device switch 1 and switch2, so how to address these?

21:21:40 MQT: tele/relais1/SENSOR = {“Time”:“2018.05.12 21:21:40”,“Switch1”:“ON”,“Switch2”:“ON”}

Boom Yes to works! Solved