summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-26dexcom_dumper: fix EGVRecord JSON output when .is_special==TrueAndrew Cady
2017-01-26dexcom_dumper: improved JSON output; new option --hoursAndrew Cady
2017-01-26bugfix: EGVRecord.noise() to use self.full_trend()Andrew Cady
The method EGVRecord.full_trend() is implemented differently on the Dexcom G5. It returns self.data[12] instead of self.data[3]. EGVRecord.noise() had used self.data[3] directly instead of calling self.full_trend(), causing this exception when connecting to a G5 receiver: TypeError: ord() expected string of length 1, but int found I can only assume that this is correct.
2017-01-26readdata.py: handle empty page ranges correctlyAndrew Cady
2017-01-25dexcom_dumper: submit polled CGM data via HTTPAndrew Cady
Each reading is sent as JSON via an HTTP POST request to the host specified via '--http' and to the paths '/bgevent' and '/ping'. Currently, this is blocking and it does not retry after errors.
2017-01-25dexcom_dumper: JSON outputAndrew Cady
2017-01-25dexcom_dumper: new option --humanAndrew Cady
2017-01-17Output dexcom connection statusAndrew Cady
Also output extra debug info with command line option '-v'
2017-01-04dexcom_dumper: new subcommand: --pollAndrew Cady
2016-12-26update README with example of dexcom_dumper.pyAndrew Cady
2016-12-26new command: dexcom_dumper.pyAndrew Cady
2016-12-26readdata.py supports --g5 and --g4 optionsAndrew Cady
2016-12-26new ReadRecords() parameter specifies number of pages of records to readAndrew Cady
2016-06-14add noise field to EGVRecordsBen West
CC @jasoncalabrese, re https://github.com/openaps/dexcom_reader/issues/12
2016-06-05stub out dev area post 0.1.10 releaseBen West
2016-06-05release dexcom_reader 0.1.10Ben West
2016-06-05Merge pull request #10 from openaps/devBen West
stub out dev area post release 0.1.9
2016-06-05ditch installing to /etc/udev/rules.d on installBen West
Causes issues in virtualenv based environments like readthedocs.
2016-05-29stub out dev area post release 0.1.9Ben West
2016-05-29release dexcom_reader 0.1.9Ben West
2016-05-29Merge pull request #9 from openaps/devBen West
create area for development post 0.1.8
2016-05-29prepare pkg_resources AGAINBen West
2016-05-28create area for development post 0.1.8Ben West
2016-05-28release 0.1.8 with more packaging tweaksBen West
2016-05-28nix etc package, release 0.1.7Ben West
2016-05-28what does MANIFEST really do?Ben West
2016-05-28does this happen every time release 0.1.5Ben West
2016-05-28try yet again?Ben West
2016-05-28release 0.1.3Ben West
more packaging blargh
2016-05-28release dexcom_reader 0.1.2Ben West
2016-05-28Merge pull request #8 from openaps/devBen West
stub out new area for dev post 0.1.1 release
2016-05-28tweak etc againBen West
2016-05-28stub out new area for dev post 0.1.1 releaseBen West
2016-05-28release 0.1.1Ben West
2016-05-28Merge pull request #7 from openaps/devBen West
stub out dev for 0.1.1-dev
2016-05-28tweak dexcom packagingBen West
2016-05-28more packaging junkBen West
2016-05-28stub out dev for 0.1.1-devBen West
2016-05-28fixing release before tagBen West
2016-05-28release 0.1.0 dexcom_readerBen West
* with integrated g5 support * hopefully with legacy and modern g4 support?
2016-05-28Merge pull request #3 from openaps/devBen West
stub out next release: 0.1.0-dev area
2016-05-28bump versionBen West
The previous commits introduce a new way to find a Dexcom device. Bumping minor version, resetting patch level.
2016-05-28re-add udev rules?Ben West
2016-05-28Merge pull request #6 from openaps/wip/g5Ben West
Wip/g5
2016-05-28attempt unifying G5 support, legacy calsBen West
Try throwing in compatibility layer, if a bit hacky, for everything.
2016-05-28Adding additional insertion record statesNathan Racklyeft
2016-05-28Adjusting size of Meter and Insertion record dataNathan Racklyeft
2016-05-28Adding support for G5 EGVRecord sizesNathan Racklyeft
2016-05-28support fetching cal_setBen West
Many thanks to @LorelaiL for putting up with some my remedial questions.
2016-03-31stub out next release: 0.0.9-dev areaBen West