Transformation service "JSONPATH for pattern state" not found!

Hi.
I’m making my first steps with MQTT to get values from my EV charger through mosquitto. I now get values into my items, my only remaining problem is that I get the full json, not the specific values from it. My log spews out the following:

Transformation service “JSONPATH for pattern state” not found!

Things I’ve tried:

  • Installing and reinstalling JSONPATH transformation (which showed nothing in the logs)
  • Restarting entire OpenHAB
  • Changing loglevel to trace on the transformation (still nothing in the logs from it)
  • Searching on Google and on this forum

A bundle:list in Karaf lists it as active:
291 │ Active │ 75 │ 4.0.4 │ openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath

The transformation service says “INSTALLED”, but when I look under settings->transformations it isn’t visible there. Any ideas?

I’m running 4.0.4.

Hahaha… I feel really stupid now… I had simply put the entire transformation in quotation marks. Removing them makes it work much better :grinning_face_with_smiling_eyes: