-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
3digit comma values evaluated as 1000s #357
Comments
Hi, |
Thanks. |
Thanks. Noted. about the two digit value. Observation : I will try to get logging to round up. |
Success. CSV as follows : (with 2 digit decimal) Current,2023-06-21 05:13:36.533009,0.64 |
Hi, |
parser was corrected to deal with 0,xxx values and not treat them as 1000-separators |
CSV data is :
Current,2023-06-19 14:57:32.418625,0.619
Current,2023-06-19 14:57:34.951757,0.606
Current,2023-06-19 14:57:37.637850,0.606
Current,2023-06-19 14:57:40.307085,0.636
Current,2023-06-19 14:57:42.857076,0.582
Current,2023-06-19 14:57:45.479023,0.601
Current,2023-06-19 14:57:48.088373,0.583
Current,2023-06-19 14:57:50.722451,0.607
Current,2023-06-19 14:57:53.399883,0.673
Current,2023-06-19 14:57:56.053952,0.62
Current,2023-06-19 14:57:58.608875,0.598
it becomes
Current 2023-06-19 14:57:34 606
Current 2023-06-19 14:57:37 606
Current 2023-06-19 14:57:40 636
Current 2023-06-19 14:57:42 582
Current 2023-06-19 14:57:45 601
Current 2023-06-19 14:57:48 583
Current 2023-06-19 14:57:50 607
Current 2023-06-19 14:57:53 673
Current 2023-06-19 14:57:56 0,62
Current 2023-06-19 14:57:58 598
Can any-one shed light please ?
These are amperage readings. 0.62 amp is correct.
If it changed them all, no problem, then it's milliamps.
But it only changes some.
Decimal 'comma' ? Decimal 'period' ?
But why not all ?
The text was updated successfully, but these errors were encountered: