Http binding error, Invalid query

The HTTP binding is interpreting the % as a start of a Java format specification. See…

https://github.com/openhab/openhab/wiki/Http-Binding (Dynamic URL Enhancement)

Use…

http://10.10.1.135/json.do?_PLN%%5B0%%5D

(double %) to workaround the binding formatting feature.