5iver
(Scott Rushworth)
October 5, 2017, 8:53pm
21
Hey Rich, I’ve now seen this issue first-hand, but I don’t know why it doesn’t affect my rules. Still investigating and testing some things, but I plan on submitting a PR when I understand it a little better.
The timing of your post is uncanny.
https://community.openhab.org/t/solved-how-to-escape-double-quotes-from-jsonpath-string/34771
This other thread had me really confused and I’ve played with JSONPATH now for hours and have finally seen the issue that was being reported, and you are experiencing exactly the same issue. There are many other ways to do what you are looking to do, but with a few changes I think it will work as you have it.
Are vName and tVal global variables? If not, you’re mis…
5iver
(Scott Rushworth)
February 21, 2018, 3:48am
22
@rlkoshak , it all makes sense now!
Purpose
Explain recent history of the functionality, along with faults
Describe a breaking change that is committed to ESH and is currently in the OH 2.3.0 snapshot
Describe what I have proposed in the issue that the breaking PR was trying to resolve
My current workaround
History of functionlity from OH 2.0.0 to OH 2.3.0 snapshot 1194 (January 23) [approximately]
The JSONPATH Transformation Service uses Jayway JSONPATH . When the path is definite, JSONPATH returns a string value, and the JSON…