[SOLVED] Separate MQTT incomming Items

177/5000

Hello, I am a beginner and I would like to display the mqtt messages of my printer individually in the paperUI. The setting in the channel pointer unfortunately not the desired result.

My Printer send: {"_timestamp": 1570965176, “actual”: 60.65, “target”: 60.0}
Topic: octoPrint/temperature/bed

I want read only the value “actual”

58/5000

LogMessage: “[l.generic.ChannelStateTransformation] - Transformation service STATE for pattern JSONPATH:$.actual not found!”

What am I doing wrong or missing other settings?
Thank you for your support.

Install the JSONPATH transformation service…

1 Like

Hello, thanks for the help. After installation, it works as needed. Sometimes it’s that easy.
Thank you very much

Please tick the solution post, thanks