given
- action: mqtt.publish
data:
qos: 0
retain: false
topic: awtrix_1e8d80/custom/afvalwijzer
payload: >
{
"text": "{{afval|title}} wordt {{dag}} opgehaald, zet de {{afval}} container aan de straat",
"icon": "{{icon}}",
"repeat": 1,
"pushIcon": 0,
"textCase": 2,
"textOffset": 5,
"background": "{{background_kleur}}",
"color": "{{text_kleur}}"
}
works, but when I break the text (to fit in the editor window) to
"text": "{{afval|title}} wordt {{dag}} opgehaald, zet
de {{afval}} container aan de straat",
the line remains either empty in the display, or only shows bottom pixels.) I am not sure if this is because of the formatting in the payload, or maybe some limitation of the device I publish this payload to.