Skip to content
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

Dashboard charts do not display data if multiple packet types are used #12

Open
ghost opened this issue Feb 20, 2019 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Feb 20, 2019

Describe the bug
If one uses a parser that identifies via a header multiple packet types with different fields, the charts can't handle this.

To Reproduce
Create e.g. a sigfox packet where the first byte is interpreted as packet type.
Depending on this packet type create different keys.
The keys will show up in table, but a line chart will no longer load.

Temporary workaround
Always update all keys, even if the keys that are not used inside this "packet type", simply set them e.g. to 0.

Expected behavior
Data chart should only try to display data for Sigfox packets where the keys exist if the keys are displayed inside the chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants