-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charts - JSONPath error #36
Comments
same for me on version 1.0.0. |
mqtt-spy 1.0.1-beta9 fixes the problem that I reported. Thank you for the fix. |
Awesome. Thanks for the feedback! |
Thank you for providing such a great software application.
From: Kamil Baczkowicz [mailto:notifications@github.com]
Sent: Monday, November 13, 2017 2:58 PM
To: eclipse/paho.mqtt-spy <paho.mqtt-spy@noreply.github.com>
Cc: sandoeg <sandoeg@gmail.com>; State change <state_change@noreply.github.com>
Subject: Re: [eclipse/paho.mqtt-spy] Charts - JSONPath error (#36)
Awesome. Thanks for the feedback!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#36 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AeCFcW_rjv8nrGExCznVy7sslkJ2myJqks5s2J9UgaJpZM4PkXKL> . <https://github.com/notifications/beacon/AeCFcZx33grv0w6Bze6WF_eiJGOdEKA4ks5s2J9UgaJpZM4PkXKL.gif>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following JSON formatted messages is being published on topic = home/environment on test.mosquitto.org.
{
"humidity": 53.57,
"pressure": 29.96,
"temperature": 77.38,
"timestamp": "Tue Sep 26 10:14:02 2017"
}
I am creating a Chart by selecting the topic from the Received messages summary, selecting Charts, then Show payload values for this topic.
I change Type = Payload to Type = JSONPath
I edit the Value expression = $.temperature
Response:
I get no plotted values.
I get a "java.lang.ClassCastException:java.lang.Double cannot be cast to [C" error.
Attachments:
Windows 10:
Settings: (ignore cursor at end of series name)
Error:
The text was updated successfully, but these errors were encountered: