I’ve created a Generic MQTT thing and it’s capturing the whole string. I’m assuming I could create channels by extracting the data I’m interested in using a JSON transformation for each channel.
I’m mainly interested in “volume” and “flow”.
I’ve read the docs but I’m struggling to create the expression I need.
There is an issue with your JSON in that the quotes are not standard JSON quotes. Now that may be just a copy and paste issue (copying to from a spreadsheet can do this).If they are wrong in the source the openOpenHAB parser may fail no matter what path, there may be an entry in the openhab.log file .
I have adjusted that here and it is formatted readability:
That issue aside, expression you refer to is called a JSON Path and I typically use this site for the more difficult ones but it will show you the path when you select the item in the right hand window.