svalouch / python-rctclient

Python client for RCTs Serial Communication Protocol
https://rctclient.readthedocs.io
GNU General Public License v3.0
46 stars 27 forks source link

csv2influxdb.py - missing resolution minutes #8

Closed UweRieping closed 3 years ago

UweRieping commented 3 years ago

While trying to import the resolution --minutes created by using the timeseries2csv.py I noticed that csv2influxdb.py is not supporting the --resolution minutes.

timeseries2csv.py is exporting: minutes, day, month, year csv2influxdb.py is importing: day, week, month, year

In my opinion export and import should have same options for --resolution. I'm not a phyton programmer but I expect the correction as very little change (changing the click.options of --resolution. I don't wanted to miss to inform about it.