Open an-erd opened 3 years ago
Clean token:
Bx0706
Seq.nr.;EPOCH Time;Time-Date;Temperature;Humidity
0; 1;01.01.70 00:00:01; 21,7;52,5
1; 301;01.01.70 00:05:01; 22,6;38,7
Update w/time:
Bx0706
Seq.nr.;EPOCH Time;Time-Date;Temperature;Humidity
0; 1;01.01.70 00:00:01; 21,7;52,5
1; 301;01.01.70 00:05:01; 22,6;38,7
Problem occurs somewhere before seq num 27109. 27109 * 5 min = ~94 d, i.e. EPOCH 8146800
Long int range: 2147483647 (?) int32_t -2,147,483,648 .. 2,147,483,647
So EPOCH time above (-2032472211) to int range (+/-2147483647) gives -115.011.436, no clue what that means.
CSV Download reads:
Not clear: bleMqttProxy or ble_beacon. Note: maybe integer overflow