ich habe den Bericht über Konfiguration für die Sonoff Switche gelesen, aber ich komme trotzdem nicht weiter

Es wurde Zeit, mqtt zu migrieren und da der bei mir dahinter liegende Service noch andere Probleme hat, wollte ich von scratch starten.
*.cfg von der 1er Version gesichert und in der Konfig gelöscht und dann mqtt 1 de-installiert
mqtt 2 installiert und ich möchte die Konfiguration über meine *.things erstellen.
Code: Alles auswählen
Bridge mqtt:broker:xxx MQTT [ host="192.168.123.123", secure=true, clientID="xxxClientID", username="MQTT_xxx", password="GanzGeheim " ]
{
Thing mqtt:topic:shaun "Landroid Shaun" @"MQTT" {
Channels:
Type string : Mower_StatusDescription "Status [%s]" [ stateTopic="statusDescription" ]
Type switch : Mower_Start "" [ commandTopic="start/set" ]
Type switch : Mower_Home "" [ commandTopic="stop/set" ]
}
}

Im Hintergrund läuft noch eine Moquitto Instanz als Service21:48:55.488 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'mqtt:broker:xxxMQTT' changed from OFFLINE (COMMUNICATION_ERROR): io.netty.channel.AbstractChanne
l$AnnotatedConnectException: Connection refused: no further information: /192.168.123.123:8883 to OFFLINE
21:48:55.503 [INFO ] [o.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to '192.168.123.123' with clientid xxxClientID
21:48:56.628 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'mqtt:broker:xxxMQTT' changed from OFFLINE to OFFLINE (COMMUNICATION_ERROR): io.netty.channel.Abs
tractChannel$AnnotatedConnectException: Connection refused: no further information: /192.168.123.123:8883
Beim Thing wird der folgende Fehler angezeigt, den ich nicht nachvollziehen kann

Ich hoffe ihr habt hier einen TippProvide a thing type ID and a thing ID in this format:
<thingTypeId> <thingId>
