Hello FloatingBoater,
I did what in the description was written.
The stand ist:
The Mosquitto-broker runs.
The Tasmota-Switch shows me the following:
00:00:00 CFG: aus Flash geladen am FA, zählen 18
00:00:00 Projekt delock Kueche-Schalter1 Version 7.2.0(basic)-2_7_4
00:00:00 WIF: verbinden mit AP1 MM7490_nomap in Modus 11N als Kueche-Schalter1-5531...
00:00:05 WIF: verbunden
00:00:05 DNS: initialisiert
00:00:05 HTP: Web-Server aktiv bei Kueche-Schalter1-5531.local mit IP-Adresse 192.168.178.52
18:58:03 MQT: Verbindungsversuch...
18:58:03 MQT: verbunden
18:58:03 MQT: tele/Kueche-Schalter1/LWT = Online (beibehalten)
18:58:03 MQT: cmnd/Kueche-Schalter1/POWER =
18:58:03 MQT: tele/Kueche-Schalter1/INFO1 = {"Module":"Delock 11827","Version":"7.2.0(basic)","FallbackTopic":"cmnd/Kueche-Schalter1_fb/","GroupTopic":"cmnd/tasmotas/"}
18:58:03 MQT: tele/Kueche-Schalter1/INFO2 = {"WebServerMode":"Admin","Hostname":"Kueche-Schalter1-5531","IPAddress":"192.168.178.52"}
18:58:03 MQT: tele/Kueche-Schalter1/INFO3 = {"RestartReason":"Software/System restart"}
18:58:03 MQT: stat/Kueche-Schalter1/RESULT = {"POWER":"ON"}
18:58:03 MQT: stat/Kueche-Schalter1/POWER = ON
18:58:07 MQT: tele/Kueche-Schalter1/STATE = {"Time":"2022-10-05T18:58:07","Uptime":"0T00:00:12","UptimeSec":12,"Vcc":3.459,"Heap":28,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":1,"POWER":"ON","Wifi":{"AP":1,"SSId":"MM7490_nomap","BSSId":"DC:15:C8:81:79:40","Channel":11,"RSSI":100,"Signal":-45,"LinkCount":1,"Downtime":"0T00:00:06"}}
18:58:07 MQT: tele/Kueche-Schalter1/SENSOR = {"Time":"2022-10-05T18:58:07","ENERGY":{"TotalStartTime":"2022-10-05T17:13:59","Total":0.000,"Yesterday":0.000,"Today":0.000,"Period":0,"Power":0,"ApparentPower":0,"ReactivePower":0,"Factor":0.00,"Voltage":212,"Current":0.000}}
19:03:07 MQT: tele/Kueche-Schalter1/STATE = {"Time":"2022-10-05T19:03:07","Uptime":"0T00:05:12","UptimeSec":312,"Vcc":3.459,"Heap":27,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":1,"POWER":"ON","Wifi":{"AP":1,"SSId":"MM7490_nomap","BSSId":"DC:15:C8:81:79:40","Channel":11,"RSSI":100,"Signal":-47,"LinkCount":1,"Downtime":"0T00:00:06"}}
19:03:07 MQT: tele/Kueche-Schalter1/SENSOR = {"Time":"2022-10-05T19:03:07","ENERGY":{"TotalStartTime":"2022-10-05T17:13:59","Total":0.000,"Yesterday":0.000,"Today":0.000,"Period":0,"Power":0,"ApparentPower":0,"ReactivePower":0,"Factor":0.00,"Voltage":214,"Current":0.000}}
In Homeassistant no device was detected.
The Log of the MQTT-broker shows only the starting phase
The config entry of the MQTT Integration shows the follwing:
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2022.9.7",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.10.5",
"docker": true,
"arch": "aarch64",
"timezone": "Europe/Berlin",
"os_name": "Linux",
"os_version": "5.15.61-v8",
"supervisor": "2022.09.1",
"host_os": "Home Assistant OS 9.0",
"docker_version": "20.10.17",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "mqtt",
"name": "MQTT",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mqtt",
"requirements": [
"paho-mqtt==1.6.1"
],
"dependencies": [
"http"
],
"codeowners": [
"@emontnemery"
],
"iot_class": "local_push",
"is_built_in": true
},
"data": {
"connected": true,
"mqtt_config": {
"birth_message": {
"topic": "homeassistant/status",
"payload": "online",
"qos": 0,
"retain": true
},
"discovery": true,
"port": 1883,
"tls_version": "auto",
"will_message": {
"topic": "homeassistant/status",
"payload": "online",
"qos": 0,
"retain": false
},
"broker": "core-mosquitto",
"username": "**REDACTED**",
"password": "**REDACTED**",
"discovery_prefix": "homeassistant",
"keepalive": 60,
"protocol": "3.1.1"
},
"devices": [],
"mqtt_debug_info": {
"entities": [],
"triggers": []
}
}
}
I hope You can help me and i come forward.
Greeting and thanks