Hey @Flo_93 did you enter setoption19 on into the terminal to enable MQTT auto discovery? Sounds like you are almost there, you can check out this section my MQTT tutorial to complete your Tasmota setup
I wrote about using an SCT sensor to monitor current and send the data to HASS a couple years ago. That Wemos has been running solid since then. This might help you out:
The problem is, on the wemos firmware i cant get into the console and i cant enable auto discovery…
I also think it is not Tasmota, just the look is alike…
It really looks very close to the standard Tasmota config interface.
Can you paste a screenshot of how you’ve set up MQTT and we can take a look at it - i.e. the equivalent of this:
I agree with @francisp - the ‘sending side’ looks correct.
MQTT Explorer will help you find out what the ‘receiving side’ should look like - maybe you can post a screenshot as well.
1586972064: New connection from 192.168.1.6 on port 1883.
[INFO] found mqtt on local database
1586972067: New client connected from 192.168.1.6 as AMIS Stromzähler84:F3:EB:E3:84:06 (p2, c1, k10, u’mqtt’).
1586972067: Socket error on client AMIS Stromzähler84:F3:EB:E3:84:06, disconnecting.
1586972067: New connection from 192.168.1.6 on port 1883.
1586972067: New connection from 192.168.1.6 on port 1883.
1586972067: New client connected from 192.168.1.6 as AMIS Stromzähler84:F3:EB:E3:84:06 (p2, c1, k10, u’mqtt’).
1586972067: Client AMIS Stromzähler84:F3:EB:E3:84:06 already connected, closing old connection.
1586972067: New client connected from 192.168.1.6 as AMIS Stromzähler84:F3:EB:E3:84:06 (p2, c1, k10, u’mqtt’).
1586972233: Saving in-memory database to /data/mosquitto.db.
So Mosqitto connects to the wemos, but no device and no entities are visible in HassIO.
Do i need to add all the MQTT Subtopics as sensors to my configuration.yaml to get it work?