-
Notifications
You must be signed in to change notification settings - Fork 20
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
wrong negative temperature values displayed in wazicloud project dashboard #143
Comments
sorry WaziGate software version was v2.1.10 |
Looks like a display error one the Wazicloud, @cdupont ? Should i move this issue to Waziup/WaziCloud? |
The bug is that the values "jumps"? Should it be continuous? |
I did further tests with the WaziCloud, injecting fake data. Negative values seems to be handled well: So it's probably something at WaziGate level or WaziDev. |
@j-forster can it be some encoding problem in XLPP? |
Wazigate pushes data every few minutes as a bulk upload. The bulk import has a timestamp for each value that is generated in Wazigate edge with each values when it's received. |
If it's a problem with XLPP (which was not in production when @SvenZeisberg received the first values on Feb. 13) the error would occur on a per-value basis, not on continuous chunks. So it is either a bug at the cloud-sync procedure at the wazigate-edge or it is on the cloud. |
The sensor is this one: http://dashboard.waziup.io/devices/6021c4477845240006d5d429/sensors/temperatureSensor_1 The jumps occurs every few hours, when crossing an integer value. So I don't think it's about the bulk upload. |
I see. Yes, the problem must be somewhere in the Wazigate or Wazidev. Decoding LPP was handled by Chirpstack at that time. What libraries are you using with the Wazidev @SvenZeisberg? Is it the XLPP library or the LPP library? |
Between two negative integers, the curves goes in the wrong direction (e.g. up instead of down), and then jumps back to the right integer.
So I suspect something in XLPP... |
In wazicloud project dashboard the negative temperature values of temp sensor are displayed wrong (see graph) --- Sensor was taken from Wazi-Starter-Kit, Wazidev was v1.3, Wazigate was v2.0.10. The error is easy to reproduce with any different devices ...so it is a systematic error. Probably it is a type conversion error either in wazidev or in wazigate ...hard to say, as there are no records of received numbers in wazigate.
The text was updated successfully, but these errors were encountered: