Can not control Tasmota devices after reset

Hello,

after a repeated power outage, most of my Tasmota devices decided to reset to default settings. I reconfigured them with the same settings they had previously, but I could not set the correct mqtt topics, because I did not document them.

Now all of the values in Sensors as well as Diagnostics are shown in all devices.

While I see the correct labels for Controls, the states are incorrect and always off. Also I can not switch them.

I tried to delete and rediscover some of them with the same result. It happens with firmware 11, as well as 12. I have set Option 19 to 0, according to the manual.

I can see the event in the dev tools, when I switch it on:

event_type: call_service
data:
  domain: switch
  service: turn_on
  service_data:
    entity_id: switch.some_switch_name
origin: LOCAL
time_fired: "2022-11-28T22:17:43.192892+00:00"
context:
  id: *REDACTED*
  parent_id: null
  user_id: *REDACTED*

How can I fix this, or debug further?

thanks and kind regards