Solved: Tasmota Sonoff 4CH integration not working

I have the following system:

  • mosquitto broker on an extra machine
  • Sonoff 4CH with tasmota 12.3.1
    • SetOption19 = off
  • “normal” Tasmota integration (tasmota integration

after adding the Sonoff to the broker, the device and all its entities are there with the names I have configered in the tasmota device.

image

Unfortunatly the 4 switches seems to be disabled.

I tried to activate them with:

Get the info that I have to weit 30s till I will see the entity but nothing happens,
status still “not available”.

The Sonoff device is online and I can see with MQTT Explorer its data on the broker.
A second Sonoff device with only one switch is working in HA (so connection from HA to broker is working).

For me it looks as if the device is not working in general, but I am new to HA and no idea how to proceed.

thank you

Found the problem:

Full Topic was: %prefix%/%topic%

I changed it to: %prefix%/%topic%/

Now it works.