Guten Morgen
also MQTT Box ist nur ein Hilfsmittel um die Topics als Datenpunkte in IoBroker anzulegen das rote Viereck:
.
Wenn du die Topics angelegt hast, brauchst auf der AWTRIX noch die App "CustomApp". Die App bekommt in deinem Apploop auf der Awtrix eine ID. Mit dieser ID und den Topic "customapp" sendest du vom IoBroker die Daten an AWTRIX. Hier mal mein Script als Bild und zum importieren:

<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="on" id="8K3*[Byr11
:35WOHln" x="-413" y="13">
<field name="OID">hm-rpc.0.LEQ0080324.1.TEMPERATURE</field>
<field name="CONDITION">ne</field>
<field name="ACK_CONDITION"></field>
<statement name="STATEMENT">
<block type="control" id="XtW2]%SH#4q1y07L#Evv" inline="false">
<mutation delay_input="false"></mutation>
<field name="OID">mqtt.0.awtrix.customapp</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="text_join" id="8h#]%:1~(dzl6
,X{58">
<mutation items="3"></mutation>
<value name="ADD0">
<block type="text" id="?;Ge8hOL!)6a07pR;L0">
<field name="TEXT">{"ID":16,"force":true,"icon":433,"text":"Wohnzimmer </field>
</block>
</value>
<value name="ADD1">
<block type="convert_tostring" id="oi?lUgyBtiY;c)F?Z-@">
<value name="VALUE">
<block type="get_value" id="ueUhTryi:fyO..z8KE#">
<field name="ATTR">val</field>
<field name="OID">hm-rpc.0.LEQ0080324.1.TEMPERATURE</field>
</block>
</value>
</block>
</value>
<value name="ADD2">
<block type="text" id="Jn_{u%22m,i!^6?,3wtp">
<field name="TEXT">°C", "color":[0,208,255],"repeat":1}</field>
</block>
</value>
</block>
</value>
</block>
</statement>
</block>
</xml>
Musst halt deinen Bedürfnissen anpassen. Ich hoffe es hat dir geholfen :-)