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

Data visualization issue #79

Closed
bigjohnson opened this issue Nov 5, 2021 · 4 comments
Closed

Data visualization issue #79

bigjohnson opened this issue Nov 5, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@bigjohnson
Copy link

Hello,
I found a new issue introduced with version 1.1.2 some data are visualized with wrong values, the values string is this
/*240,0,126,-127,64,0,1,-2,63,1,-2,63,0.00,0.00,0.00,1.00,254.00,63.00,0,0,0,0,0,0,0,0,0*/
the json file is this
{ "fe": "", "fs": "", "g": [ { "d": [ { "alarm": 0, "fft": false, "fftSamples": 1, "g": false, "led": false, "log": false, "max": 100, "min": 0, "t": "Count", "u": "", "v": "%1", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1, "g": false, "led": false, "log": false, "max": 1, "min": 0, "t": "Status", "u": "", "v": "%2", "w": "bar" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 1, "min": 0, "t": "LORA tx", "u": "", "v": "%27", "w": "bar" } ], "t": "udpSS", "w": "" }, { "d": [ { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "xAverage", "u": "", "v": "%19", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "yAverage", "u": "", "v": "%20", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "zAverage", "u": "", "v": "%21", "w": "" } ], "t": "Averages", "w": "multiplot" }, { "d": [ { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "x", "u": "", "v": "%3", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "y", "u": "", "v": "%4", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": false, "led": false, "log": false, "max": 0, "min": 0, "t": "z", "u": "", "v": "%5", "w": "" } ], "t": "xyz", "w": "multiplot" }, { "d": [ { "alarm": 0, "fft": false, "fftSamples": 1024, "g": true, "led": false, "log": false, "max": 0, "min": 0, "t": "X Delta", "u": "", "v": "%22", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": true, "led": false, "log": false, "max": 0, "min": 0, "t": "Y Delta", "u": "", "v": "%23", "w": "" }, { "alarm": 0, "fft": false, "fftSamples": 1024, "g": true, "led": false, "log": false, "max": 0, "min": 0, "t": "Z Delta", "u": "", "v": "%24", "w": "" } ], "t": "Deltas", "w": "multiplot" } ], "s": "", "t": "Data" }
and this the dashboard
lorax
The LORA tx value on the string is 0 but the visualized value is 7
Many thanks.

Alberto

@bigjohnson bigjohnson added the bug Something isn't working label Nov 5, 2021
alex-spataru added a commit that referenced this issue Nov 5, 2021
@alex-spataru
Copy link
Member

alex-spataru commented Nov 5, 2021

Hi! It seems that I needed to input "%n" to the search/replace procedure (instead of just %n). If possible, please let me know if the latest continuous release fixes your issues.

@bigjohnson
Copy link
Author

Just tested, it works great.
Thanks for the build.

Alberto

@alex-spataru
Copy link
Member

No problem, thanks for the bug report! I'll keep this issue open to notify you when I draft a new release for 1.1.3, I am currently working on several compiler optimizations & the current continuous build may have issues.

@alex-spataru
Copy link
Member

Hi, I just created a new release that fixes this issue and brings various improvements. I'll close this issue, feel free to open it again if problems re-appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants