realms-team / solmanager

Firmware for the manager
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve read_backup.py #127

Closed keomabrun closed 6 years ago

keomabrun commented 7 years ago

For csv, one output file will be generated by SOL_TYPE. The name of each file will be .csv

keomabrun commented 7 years ago
| timestamp (secs since 1970)| mac | value1 | value2 | ...

example: TEMPRH_SENSERION_SHT15_RS232_RAW.csv
| timestamp  | mac                     | temp | rH | count | std_temp | std_rH |
| 1507308590 | 00-17-0d-00-00-58-63-de | 23   | 50 |     2 |       22 |     48 |
keomabrun commented 6 years ago