Blueforcer / awtrix3

Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3
https://blueforcer.github.io/awtrix3/
Other
1.4k stars 112 forks source link

[BUG] unable to send text messages via mqtt #168

Closed minoger closed 1 year ago

minoger commented 1 year ago

Bug report

Describe the bug

Additional information

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Logs

Additional context

Add any other context about the problem here.

Blueforcer commented 1 year ago

i cannot test it with mosquitto_pub command. But works like a charm with mqttexplorer, HA and NodeRed. Please test it again with MQTT explorer

minoger commented 1 year ago

thank you .. you are right .. it is a problem with mosquitto_pub. it doesn't transmit the sign: --> " <-- unless you add escape sequenzes like -m {\"text\":\"hello\ world\",\"icon\":\"1246\"}. a very strange behavior.

best regards Michael