ruuvi / com.ruuvi.station.ios

iOS Ruuvi Station
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

0.6.2(5) CSV export doesn't include all data #210

Closed markoaamunkajo closed 3 years ago

markoaamunkajo commented 3 years ago

Description:

User exported tag data to csv and while data was available they were not included in csv file

Acceleration Voltage Movement Counter Measurement Sequence TX power

Screenshot 2021-02-09 at 21 04 21

DG12 commented 3 years ago

See also https://github.com/ruuvi/ruuvi.firmware.c/issues/99 and https://github.com/ruuvi/ruuvi.firmware.c/issues/210

viikufa commented 3 years ago
image

As I see, we get these measurements only if the sensor is connected. The data from the sensor's log does not contain these fields.

Link to model of the log item in BTKit https://github.com/rinat-enikeev/BTKit/blob/9d7594518db694326858809e592dfc971bb16991/Sources/BTKit/Devices/BTServices.swift#L567

rinat-enikeev commented 3 years ago

@markoaamunkajo, these logs are from the tag internal storage. As Otso said in https://github.com/ruuvi/ruuvi.firmware.c/issues/99 - we are not going to support storing:

Acceleration Voltage Movement Counter Measurement Sequence TX power

I the near future.

So this issue can be closed.

PS: if you are wondering why some rows have data - this is because they source is not on_the_tag logs, but heartbeats.

markoaamunkajo commented 3 years ago

Ok moving to done because unable to support.