Bridge mqtt:broker:embedded_broker "OpenHAB embedded MQTT Broker" [ host="127.0.0.1", secure=false, clientID="openHAB2" ] { Thing topic Shelly1_2_PM_Schalter "Shelly 1.2 PM Schalter" @ "Test" { Channels: Type switch : relais "Schalter" [ stateTopic="shellies/shelly1pm-B1E10D/relay/0", on="on", off="off", commandTopic="shellies/shelly1pm-B1E10D/relay/0/command", on="on", off="off" ] Type number : leistung "Leistung" [ stateTopic="shellies/shelly1pm-B1E10D/relay/0/power" ] Type number : energie "Energie" [ stateTopic="shellies/shelly1pm-B1E10D/relay/0/energy" ] } }