Skip to content

Latest commit

 

History

History
1394 lines (1394 loc) · 62.9 KB

latest2.md

File metadata and controls

1394 lines (1394 loc) · 62.9 KB

do stuff with an insulin pump over RF

using Namespace(autoinit=False, basal=True, basals=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, clock=True, dryrun=False, init=False, minutes=3600, no_postlude=False, no_prelude=False, no_rf_prelude=False, parsed_data=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, port='', reservoir=True, reservoir_archive=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, rtc_archive=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, serial='417540', session_life=10, settings=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, status=True, temp=True, tempbasal=<open file '<stdout>', mode 'w' at 0x7fe46766e150>, timezone=tzfile('/etc/localtime'), verbose=None)

{'radio': {'errors.crc': 0,
           'errors.naks': 0,
           'errors.sequence': 0,
           'errors.timeouts': 48,
           'packets.received': 65L,
           'packets.transmit': 116L},
 'usb': {'errors.crc': 1,
         'errors.naks': 0,
         'errors.sequence': 0,
         'errors.timeouts': 0,
         'packets.received': 1533L,
         'packets.transmit': 1534L}}

PUMP MODEL: ReadPumpModel:size[64]:data:'754'

response: ReadSettings:size[64]:data:{'low_reservoir_warn_point': 20, 'keypad_lock_status': 0, 'maxBasal': 1600, 'temp_basal': {'percent': 100, 'type': 'Units/hour'}, 'low_reservoir_warn_type': 0, 'insulinConcentration': 50, 'audio_bolus_enable': False, 'variable_bolus_enable': False, 'alarm': {'volume': 2, 'mode': 2}, 'rf_enable': False, 'auto_off_duration_hrs': 0, 'block_enable': False, 'timeformat': 80, 'insulin_action_curve': 2, 'audio_bolus_size': 0, 'selected_pattern': 0, 'patterns_enabled': False, 'maxBolus': 0.0, 'paradigm_enabled': 1} hexdump:

0000   0x00 0x02 0x00 0x01 0x00 0x00 0xfa 0x00    ........
0008   0x50 0x01 0x00 0x00 0x00 0x00 0x00 0x64    P......d
0010   0x01 0x02 0x00 0x14 0x00 0x64 0x00 0x01    .....d..
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

{'low_reservoir_warn_point': 20, 'keypad_lock_status': 0, 'maxBasal': 1600, 'temp_basal': {'percent': 100, 'type': 'Units/hour'}, 'low_reservoir_warn_type': 0, 'insulinConcentration': 50, 'audio_bolus_enable': False, 'variable_bolus_enable': False, 'alarm': {'volume': 2, 'mode': 2}, 'rf_enable': False, 'auto_off_duration_hrs': 0, 'block_enable': False, 'timeformat': 80, 'insulin_action_curve': 2, 'audio_bolus_size': 0, 'selected_pattern': 0, 'patterns_enabled': False, 'maxBolus': 0.0, 'paradigm_enabled': 1}

{ "low_reservoir_warn_point": 20, "keypad_lock_status": 0, "maxBasal": 1600, "temp_basal": { "percent": 100, "type": "Units/hour" }, "low_reservoir_warn_type": 0, "insulinConcentration": 50, "audio_bolus_enable": false, "variable_bolus_enable": false, "alarm": { "volume": 2, "mode": 2 }, "rf_enable": false, "auto_off_duration_hrs": 0, "block_enable": false, "timeformat": 80, "insulin_action_curve": 2, "audio_bolus_size": 0, "selected_pattern": 0, "patterns_enabled": false, "maxBolus": 0.0, "paradigm_enabled": 1 }response: ReadRTC:size[64]:data:'2015-06-02T20:49:39' hexdump:

0000   0x14 0x31 0x27 0x07 0xdf 0x06 0x02 0x00    .1'.....
0008   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0010   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

'2015-06-02T20:49:39'
{
  "_type": "RTC", 
  "observed_at": "2015-06-02T20:51:37.115821+02:00", 
  "model": "754", 
  "now": "2015-06-02T20:49:39+02:00"
}

response: ReadPumpStatus:size[64]:data:{'status': 'normal', 'bolusing': False, 'suspended': False} hexdump:

0000   0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0008   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0010   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

{'status': 'normal', 'bolusing': False, 'suspended': False}

WARNING:decocare.stick:bad zero CRC? response: ReadBasalTemp:size[64]:data:{'duration': 0, 'rate': 0.0, 'temp': 'absolute'} hexdump:

0000   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0008   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0010   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

{'duration': 0, 'rate': 0.0, 'temp': 'absolute'}

{ "duration": 0, "rate": 0.0, "temp": "absolute" }response: ReadProfile_STD512:size[64]:data:[{'i': 0, 'start': '00:00:00', 'rate': 1.35, 'minutes': 0}, {'i': 1, 'start': '03:00:00', 'rate': 1.5, 'minutes': 180}, {'i': 2, 'start': '07:00:00', 'rate': 1.5, 'minutes': 420}, {'i': 3, 'start': '12:00:00', 'rate': 0.8, 'minutes': 720}, {'i': 4, 'start': '15:00:00', 'rate': 0.5, 'minutes': 900}, {'i': 5, 'start': '20:00:00', 'rate': 1.6, 'minutes': 1200}] hexdump:

0000   0x36 0x00 0x00 0x3c 0x00 0x06 0x3c 0x00    6..<..<.
0008   0x0e 0x20 0x00 0x18 0x14 0x00 0x1e 0x40    . .....@
0010   0x00 0x28 0x00 0x00 0x00 0x00 0x00 0x00    .(......
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

[{'i': 0, 'start': '00:00:00', 'rate': 1.35, 'minutes': 0}, {'i': 1, 'start': '03:00:00', 'rate': 1.5, 'minutes': 180}, {'i': 2, 'start': '07:00:00', 'rate': 1.5, 'minutes': 420}, {'i': 3, 'start': '12:00:00', 'rate': 0.8, 'minutes': 720}, {'i': 4, 'start': '15:00:00', 'rate': 0.5, 'minutes': 900}, {'i': 5, 'start': '20:00:00', 'rate': 1.6, 'minutes': 1200}]

[ { "i": 0, "start": "00:00:00", "rate": 1.35, "minutes": 0 }, { "i": 1, "start": "03:00:00", "rate": 1.5, "minutes": 180 }, { "i": 2, "start": "07:00:00", "rate": 1.5, "minutes": 420 }, { "i": 3, "start": "12:00:00", "rate": 0.8, "minutes": 720 }, { "i": 4, "start": "15:00:00", "rate": 0.5, "minutes": 900 }, { "i": 5, "start": "20:00:00", "rate": 1.6, "minutes": 1200 } ]response: ReadRemainingInsulin:size[64]:data:0.0 hexdump:

0000   0x00 0x00 0x1b 0x0f 0x00 0x00 0x00 0x00    ........
0008   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0010   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0018   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0020   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0028   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0030   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0038   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........

decoded:

0.0

0.0find records since 2015-05-31T08:49:39+02:00 WARNING:decocare.stick:bad zero CRC? response: ReadHistoryData:size[1024]:[page][0]:data[1024]: hexdump:

0000   0x0a 0x31 0x58 0xac 0x36 0x61 0x0f 0x3f    .1X.6a.?
0008   0x06 0x58 0xac 0x36 0x61 0x0f 0xc0 0xb1    .X.6a...
0010   0xfa 0x0b 0x66 0x45 0x4b 0xb1 0x56 0xa1    ..fEK.V.
0018   0x0f 0x0b 0x68 0x00 0x40 0x94 0x57 0xa1    ..h.@.W.
0020   0x0f 0x0a 0xa6 0x46 0x96 0x37 0x61 0x0f    ...F.7a.
0028   0x3f 0x14 0x46 0x96 0xd7 0x61 0x0f 0xc0    ?.F..a..
0030   0xb1 0xfa 0x7b 0x00 0x40 0x80 0x00 0x02    ..{.@...
0038   0x0f 0x00 0x36 0x00 0x07 0x00 0x00 0x0a    ..6.....
0040   0x5c 0x61 0x0f 0x00 0x00 0x00 0x6e 0x61    \a....na
0048   0x0f 0x06 0x00 0x90 0x31 0xb6 0x08 0x00    ....1...
0050   0x00 0x0a 0x5c 0x04 0x80 0x2b 0x05 0xdc    ..\..+..
0058   0x39 0x00 0xbe 0x01 0x8c 0x00 0xdc 0x03    9.......
0060   0x74 0x00 0x00 0x02 0x02 0x02 0x00 0x00    t.......
0068   0x9a 0x02 0x61 0x01 0x1a 0x1f 0x00 0x00    ..a.....
0070   0x00 0x00 0x01 0x01 0x01 0x00 0x00 0x00    ........
0078   0x00 0x00 0x7b 0x01 0x40 0x80 0x03 0x02    ..{.@...
0080   0x0f 0x06 0x3c 0x00 0x7b 0x02 0x40 0x80    ..<.{.@.
0088   0x07 0x02 0x0f 0x0e 0x3c 0x00 0x0a 0xad    ....<...
0090   0x54 0x92 0x28 0x62 0x0f 0x3f 0x15 0x54    T.(b.?.T
0098   0x92 0xa8 0x62 0x0f 0xc0 0xb1 0xfa 0x5b    ..b....[
00A0   0x60 0x62 0x92 0x08 0x02 0x0f 0x14 0x90    `b......
00A8   0x00 0x3c 0x0f 0x3c 0x44 0x00 0x84 0x00    .<.<D...
00B0   0x00 0x00 0x00 0xc8 0x46 0x01 0x00 0xc8    ....F...
00B8   0x00 0xc8 0x00 0x00 0x00 0x62 0x92 0x28    .....b.(
00C0   0x02 0x0f 0x0b 0x65 0xd8 0x41 0xa1 0x49    ...e.A.I
00C8   0xa2 0x0f 0x0a 0xcc 0x5a 0xa2 0x29 0x62    ....Z.)b
00D0   0x0f 0x3f 0x19 0x5a 0xa2 0x89 0x62 0x0f    .?.Z..b.
00D8   0xc0 0xb1 0xfa 0x5b 0x71 0x5e 0xa2 0x09    ...[q^..
00E0   0x02 0x0f 0x00 0x90 0x00 0x3c 0x0f 0x3c    .....<.<
00E8   0x70 0x00 0x00 0x00 0x00 0x3c 0x00 0x34    p....<.4
00F0   0x46 0x5c 0x05 0xc8 0x4c 0x80 0x01 0x00    F\..L...
00F8   0x34 0x00 0x34 0x00 0x3c 0x00 0x5e 0xa2    4.4.<.^.
0100   0x29 0x02 0x0f 0x0b 0x6b 0x00 0x6d 0xaf    )...k.m.
0108   0x49 0xa2 0x0f 0x0b 0x68 0x00 0x75 0xb5    I...h.u.
0110   0x49 0xa2 0x0f 0x0a 0xd0 0x40 0xb7 0x29    I....@.)
0118   0x62 0x0f 0x3f 0x1a 0x40 0xb7 0x09 0x62    b.?.@..b
0120   0x0f 0xc0 0xb1 0xfa 0x5b 0x73 0x47 0xb7    ....[sG.
0128   0x09 0x02 0x0f 0x00 0x90 0x00 0x3c 0x0f    ......<.
0130   0x3c 0x78 0x00 0x00 0x00 0x00 0x48 0x00    <x....H.
0138   0x30 0x46 0x5c 0x08 0x34 0x1b 0x80 0xc8    0F\.4...
0140   0x61 0x80 0x01 0x00 0x30 0x00 0x30 0x00    a...0.0.
0148   0x48 0x00 0x47 0xb7 0x29 0x02 0x0f 0x5b    H.G.)..[
0150   0x00 0x4f 0xad 0x0a 0x62 0x0f 0x2d 0x90    .O..b.-.
0158   0x00 0x3c 0x0f 0x3c 0x00 0x01 0x2c 0x00    .<.<..,.
0160   0x00 0x00 0x01 0x2c 0x46 0x5c 0x0b 0x30    ...,F\.0
0168   0x39 0x80 0x34 0x4d 0x80 0xc8 0x93 0x80    9.4M....
0170   0x01 0x01 0x2c 0x01 0x2c 0x00 0x28 0x00    ..,.,.(.
0178   0x4f 0xad 0x2a 0x62 0x0f 0x0b 0x65 0xdb    O.*b..e.
0180   0x41 0xa1 0x4b 0xa2 0x0f 0x7b 0x03 0x40    A.K..{.@
0188   0x80 0x0c 0x02 0x0f 0x18 0x20 0x00 0x0a    ..... ..
0190   0x7d 0x6e 0xb3 0x2c 0x62 0x0f 0x3f 0x0f    }n.,b.?.
0198   0x6e 0xb3 0xac 0x62 0x0f 0xc0 0xb1 0xfa    n..b....
01A0   0x5b 0x45 0x40 0xb4 0x0c 0x62 0x0f 0x50    [E@..b.P
01A8   0x90 0x00 0x46 0x0f 0x3c 0x00 0x01 0xc8    ..F.<...
01B0   0x00 0x00 0x00 0x01 0xc8 0x46 0x5c 0x11    .....F\.
01B8   0x88 0x7c 0x80 0xa4 0x86 0x80 0x30 0xb8    .|....0.
01C0   0x80 0x34 0xcc 0x80 0xc8 0x12 0x90 0x01    .4......
01C8   0x01 0xc8 0x01 0xc8 0x00 0x00 0x00 0x40    .......@
01D0   0xb4 0x2c 0x62 0x0f 0x7b 0x04 0x40 0x80    .,b.{.@.
01D8   0x0f 0x02 0x0f 0x1e 0x14 0x00 0x0a 0x43    .......C
01E0   0x44 0x8e 0x2f 0x62 0x0f 0x3f 0x08 0x44    D./b.?.D
01E8   0x8e 0x6f 0x62 0x0f 0xc0 0xb1 0xfa 0x0b    .ob.....
01F0   0x66 0x46 0x4b 0x9d 0x4f 0xa2 0x0f 0x0b    fFK.O...
01F8   0x65 0xda 0x6d 0xab 0x50 0xa2 0x0f 0x5b    e.m.P..[
0200   0x00 0x40 0xac 0x10 0x62 0x0f 0x1e 0x90    .@..b...
0208   0x00 0x46 0x0f 0x3c 0x00 0x00 0xa8 0x00    .F.<....
0210   0x00 0x00 0x00 0xa8 0x46 0x5c 0x11 0xc8    ....F\..
0218   0xec 0x81 0x88 0x64 0x90 0xa4 0x6e 0x90    ...d..n.
0220   0x30 0xa0 0x90 0x34 0xb4 0x90 0x01 0x00    0..4....
0228   0xa8 0x00 0xa8 0x00 0x00 0x00 0x40 0xac    ......@.
0230   0x30 0x62 0x0f 0x5b 0x00 0x59 0x8c 0x11    0b.[.Y..
0238   0x62 0x0f 0x1e 0x90 0x00 0x46 0x0f 0x3c    b....F.<
0240   0x00 0x00 0xa8 0x00 0x00 0x00 0x00 0xa8    ........
0248   0x46 0x5c 0x14 0xa8 0x22 0x80 0xc8 0x08    F\.."...
0250   0x91 0x88 0x80 0x90 0xa4 0x8a 0x90 0x30    .......0
0258   0xbc 0x90 0x34 0xd0 0x90 0x01 0x00 0xa8    ..4.....
0260   0x00 0xa8 0x00 0x84 0x00 0x59 0x8c 0x31    .....Y.1
0268   0x62 0x0f 0x1e 0x01 0x6c 0xa9 0x11 0x42    b...l..B
0270   0x0f 0x1f 0x20 0x63 0xad 0x11 0x42 0x0f    .. c..B.
0278   0x7b 0x04 0x63 0xad 0x11 0x02 0x0f 0x1e    {.c.....
0280   0x14 0x00 0x0a 0xa0 0x52 0x99 0x32 0x62    ....R.2b
0288   0x0f 0x3f 0x14 0x52 0x99 0x12 0x62 0x0f    .?.R..b.
0290   0xc0 0xb1 0xfa 0x5b 0x59 0x6d 0x99 0x12    ...[Ym..
0298   0x62 0x0f 0x64 0x90 0x00 0x3c 0x0f 0x3c    b.d..<.<
02A0   0x30 0x02 0x98 0x00 0x00 0x40 0x02 0x98    0....@..
02A8   0x46 0x5c 0x11 0xa8 0x4d 0x80 0xa8 0x6b    F\..M..k
02B0   0x80 0xc8 0x51 0x91 0x88 0xc9 0x90 0xa4    ..Q.....
02B8   0xd3 0x90 0x01 0x02 0x98 0x02 0x98 0x00    ........
02C0   0x40 0x00 0x6d 0x99 0x32 0x62 0x0f 0x0b    @.m.2b..
02C8   0x66 0x46 0x41 0xa1 0x53 0xa2 0x0f 0x7b    fFA.S..{
02D0   0x05 0x40 0x80 0x14 0x02 0x0f 0x28 0x40    .@....(@
02D8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
02E0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
02E8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
02F0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
02F8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0300   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0308   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0310   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0318   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0320   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0328   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0330   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0338   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0340   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0348   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0350   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0358   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0360   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0368   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0370   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0378   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0380   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0388   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0390   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
0398   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03A0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03A8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03B0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03B8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03C0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03C8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03D0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03D8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03E0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03E8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03F0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........
03F8   0x00 0x00 0x00 0x00 0x00 0x00 0xe5 0x35    .......5

decoded:

'0000   0x0a 0x31 0x58 0xac 0x36 0x61 0x0f 0x3f    .1X.6a.?\n0008   0x06 0x58 0xac 0x36 0x61 0x0f 0xc0 0xb1    .X.6a...\n0010   0xfa 0x0b 0x66 0x45 0x4b 0xb1 0x56 0xa1    ..fEK.V.\n0018   0x0f 0x0b 0x68 0x00 0x40 0x94 0x57 0xa1    ..h.@.W.\n0020   0x0f 0x0a 0xa6 0x46 0x96 0x37 0x61 0x0f    ...F.7a.\n0028   0x3f 0x14 0x46 0x96 0xd7 0x61 0x0f 0xc0    ?.F..a..\n0030   0xb1 0xfa 0x7b 0x00 0x40 0x80 0x00 0x02    ..{.@...\n0038   0x0f 0x00 0x36 0x00 0x07 0x00 0x00 0x0a    ..6.....\n0040   0x5c 0x61 0x0f 0x00 0x00 0x00 0x6e 0x61    \\a....na\n0048   0x0f 0x06 0x00 0x90 0x31 0xb6 0x08 0x00    ....1...\n0050   0x00 0x0a 0x5c 0x04 0x80 0x2b 0x05 0xdc    ..\\..+..\n0058   0x39 0x00 0xbe 0x01 0x8c 0x00 0xdc 0x03    9.......\n0060   0x74 0x00 0x00 0x02 0x02 0x02 0x00 0x00    t.......\n0068   0x9a 0x02 0x61 0x01 0x1a 0x1f 0x00 0x00    ..a.....\n0070   0x00 0x00 0x01 0x01 0x01 0x00 0x00 0x00    ........\n0078   0x00 0x00 0x7b 0x01 0x40 0x80 0x03 0x02    ..{.@...\n0080   0x0f 0x06 0x3c 0x00 0x7b 0x02 0x40 0x80    ..<.{.@.\n0088   0x07 0x02 0x0f 0x0e 0x3c 0x00 0x0a 0xad    ....<...\n0090   0x54 0x92 0x28 0x62 0x0f 0x3f 0x15 0x54    T.(b.?.T\n0098   0x92 0xa8 0x62 0x0f 0xc0 0xb1 0xfa 0x5b    ..b....[\n00A0   0x60 0x62 0x92 0x08 0x02 0x0f 0x14 0x90    `b......\n00A8   0x00 0x3c 0x0f 0x3c 0x44 0x00 0x84 0x00    .<.<D...\n00B0   0x00 0x00 0x00 0xc8 0x46 0x01 0x00 0xc8    ....F...\n00B8   0x00 0xc8 0x00 0x00 0x00 0x62 0x92 0x28    .....b.(\n00C0   0x02 0x0f 0x0b 0x65 0xd8 0x41 0xa1 0x49    ...e.A.I\n00C8   0xa2 0x0f 0x0a 0xcc 0x5a 0xa2 0x29 0x62    ....Z.)b\n00D0   0x0f 0x3f 0x19 0x5a 0xa2 0x89 0x62 0x0f    .?.Z..b.\n00D8   0xc0 0xb1 0xfa 0x5b 0x71 0x5e 0xa2 0x09    ...[q^..\n00E0   0x02 0x0f 0x00 0x90 0x00 0x3c 0x0f 0x3c    .....<.<\n00E8   0x70 0x00 0x00 0x00 0x00 0x3c 0x00 0x34    p....<.4\n00F0   0x46 0x5c 0x05 0xc8 0x4c 0x80 0x01 0x00    F\\..L...\n00F8   0x34 0x00 0x34 0x00 0x3c 0x00 0x5e 0xa2    4.4.<.^.\n0100   0x29 0x02 0x0f 0x0b 0x6b 0x00 0x6d 0xaf    )...k.m.\n0108   0x49 0xa2 0x0f 0x0b 0x68 0x00 0x75 0xb5    I...h.u.\n0110   0x49 0xa2 0x0f 0x0a 0xd0 0x40 0xb7 0x29    I....@.)\n0118   0x62 0x0f 0x3f 0x1a 0x40 0xb7 0x09 0x62    b.?.@..b\n0120   0x0f 0xc0 0xb1 0xfa 0x5b 0x73 0x47 0xb7    ....[sG.\n0128   0x09 0x02 0x0f 0x00 0x90 0x00 0x3c 0x0f    ......<.\n0130   0x3c 0x78 0x00 0x00 0x00 0x00 0x48 0x00    <x....H.\n0138   0x30 0x46 0x5c 0x08 0x34 0x1b 0x80 0xc8    0F\\.4...\n0140   0x61 0x80 0x01 0x00 0x30 0x00 0x30 0x00    a...0.0.\n0148   0x48 0x00 0x47 0xb7 0x29 0x02 0x0f 0x5b    H.G.)..[\n0150   0x00 0x4f 0xad 0x0a 0x62 0x0f 0x2d 0x90    .O..b.-.\n0158   0x00 0x3c 0x0f 0x3c 0x00 0x01 0x2c 0x00    .<.<..,.\n0160   0x00 0x00 0x01 0x2c 0x46 0x5c 0x0b 0x30    ...,F\\.0\n0168   0x39 0x80 0x34 0x4d 0x80 0xc8 0x93 0x80    9.4M....\n0170   0x01 0x01 0x2c 0x01 0x2c 0x00 0x28 0x00    ..,.,.(.\n0178   0x4f 0xad 0x2a 0x62 0x0f 0x0b 0x65 0xdb    O.*b..e.\n0180   0x41 0xa1 0x4b 0xa2 0x0f 0x7b 0x03 0x40    A.K..{.@\n0188   0x80 0x0c 0x02 0x0f 0x18 0x20 0x00 0x0a    ..... ..\n0190   0x7d 0x6e 0xb3 0x2c 0x62 0x0f 0x3f 0x0f    }n.,b.?.\n0198   0x6e 0xb3 0xac 0x62 0x0f 0xc0 0xb1 0xfa    n..b....\n01A0   0x5b 0x45 0x40 0xb4 0x0c 0x62 0x0f 0x50    [E@..b.P\n01A8   0x90 0x00 0x46 0x0f 0x3c 0x00 0x01 0xc8    ..F.<...\n01B0   0x00 0x00 0x00 0x01 0xc8 0x46 0x5c 0x11    .....F\\.\n01B8   0x88 0x7c 0x80 0xa4 0x86 0x80 0x30 0xb8    .|....0.\n01C0   0x80 0x34 0xcc 0x80 0xc8 0x12 0x90 0x01    .4......\n01C8   0x01 0xc8 0x01 0xc8 0x00 0x00 0x00 0x40    .......@\n01D0   0xb4 0x2c 0x62 0x0f 0x7b 0x04 0x40 0x80    .,b.{.@.\n01D8   0x0f 0x02 0x0f 0x1e 0x14 0x00 0x0a 0x43    .......C\n01E0   0x44 0x8e 0x2f 0x62 0x0f 0x3f 0x08 0x44    D./b.?.D\n01E8   0x8e 0x6f 0x62 0x0f 0xc0 0xb1 0xfa 0x0b    .ob.....\n01F0   0x66 0x46 0x4b 0x9d 0x4f 0xa2 0x0f 0x0b    fFK.O...\n01F8   0x65 0xda 0x6d 0xab 0x50 0xa2 0x0f 0x5b    e.m.P..[\n0200   0x00 0x40 0xac 0x10 0x62 0x0f 0x1e 0x90    .@..b...\n0208   0x00 0x46 0x0f 0x3c 0x00 0x00 0xa8 0x00    .F.<....\n0210   0x00 0x00 0x00 0xa8 0x46 0x5c 0x11 0xc8    ....F\\..\n0218   0xec 0x81 0x88 0x64 0x90 0xa4 0x6e 0x90    ...d..n.\n0220   0x30 0xa0 0x90 0x34 0xb4 0x90 0x01 0x00    0..4....\n0228   0xa8 0x00 0xa8 0x00 0x00 0x00 0x40 0xac    ......@.\n0230   0x30 0x62 0x0f 0x5b 0x00 0x59 0x8c 0x11    0b.[.Y..\n0238   0x62 0x0f 0x1e 0x90 0x00 0x46 0x0f 0x3c    b....F.<\n0240   0x00 0x00 0xa8 0x00 0x00 0x00 0x00 0xa8    ........\n0248   0x46 0x5c 0x14 0xa8 0x22 0x80 0xc8 0x08    F\\.."...\n0250   0x91 0x88 0x80 0x90 0xa4 0x8a 0x90 0x30    .......0\n0258   0xbc 0x90 0x34 0xd0 0x90 0x01 0x00 0xa8    ..4.....\n0260   0x00 0xa8 0x00 0x84 0x00 0x59 0x8c 0x31    .....Y.1\n0268   0x62 0x0f 0x1e 0x01 0x6c 0xa9 0x11 0x42    b...l..B\n0270   0x0f 0x1f 0x20 0x63 0xad 0x11 0x42 0x0f    .. c..B.\n0278   0x7b 0x04 0x63 0xad 0x11 0x02 0x0f 0x1e    {.c.....\n0280   0x14 0x00 0x0a 0xa0 0x52 0x99 0x32 0x62    ....R.2b\n0288   0x0f 0x3f 0x14 0x52 0x99 0x12 0x62 0x0f    .?.R..b.\n0290   0xc0 0xb1 0xfa 0x5b 0x59 0x6d 0x99 0x12    ...[Ym..\n0298   0x62 0x0f 0x64 0x90 0x00 0x3c 0x0f 0x3c    b.d..<.<\n02A0   0x30 0x02 0x98 0x00 0x00 0x40 0x02 0x98    0....@..\n02A8   0x46 0x5c 0x11 0xa8 0x4d 0x80 0xa8 0x6b    F\\..M..k\n02B0   0x80 0xc8 0x51 0x91 0x88 0xc9 0x90 0xa4    ..Q.....\n02B8   0xd3 0x90 0x01 0x02 0x98 0x02 0x98 0x00    ........\n02C0   0x40 0x00 0x6d 0x99 0x32 0x62 0x0f 0x0b    @.m.2b..\n02C8   0x66 0x46 0x41 0xa1 0x53 0xa2 0x0f 0x7b    fFA.S..{\n02D0   0x05 0x40 0x80 0x14 0x02 0x0f 0x28 0x40    .@....(@\n02D8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n02E0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n02E8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n02F0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n02F8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0300   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0308   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0310   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0318   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0320   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0328   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0330   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0338   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0340   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0348   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0350   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0358   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0360   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0368   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0370   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0378   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0380   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0388   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0390   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n0398   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03A0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03A8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03B0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03B8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03C0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03C8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03D0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03D8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03E0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03E8   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03F0   0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00    ........\n03F8   0x00 0x00 0x00 0x00 0x00 0x00 0xe5 0x35    .......5'

SINCE 2015-05-31T08:49:39+02:00

  • found record MResultTotals 2015-06-02T00:00:00
  • should quit False False
  • found record BasalProfileStart 2015-06-02T00:00:00
  • should quit False False
  • found record BGReceived 2015-06-01T23:22:06
  • should quit False False
  • found record CalBGForPH 2015-06-01T23:22:06
  • should quit False False
  • found record SensorAlert 2015-06-01T23:20:00
  • should quit False False
  • found record SensorAlert 2015-06-01T22:49:11
  • should quit False False
  • found record BGReceived 2015-06-01T22:44:24
  • should quit False False
  • found record CalBGForPH 2015-06-01T22:44:24
  • should quit False False response: ReadHistoryData:size[1024]:[page][1]:data[1024]: hexdump:
0000   0x0b 0x68 0x00 0x40 0x48 0x4a 0xbf 0x0f    .h.@HJ..
0008   0x0a 0xac 0x76 0x48 0x2a 0x7f 0x0f 0x3f    ..vH*..?
0010   0x15 0x76 0x48 0x8a 0x7f 0x0f 0xc0 0xb1    .vH.....
0018   0xfa 0x0a 0x88 0x44 0x55 0x2b 0x7f 0x0f    ...DU+..
0020   0x3f 0x11 0x44 0x55 0x0b 0x7f 0x0f 0xc0    ?.DU....
0028   0xb1 0xfa 0x5b 0x4b 0x54 0x55 0x0b 0x1f    ..[KTU..
0030   0x0f 0x50 0x90 0x00 0x3c 0x0f 0x3c 0x0c    .P..<.<.
0038   0x02 0x14 0x00 0x00 0x00 0x02 0x20 0x46    ...... F
0040   0x5c 0x05 0x78 0x85 0x80 0x01 0x02 0x20    \.x.... 
0048   0x02 0x20 0x00 0x00 0x00 0x54 0x55 0x2b    . ...TU+
0050   0x1f 0x0f 0x7b 0x03 0x40 0x40 0x0c 0x1f    ..{.@@..
0058   0x0f 0x18 0x20 0x00 0x0a 0x85 0x72 0x51    .. ...rQ
0060   0x2c 0x7f 0x0f 0x3f 0x10 0x72 0x51 0xac    ,..?.rQ.
0068   0x7f 0x0f 0xc0 0xb1 0xfa 0x0a 0x64 0x64    ......dd
0070   0x5c 0x2d 0x7f 0x0f 0x3f 0x0c 0x64 0x5c    \-..?.d\
0078   0x8d 0x7f 0x0f 0xc0 0xb1 0xfa 0x7b 0x04    ......{.
0080   0x40 0x40 0x0f 0x1f 0x0f 0x1e 0x14 0x00    @@......
0088   0x0b 0x65 0xd8 0x58 0x67 0x50 0xbf 0x0f    .e.XgP..
0090   0x5b 0x00 0x47 0x45 0x11 0x7f 0x0f 0x3c    [.GE...<
0098   0x90 0x00 0x46 0x0f 0x3c 0x00 0x01 0x54    ..F.<..T
00A0   0x00 0x00 0x00 0x01 0x54 0x46 0x5c 0x08    ....TF\.
00A8   0x20 0x5b 0x92 0x78 0xdd 0x90 0x01 0x01     [.x....
00B0   0x54 0x01 0x54 0x00 0x00 0x00 0x47 0x45    T.T...GE
00B8   0x31 0x7f 0x0f 0x0a 0x1c 0x4c 0x5e 0x32    1....L^2
00C0   0x7f 0x8f 0x3f 0x23 0x4c 0x5e 0x92 0x7f    ..?#L^..
00C8   0x0f 0xc0 0xb1 0xfa 0x5b 0x9e 0x60 0x5e    ....[.`^
00D0   0x12 0x1f 0x0f 0x32 0x90 0x00 0x3c 0x0f    ...2..<.
00D8   0x3c 0xe8 0x01 0x4c 0x00 0x00 0x40 0x01    <..L..@.
00E0   0xf4 0x46 0x5c 0x0b 0x80 0x52 0x80 0xd4    .F\..R..
00E8   0x5c 0x80 0x20 0xb0 0x92 0x01 0x01 0xf4    \. .....
00F0   0x01 0xf4 0x00 0x40 0x00 0x60 0x5e 0x32    ...@.`^2
00F8   0x1f 0x0f 0x0b 0x65 0x1b 0x58 0x67 0x52    ...e.XgR
0100   0xbf 0x8f 0x5b 0x00 0x6f 0x71 0x13 0x7f    ..[.oq..
0108   0x0f 0x50 0x90 0x00 0x3c 0x0f 0x3c 0x00    .P..<.<.
0110   0x02 0x14 0x00 0x00 0x00 0x02 0x14 0x46    .......F
0118   0x5c 0x0b 0xf4 0x51 0x81 0x80 0xa1 0x80    \..Q....
0120   0xd4 0xab 0x80 0x01 0x02 0x14 0x02 0x14    ........
0128   0x00 0x7c 0x00 0x70 0x71 0x33 0x7f 0x0f    .|.pq3..
0130   0x7b 0x05 0x40 0x40 0x14 0x1f 0x0f 0x28    {.@@...(
0138   0x40 0x00 0x0b 0x65 0x17 0x58 0x67 0x54    @..e.XgT
0140   0xbf 0x8f 0x0a 0x03 0x4e 0x68 0x34 0x7f    ....Nh4.
0148   0x8f 0x3f 0x20 0x4e 0x68 0x74 0x7f 0x0f    .? Nht..
0150   0xc0 0xb1 0xfa 0x5b 0x90 0x52 0x68 0x14    ...[.Rh.
0158   0x7f 0x0f 0x00 0x90 0x00 0x3c 0x0f 0x3c    .....<.<
0160   0xc4 0x00 0x00 0x00 0x01 0x2c 0x00 0x00    .....,..
0168   0x46 0x5c 0x0e 0x14 0x34 0x82 0xf4 0x84    F\..4...
0170   0x81 0x80 0xd4 0x80 0xd4 0xde 0x80 0x0a    ........
0178   0xd7 0x46 0x77 0x35 0x7f 0x0f 0x3f 0x1a    .Fw5..?.
0180   0x46 0x77 0xf5 0x7f 0x0f 0xc0 0xb1 0xfa    Fw......
0188   0x5b 0x77 0x5c 0x77 0x15 0x1f 0x0f 0x00    [w\w....
0190   0x90 0x00 0x3c 0x0f 0x3c 0x80 0x00 0x00    ..<.<...
0198   0x00 0x00 0x00 0x00 0x80 0x46 0x5c 0x0e    .....F\.
01A0   0x14 0x7f 0x82 0xf4 0xcf 0x81 0x80 0x1f    ........
01A8   0x90 0xd4 0x29 0x90 0x01 0x00 0x78 0x00    ..)...x.
01B0   0x78 0x00 0x00 0x00 0x5c 0x77 0x35 0x1f    x...\w5.
01B8   0x0f 0x7b 0x00 0x40 0x80 0x00 0x01 0x0f    .{.@....
01C0   0x00 0x36 0x00 0x07 0x00 0x00 0x0c 0xee    .6......
01C8   0x5f 0x8f 0x00 0x00 0x00 0x6e 0x5f 0x8f    _....n_.
01D0   0x06 0x10 0xbd 0x64 0x1c 0x08 0x00 0x00    ...d....
01D8   0x0c 0xee 0x04 0x82 0x23 0x08 0x6c 0x41    ....#.lA
01E0   0x01 0x0e 0x03 0x68 0x00 0xf0 0x04 0x14    ...h....
01E8   0x00 0x00 0x02 0x02 0x02 0x00 0x00 0xaa    ........
01F0   0x15 0x4f 0x00 0x1d 0x37 0x00 0x00 0x00    .O..7...
01F8   0x00 0x00 0x03 0x01 0x00 0x00 0x00 0x00    ........
0200   0x00 0x0b 0x69 0x00 0x40 0x9c 0x40 0xa1    ..i.@.@.
0208   0x0f 0x0a 0x99 0x50 0x9d 0x20 0x61 0x0f    ...P. a.
0210   0x3f 0x13 0x50 0x9d 0x20 0x61 0x0f 0xc0    ?.P. a..
0218   0xb1 0xfa 0x7b 0x01 0x40 0x80 0x03 0x01    ..{.@...
0220   0x0f 0x06 0x3c 0x00 0x0b 0x70 0x00 0x4a    ..<..p.J
0228   0x84 0x43 0xa1 0x0f 0x7b 0x02 0x40 0x80    .C..{.@.
0230   0x07 0x01 0x0f 0x0e 0x3c 0x00 0x0a 0xa1    ....<...
0238   0x49 0xa6 0x27 0x61 0x0f 0x3f 0x14 0x49    I.'a.?.I
0240   0xa6 0x27 0x61 0x0f 0xc0 0xb1 0xfa 0x5b    .'a....[
0248   0x59 0x6c 0xa8 0x07 0x61 0x0f 0x1e 0x90    Yl..a...
0250   0x00 0x3c 0x14 0x3c 0x24 0x00 0xc8 0x00    .<.<$...
0258   0x00 0x00 0x00 0xec 0x46 0x34 0xc8 0x40    ....F4.@
0260   0xab 0x07 0x01 0x0f 0x01 0x00 0xec 0x00    ........
0268   0xec 0x00 0x00 0x00 0x6c 0xa8 0x27 0x61    ....l.'a
0270   0x0f 0x0b 0x65 0xe0 0x77 0x83 0x49 0xa1    ..e.w.I.
0278   0x0f 0x0a 0x76 0x76 0x93 0x2b 0x61 0x0f    ..vv.+a.
0280   0x3f 0x0e 0x76 0x93 0xcb 0x61 0x0f 0xc0    ?.v..a..
0288   0xb1 0xfa 0x7b 0x03 0x40 0x80 0x0c 0x01    ..{.@...
0290   0x0f 0x18 0x20 0x00 0x5b 0x00 0x72 0x8d    .. .[.r.
0298   0x0c 0x61 0x0f 0x28 0x90 0x00 0x46 0x0f    .a.(..F.
02A0   0x3c 0x00 0x00 0xe4 0x00 0x00 0x00 0x00    <.......
02A8   0xe4 0x46 0x5c 0x05 0xec 0x13 0x90 0x34    .F\....4
02B0   0x64 0x58 0x8e 0x0c 0x01 0x0f 0x01 0x00    dX......
02B8   0xe4 0x00 0xe4 0x00 0x00 0x00 0x72 0x8d    ......r.
02C0   0x2c 0x61 0x0f 0x0a 0xb6 0x72 0xa2 0x2c    ,a...r.,
02C8   0x61 0x0f 0x3f 0x16 0x72 0xa2 0xcc 0x61    a.?.r..a
02D0   0x0f 0xc0 0xb1 0xfa 0x5b 0x65 0x63 0xad    ....[ec.
02D8   0x0c 0x61 0x0f 0x00 0x90 0x00 0x46 0x0f    .a....F.
02E0   0x3c 0x50 0x00 0x00 0x00 0x00 0xac 0x00    <P......
02E8   0x00 0x46 0x5c 0x08 0xe4 0x25 0x80 0xec    .F\..%..
02F0   0x33 0x90 0x01 0x00 0xc0 0x00 0xc0 0x00    3.......
02F8   0xac 0x00 0x64 0xad 0x2c 0x61 0x0f 0x21    ..d.,a.!
0300   0x00 0x54 0x80 0x0d 0x01 0x0f 0x03 0x00    .T......
0308   0x00 0x00 0x54 0x66 0x82 0x2d 0x01 0x0f    ..Tf.-..
0310   0x7b 0x03 0x41 0x84 0x0d 0x01 0x0f 0x18    {.A.....
0318   0x20 0x00 0x03 0x00 0x0a 0x00 0x0a 0x57     ......W
0320   0x83 0x0d 0x01 0x0f 0x7b 0x04 0x40 0x80    ....{.@.
0328   0x0f 0x01 0x0f 0x1e 0x14 0x00 0x5b 0x00    ......[.
0330   0x55 0x98 0x0f 0x61 0x0f 0x1e 0x90 0x00    U..a....
0338   0x46 0x0f 0x3c 0x00 0x00 0xa8 0x00 0x00    F.<.....
0340   0x00 0x00 0xa8 0x46 0x5c 0x0e 0x32 0x9c    ...F\.2.
0348   0x80 0x8e 0xa6 0x80 0xe4 0xc4 0x80 0xec    ........
0350   0xd2 0x90 0x01 0x00 0xa8 0x00 0xa8 0x00    ........
0358   0x00 0x00 0x55 0x98 0x2f 0x61 0x0f 0x0a    ..U./a..
0360   0xa0 0x4d 0x84 0x32 0x61 0x0f 0x3f 0x14    .M.2a.?.
0368   0x4d 0x84 0x12 0x61 0x0f 0xc0 0xb1 0xfa    M..a....
0370   0x5b 0x59 0x58 0x84 0x12 0x61 0x0f 0x5a    [YX..a.Z
0378   0x90 0x00 0x3c 0x0f 0x3c 0x30 0x02 0x58    ..<.<0.X
0380   0x00 0x00 0x00 0x02 0x88 0x46 0x5c 0x0e    .....F\.
0388   0xa8 0xa6 0x80 0x32 0x3c 0x90 0x8e 0x46    ...2<..F
0390   0x90 0xe4 0x64 0x90 0x01 0x02 0x88 0x02    ..d.....
0398   0x88 0x00 0x00 0x00 0x59 0x84 0x32 0x61    ....Y.2a
03A0   0x0f 0x7b 0x05 0x40 0x80 0x14 0x01 0x0f    .{.@....
03A8   0x28 0x40 0x00 0x0a 0xa5 0x70 0xa2 0x34    (@...p.4
03B0   0x61 0x0f 0x3f 0x14 0x70 0xa2 0xb4 0x61    a.?.p..a
03B8   0x0f 0xc0 0xb1 0xfa 0x5b 0x5c 0x5b 0xa3    ....[\[.
03C0   0x14 0x01 0x0f 0x00 0x90 0x00 0x3c 0x0f    ......<.
03C8   0x3c 0x38 0x00 0x00 0x00 0x00 0x00 0x00    <8......
03D0   0x38 0x46 0x5c 0x11 0xac 0x93 0x80 0xdc    8F\.....
03D8   0x9d 0x81 0xa8 0x3d 0x90 0x32 0xd3 0x90    ...=.2..
03E0   0x8e 0xdd 0x90 0x01 0x00 0x1c 0x00 0x1c    ........
03E8   0x00 0x00 0x00 0x5c 0xa3 0x34 0x01 0x0f    ...\.4..
03F0   0x0b 0x69 0x00 0x40 0x94 0x56 0xa1 0x0f    .i.@.V..
03F8   0x00 0x00 0x00 0x00 0x00 0x00 0x4b 0x91    ......K.

decoded:

"0000   0x0b 0x68 0x00 0x40 0x48 0x4a 0xbf 0x0f    .h.@HJ..\n0008   0x0a 0xac 0x76 0x48 0x2a 0x7f 0x0f 0x3f    ..vH*..?\n0010   0x15 0x76 0x48 0x8a 0x7f 0x0f 0xc0 0xb1    .vH.....\n0018   0xfa 0x0a 0x88 0x44 0x55 0x2b 0x7f 0x0f    ...DU+..\n0020   0x3f 0x11 0x44 0x55 0x0b 0x7f 0x0f 0xc0    ?.DU....\n0028   0xb1 0xfa 0x5b 0x4b 0x54 0x55 0x0b 0x1f    ..[KTU..\n0030   0x0f 0x50 0x90 0x00 0x3c 0x0f 0x3c 0x0c    .P..<.<.\n0038   0x02 0x14 0x00 0x00 0x00 0x02 0x20 0x46    ...... F\n0040   0x5c 0x05 0x78 0x85 0x80 0x01 0x02 0x20    \\.x.... \n0048   0x02 0x20 0x00 0x00 0x00 0x54 0x55 0x2b    . ...TU+\n0050   0x1f 0x0f 0x7b 0x03 0x40 0x40 0x0c 0x1f    ..{.@@..\n0058   0x0f 0x18 0x20 0x00 0x0a 0x85 0x72 0x51    .. ...rQ\n0060   0x2c 0x7f 0x0f 0x3f 0x10 0x72 0x51 0xac    ,..?.rQ.\n0068   0x7f 0x0f 0xc0 0xb1 0xfa 0x0a 0x64 0x64    ......dd\n0070   0x5c 0x2d 0x7f 0x0f 0x3f 0x0c 0x64 0x5c    \\-..?.d\\\n0078   0x8d 0x7f 0x0f 0xc0 0xb1 0xfa 0x7b 0x04    ......{.\n0080   0x40 0x40 0x0f 0x1f 0x0f 0x1e 0x14 0x00    @@......\n0088   0x0b 0x65 0xd8 0x58 0x67 0x50 0xbf 0x0f    .e.XgP..\n0090   0x5b 0x00 0x47 0x45 0x11 0x7f 0x0f 0x3c    [.GE...<\n0098   0x90 0x00 0x46 0x0f 0x3c 0x00 0x01 0x54    ..F.<..T\n00A0   0x00 0x00 0x00 0x01 0x54 0x46 0x5c 0x08    ....TF\\.\n00A8   0x20 0x5b 0x92 0x78 0xdd 0x90 0x01 0x01     [.x....\n00B0   0x54 0x01 0x54 0x00 0x00 0x00 0x47 0x45    T.T...GE\n00B8   0x31 0x7f 0x0f 0x0a 0x1c 0x4c 0x5e 0x32    1....L^2\n00C0   0x7f 0x8f 0x3f 0x23 0x4c 0x5e 0x92 0x7f    ..?#L^..\n00C8   0x0f 0xc0 0xb1 0xfa 0x5b 0x9e 0x60 0x5e    ....[.`^\n00D0   0x12 0x1f 0x0f 0x32 0x90 0x00 0x3c 0x0f    ...2..<.\n00D8   0x3c 0xe8 0x01 0x4c 0x00 0x00 0x40 0x01    <..L..@.\n00E0   0xf4 0x46 0x5c 0x0b 0x80 0x52 0x80 0xd4    .F\\..R..\n00E8   0x5c 0x80 0x20 0xb0 0x92 0x01 0x01 0xf4    \\. .....\n00F0   0x01 0xf4 0x00 0x40 0x00 0x60 0x5e 0x32    ...@.`^2\n00F8   0x1f 0x0f 0x0b 0x65 0x1b 0x58 0x67 0x52    ...e.XgR\n0100   0xbf 0x8f 0x5b 0x00 0x6f 0x71 0x13 0x7f    ..[.oq..\n0108   0x0f 0x50 0x90 0x00 0x3c 0x0f 0x3c 0x00    .P..<.<.\n0110   0x02 0x14 0x00 0x00 0x00 0x02 0x14 0x46    .......F\n0118   0x5c 0x0b 0xf4 0x51 0x81 0x80 0xa1 0x80    \\..Q....\n0120   0xd4 0xab 0x80 0x01 0x02 0x14 0x02 0x14    ........\n0128   0x00 0x7c 0x00 0x70 0x71 0x33 0x7f 0x0f    .|.pq3..\n0130   0x7b 0x05 0x40 0x40 0x14 0x1f 0x0f 0x28    {.@@...(\n0138   0x40 0x00 0x0b 0x65 0x17 0x58 0x67 0x54    @..e.XgT\n0140   0xbf 0x8f 0x0a 0x03 0x4e 0x68 0x34 0x7f    ....Nh4.\n0148   0x8f 0x3f 0x20 0x4e 0x68 0x74 0x7f 0x0f    .? Nht..\n0150   0xc0 0xb1 0xfa 0x5b 0x90 0x52 0x68 0x14    ...[.Rh.\n0158   0x7f 0x0f 0x00 0x90 0x00 0x3c 0x0f 0x3c    .....<.<\n0160   0xc4 0x00 0x00 0x00 0x01 0x2c 0x00 0x00    .....,..\n0168   0x46 0x5c 0x0e 0x14 0x34 0x82 0xf4 0x84    F\\..4...\n0170   0x81 0x80 0xd4 0x80 0xd4 0xde 0x80 0x0a    ........\n0178   0xd7 0x46 0x77 0x35 0x7f 0x0f 0x3f 0x1a    .Fw5..?.\n0180   0x46 0x77 0xf5 0x7f 0x0f 0xc0 0xb1 0xfa    Fw......\n0188   0x5b 0x77 0x5c 0x77 0x15 0x1f 0x0f 0x00    [w\\w....\n0190   0x90 0x00 0x3c 0x0f 0x3c 0x80 0x00 0x00    ..<.<...\n0198   0x00 0x00 0x00 0x00 0x80 0x46 0x5c 0x0e    .....F\\.\n01A0   0x14 0x7f 0x82 0xf4 0xcf 0x81 0x80 0x1f    ........\n01A8   0x90 0xd4 0x29 0x90 0x01 0x00 0x78 0x00    ..)...x.\n01B0   0x78 0x00 0x00 0x00 0x5c 0x77 0x35 0x1f    x...\\w5.\n01B8   0x0f 0x7b 0x00 0x40 0x80 0x00 0x01 0x0f    .{.@....\n01C0   0x00 0x36 0x00 0x07 0x00 0x00 0x0c 0xee    .6......\n01C8   0x5f 0x8f 0x00 0x00 0x00 0x6e 0x5f 0x8f    _....n_.\n01D0   0x06 0x10 0xbd 0x64 0x1c 0x08 0x00 0x00    ...d....\n01D8   0x0c 0xee 0x04 0x82 0x23 0x08 0x6c 0x41    ....#.lA\n01E0   0x01 0x0e 0x03 0x68 0x00 0xf0 0x04 0x14    ...h....\n01E8   0x00 0x00 0x02 0x02 0x02 0x00 0x00 0xaa    ........\n01F0   0x15 0x4f 0x00 0x1d 0x37 0x00 0x00 0x00    .O..7...\n01F8   0x00 0x00 0x03 0x01 0x00 0x00 0x00 0x00    ........\n0200   0x00 0x0b 0x69 0x00 0x40 0x9c 0x40 0xa1    ..i.@.@.\n0208   0x0f 0x0a 0x99 0x50 0x9d 0x20 0x61 0x0f    ...P. a.\n0210   0x3f 0x13 0x50 0x9d 0x20 0x61 0x0f 0xc0    ?.P. a..\n0218   0xb1 0xfa 0x7b 0x01 0x40 0x80 0x03 0x01    ..{.@...\n0220   0x0f 0x06 0x3c 0x00 0x0b 0x70 0x00 0x4a    ..<..p.J\n0228   0x84 0x43 0xa1 0x0f 0x7b 0x02 0x40 0x80    .C..{.@.\n0230   0x07 0x01 0x0f 0x0e 0x3c 0x00 0x0a 0xa1    ....<...\n0238   0x49 0xa6 0x27 0x61 0x0f 0x3f 0x14 0x49    I.'a.?.I\n0240   0xa6 0x27 0x61 0x0f 0xc0 0xb1 0xfa 0x5b    .'a....[\n0248   0x59 0x6c 0xa8 0x07 0x61 0x0f 0x1e 0x90    Yl..a...\n0250   0x00 0x3c 0x14 0x3c 0x24 0x00 0xc8 0x00    .<.<$...\n0258   0x00 0x00 0x00 0xec 0x46 0x34 0xc8 0x40    ....F4.@\n0260   0xab 0x07 0x01 0x0f 0x01 0x00 0xec 0x00    ........\n0268   0xec 0x00 0x00 0x00 0x6c 0xa8 0x27 0x61    ....l.'a\n0270   0x0f 0x0b 0x65 0xe0 0x77 0x83 0x49 0xa1    ..e.w.I.\n0278   0x0f 0x0a 0x76 0x76 0x93 0x2b 0x61 0x0f    ..vv.+a.\n0280   0x3f 0x0e 0x76 0x93 0xcb 0x61 0x0f 0xc0    ?.v..a..\n0288   0xb1 0xfa 0x7b 0x03 0x40 0x80 0x0c 0x01    ..{.@...\n0290   0x0f 0x18 0x20 0x00 0x5b 0x00 0x72 0x8d    .. .[.r.\n0298   0x0c 0x61 0x0f 0x28 0x90 0x00 0x46 0x0f    .a.(..F.\n02A0   0x3c 0x00 0x00 0xe4 0x00 0x00 0x00 0x00    <.......\n02A8   0xe4 0x46 0x5c 0x05 0xec 0x13 0x90 0x34    .F\\....4\n02B0   0x64 0x58 0x8e 0x0c 0x01 0x0f 0x01 0x00    dX......\n02B8   0xe4 0x00 0xe4 0x00 0x00 0x00 0x72 0x8d    ......r.\n02C0   0x2c 0x61 0x0f 0x0a 0xb6 0x72 0xa2 0x2c    ,a...r.,\n02C8   0x61 0x0f 0x3f 0x16 0x72 0xa2 0xcc 0x61    a.?.r..a\n02D0   0x0f 0xc0 0xb1 0xfa 0x5b 0x65 0x63 0xad    ....[ec.\n02D8   0x0c 0x61 0x0f 0x00 0x90 0x00 0x46 0x0f    .a....F.\n02E0   0x3c 0x50 0x00 0x00 0x00 0x00 0xac 0x00    <P......\n02E8   0x00 0x46 0x5c 0x08 0xe4 0x25 0x80 0xec    .F\\..%..\n02F0   0x33 0x90 0x01 0x00 0xc0 0x00 0xc0 0x00    3.......\n02F8   0xac 0x00 0x64 0xad 0x2c 0x61 0x0f 0x21    ..d.,a.!\n0300   0x00 0x54 0x80 0x0d 0x01 0x0f 0x03 0x00    .T......\n0308   0x00 0x00 0x54 0x66 0x82 0x2d 0x01 0x0f    ..Tf.-..\n0310   0x7b 0x03 0x41 0x84 0x0d 0x01 0x0f 0x18    {.A.....\n0318   0x20 0x00 0x03 0x00 0x0a 0x00 0x0a 0x57     ......W\n0320   0x83 0x0d 0x01 0x0f 0x7b 0x04 0x40 0x80    ....{.@.\n0328   0x0f 0x01 0x0f 0x1e 0x14 0x00 0x5b 0x00    ......[.\n0330   0x55 0x98 0x0f 0x61 0x0f 0x1e 0x90 0x00    U..a....\n0338   0x46 0x0f 0x3c 0x00 0x00 0xa8 0x00 0x00    F.<.....\n0340   0x00 0x00 0xa8 0x46 0x5c 0x0e 0x32 0x9c    ...F\\.2.\n0348   0x80 0x8e 0xa6 0x80 0xe4 0xc4 0x80 0xec    ........\n0350   0xd2 0x90 0x01 0x00 0xa8 0x00 0xa8 0x00    ........\n0358   0x00 0x00 0x55 0x98 0x2f 0x61 0x0f 0x0a    ..U./a..\n0360   0xa0 0x4d 0x84 0x32 0x61 0x0f 0x3f 0x14    .M.2a.?.\n0368   0x4d 0x84 0x12 0x61 0x0f 0xc0 0xb1 0xfa    M..a....\n0370   0x5b 0x59 0x58 0x84 0x12 0x61 0x0f 0x5a    [YX..a.Z\n0378   0x90 0x00 0x3c 0x0f 0x3c 0x30 0x02 0x58    ..<.<0.X\n0380   0x00 0x00 0x00 0x02 0x88 0x46 0x5c 0x0e    .....F\\.\n0388   0xa8 0xa6 0x80 0x32 0x3c 0x90 0x8e 0x46    ...2<..F\n0390   0x90 0xe4 0x64 0x90 0x01 0x02 0x88 0x02    ..d.....\n0398   0x88 0x00 0x00 0x00 0x59 0x84 0x32 0x61    ....Y.2a\n03A0   0x0f 0x7b 0x05 0x40 0x80 0x14 0x01 0x0f    .{.@....\n03A8   0x28 0x40 0x00 0x0a 0xa5 0x70 0xa2 0x34    (@...p.4\n03B0   0x61 0x0f 0x3f 0x14 0x70 0xa2 0xb4 0x61    a.?.p..a\n03B8   0x0f 0xc0 0xb1 0xfa 0x5b 0x5c 0x5b 0xa3    ....[\\[.\n03C0   0x14 0x01 0x0f 0x00 0x90 0x00 0x3c 0x0f    ......<.\n03C8   0x3c 0x38 0x00 0x00 0x00 0x00 0x00 0x00    <8......\n03D0   0x38 0x46 0x5c 0x11 0xac 0x93 0x80 0xdc    8F\\.....\n03D8   0x9d 0x81 0xa8 0x3d 0x90 0x32 0xd3 0x90    ...=.2..\n03E0   0x8e 0xdd 0x90 0x01 0x00 0x1c 0x00 0x1c    ........\n03E8   0x00 0x00 0x00 0x5c 0xa3 0x34 0x01 0x0f    ...\\.4..\n03F0   0x0b 0x69 0x00 0x40 0x94 0x56 0xa1 0x0f    .i.@.V..\n03F8   0x00 0x00 0x00 0x00 0x00 0x00 0x4b 0x91    ......K."

SINCE 2015-05-31T08:49:39+02:00

  • found record PumpSuspend 2008-01-21T00:27:00
  • should quit True False
  • found record Bolus 2015-06-01T15:00:00
  • should quit False True
  • found record SetBolusWizardEnabled 2004-01-01T03:59:15
  • should quit True True
  • found record BolusWizard 2015-06-01T12:45:35
  • should quit False True
  • found record LowReservoir 2015-06-01T12:14:24
  • should quit False True
  • found record BolusWizard 2015-06-01T12:13:50
  • should quit False True
  • found record BasalProfileStart 2015-06-01T12:00:00
  • should quit False True
  • found record BGReceived 2015-06-01T11:19:54
  • should quit False True
  • found record CalBGForPH 2015-06-01T11:19:54
  • should quit False True
  • found record questionable65 2015-06-01T09:03:55
  • should quit False True
  • found record BolusWizard 2015-06-01T07:40:44
  • should quit False True
  • found record BGReceived 2015-06-01T07:38:09
  • should quit False True
  • found record CalBGForPH 2015-06-01T07:38:09
  • should quit False True
  • found record BasalProfileStart 2015-06-01T07:00:00
  • should quit False True
  • found record SensorAlert 2015-06-01T03:04:10
  • should quit False True
  • found record BasalProfileStart 2015-06-01T03:00:00
  • should quit False True
  • found record BGReceived 2015-06-01T00:29:16
  • should quit False True
  • found record CalBGForPH 2015-06-01T00:29:16
  • should quit False True
  • found record SensorAlert 2015-06-01T00:28:00
  • should quit False True
  • found record BolusWizard 2015-05-31T20:40:18
  • should quit False True
  • found record BGReceived 2015-05-31T20:40:14
  • should quit False True
  • found record CalBGForPH 2015-05-31T20:40:14
  • should quit False True
  • found record SensorAlert 2015-05-31T20:39:24
  • should quit False True
  • found record Bolus 2012-04-06T20:01:00
  • should quit True True
  • found record BolusWizard 2015-05-31T11:21:20
  • should quit False True
  • found record BGReceived 2015-05-31T11:21:04
  • should quit False True
  • found record CalBGForPH 2015-05-31T11:21:04
  • should quit False True
  • found record BGReceived 2015-05-31T10:08:54
  • should quit False True
  • found record CalBGForPH 2015-05-31T10:08:54
  • should quit False True
  • found record SensorAlert 2015-05-31T10:08:00
  • should quit False True
[
  {
    "_type": "MResultTotals", 
    "_description": "MResultTotals 2015-06-02T00:00:00 head[5], body[0] op[0x07]", 
    "date": 1433199600000.0, 
    "timestamp": "2015-06-02T00:00:00+02:00", 
    "_body": "", 
    "_head": "0700000a5c", 
    "_date": "610f"
  }, 
  {
    "_type": "BasalProfileStart", 
    "_description": "BasalProfileStart 2015-06-02T00:00:00 head[2], body[3] op[0x7b]", 
    "date": 1433199600000.0, 
    "timestamp": "2015-06-02T00:00:00+02:00", 
    "_body": "003600", 
    "offset": 0, 
    "_head": "7b00", 
    "rate": 1.35, 
    "_date": "408000020f"
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-06-01T23:22:06 head[2], body[3] op[0x3f]", 
    "date": 1433197326000.0, 
    "timestamp": "2015-06-01T23:22:06+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f14", 
    "amount": 166, 
    "_date": "4696d7610f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-06-01T23:22:06 head[2], body[0] op[0x0a]", 
    "date": 1433197326000.0, 
    "timestamp": "2015-06-01T23:22:06+02:00", 
    "_body": "", 
    "_head": "0aa6", 
    "amount": 166, 
    "_date": "469637610f"
  }, 
  {
    "alarm_type": 104, 
    "_type": "SensorAlert", 
    "alarm_description": "Meter BG Now", 
    "_description": "SensorAlert 2015-06-01T23:20:00 head[3], body[0] op[0x0b]", 
    "date": 1433197200000.0, 
    "timestamp": "2015-06-01T23:20:00+02:00", 
    "_body": "", 
    "_head": "0b6800", 
    "_date": "409457a10f"
  }, 
  {
    "_type": "SensorAlert", 
    "_description": "SensorAlert 2015-06-01T22:49:11 head[3], body[0] op[0x0b]", 
    "alarm_type": 102, 
    "alarm_description": "Low Glucose", 
    "_body": "", 
    "_head": "0b6645", 
    "amount": 69, 
    "timestamp": "2015-06-01T22:49:11+02:00", 
    "date": 1433195351000.0, 
    "_date": "4bb156a10f"
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-06-01T22:44:24 head[2], body[3] op[0x3f]", 
    "date": 1433195064000.0, 
    "timestamp": "2015-06-01T22:44:24+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f06", 
    "amount": 49, 
    "_date": "58ac36610f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-06-01T22:44:24 head[2], body[0] op[0x0a]", 
    "date": 1433195064000.0, 
    "timestamp": "2015-06-01T22:44:24+02:00", 
    "_body": "", 
    "_head": "0a31", 
    "amount": 49, 
    "_date": "58ac36610f"
  }, 
  {
    "programmed": 1.5, 
    "_type": "Bolus", 
    "_description": "Bolus 2015-06-01T15:00:00 head[4], body[0] op[0x01]", 
    "timestamp": "2015-06-01T15:00:00+02:00", 
    "_body": "", 
    "appended": [
      {
        "_body": "", 
        "_head": "0d01", 
        "_type": "Base", 
        "_date": "0f18200003", 
        "_description": "Base (2003, 0, 0, 0, 24, 15) head[2], body[0] op[0x0d]"
      }, 
      {
        "_body": "", 
        "_head": "000a", 
        "_type": "Base", 
        "_date": "000a57830d", 
        "_description": "Base (2013, 0, 3, 23, 10, 0) head[2], body[0] op[0x00]"
      }
    ], 
    "_head": "010f7b04", 
    "duration": 120, 
    "amount": 12.3, 
    "date": 1433167200000.0, 
    "type": "square", 
    "_date": "40800f010f"
  }, 
  {
    "_type": "BolusWizard", 
    "bg": 101, 
    "bg_target_high": 0, 
    "correction_estimate": 1.2, 
    "unknown_byte[10]": 0, 
    "_description": "BolusWizard 2015-06-01T12:45:35 head[2], body[13] op[0x5b]", 
    "timestamp": "2015-06-01T12:45:35+02:00", 
    "_body": "009000460f3c5000000000ac00", 
    "carb_input": 0, 
    "_head": "5b65", 
    "unabsorbed_insulin_total": 0.0, 
    "_byte[5]": 60, 
    "date": 1433159135000.0, 
    "unabsorbed_insulin_count": "??", 
    "_byte[7]": 0, 
    "_date": "63ad0c610f", 
    "bolus_estimate": 17.2, 
    "appended": [
      {
        "_type": "Bolus", 
        "_description": "Bolus (2002, 12, 0, 0, 0, 36) head[4], body[0] op[0x01]", 
        "data": {
          "duration": 0, 
          "type": "normal", 
          "amount": 22.8, 
          "programmed": 0.0
        }, 
        "_body": "", 
        "_head": "0100e400", 
        "_date": "e400000072"
      }, 
      {
        "_body": "", 
        "_head": "8d2c", 
        "_type": "Base", 
        "_date": "610f0ab672", 
        "_description": "Base (2002, 4, 22, 10, 15, 33) head[2], body[0] op[0x8d]"
      }, 
      {
        "_body": "", 
        "_head": "a22c", 
        "_type": "Base", 
        "_date": "610f3f1672", 
        "_description": "Base (2002, 4, 22, 31, 15, 33) head[2], body[0] op[0xa2]"
      }, 
      {
        "_body": "", 
        "_head": "a2cc", 
        "_type": "Base", 
        "_date": "610fc0b1fa", 
        "_description": "Base (2010, 4, 17, 0, 15, 33) head[2], body[0] op[0xa2]"
      }
    ], 
    "unknown_byte[8]": 0, 
    "carb_ratio": 0, 
    "food_estimate": 8.0, 
    "bg_target_low": 15, 
    "sensitivity": 70
  }, 
  {
    "_type": "LowReservoir", 
    "_description": "LowReservoir 2015-06-01T12:14:24 head[2], body[0] op[0x34]", 
    "date": 1433157264000.0, 
    "timestamp": "2015-06-01T12:14:24+02:00", 
    "_body": "", 
    "appended": [
      {
        "_body": "", 
        "_head": "e446", 
        "_type": "Base", 
        "_date": "5c05ec1390", 
        "_description": "Base (2000, 4, 19, 12, 5, 28) head[2], body[0] op[0xe4]"
      }
    ], 
    "_head": "3464", 
    "amount": 10.0, 
    "_date": "588e0c010f"
  }, 
  {
    "_type": "BolusWizard", 
    "bg": 0, 
    "bg_target_high": 0, 
    "correction_estimate": 1.2, 
    "unknown_byte[10]": 0, 
    "_description": "BolusWizard 2015-06-01T12:13:50 head[2], body[13] op[0x5b]", 
    "timestamp": "2015-06-01T12:13:50+02:00", 
    "_body": "289000460f3c0000e400000000", 
    "carb_input": 40, 
    "_head": "5b00", 
    "unabsorbed_insulin_total": 0.0, 
    "_byte[5]": 60, 
    "date": 1433157230000.0, 
    "unabsorbed_insulin_count": "??", 
    "_byte[7]": 0, 
    "_date": "728d0c610f", 
    "bolus_estimate": 0.0, 
    "unknown_byte[8]": 228, 
    "carb_ratio": 0, 
    "food_estimate": 0.0, 
    "bg_target_low": 15, 
    "sensitivity": 70
  }, 
  {
    "_type": "BasalProfileStart", 
    "_description": "BasalProfileStart 2015-06-01T12:00:00 head[2], body[3] op[0x7b]", 
    "date": 1433156400000.0, 
    "timestamp": "2015-06-01T12:00:00+02:00", 
    "_body": "182000", 
    "offset": 43200000, 
    "_head": "7b03", 
    "rate": 0.8, 
    "_date": "40800c010f"
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-06-01T11:19:54 head[2], body[3] op[0x3f]", 
    "date": 1433153994000.0, 
    "timestamp": "2015-06-01T11:19:54+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f0e", 
    "amount": 118, 
    "_date": "7693cb610f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-06-01T11:19:54 head[2], body[0] op[0x0a]", 
    "date": 1433153994000.0, 
    "timestamp": "2015-06-01T11:19:54+02:00", 
    "_body": "", 
    "appended": [
      {
        "_body": "", 
        "_head": "ec46", 
        "_type": "Base", 
        "_date": "34c840ab07", 
        "_description": "Base (2007, 3, 11, 0, 8, 52) head[2], body[0] op[0xec]"
      }, 
      {
        "_type": "Bolus", 
        "_description": "Bolus (2000, 12, 0, 12, 0, 44) head[4], body[0] op[0x01]", 
        "data": {
          "duration": 0, 
          "type": "normal", 
          "amount": 0.1, 
          "programmed": 1.5
        }, 
        "_body": "", 
        "_head": "010f0100", 
        "_date": "ec00ec0000"
      }, 
      {
        "_body": "", 
        "_head": "006c", 
        "_type": "Base", 
        "_date": "a827610f0b", 
        "_description": "Base (2011, 8, 15, 1, 39, 40) head[2], body[0] op[0x00]"
      }
    ], 
    "_head": "0a76", 
    "amount": 118, 
    "_date": "76932b610f"
  }, 
  {
    "_type": "questionable65", 
    "_description": "questionable65 2015-06-01T09:03:55 head[2], body[0] op[0x65]", 
    "date": 1433145835000.0, 
    "timestamp": "2015-06-01T09:03:55+02:00", 
    "_body": "", 
    "_head": "65e0", 
    "_date": "778349a10f"
  }, 
  {
    "_type": "BolusWizard", 
    "bg": 89, 
    "bg_target_high": 0, 
    "correction_estimate": 1.2, 
    "unknown_byte[10]": 0, 
    "_description": "BolusWizard 2015-06-01T07:40:44 head[2], body[13] op[0x5b]", 
    "timestamp": "2015-06-01T07:40:44+02:00", 
    "_body": "1e90003c143c2400c800000000", 
    "carb_input": 30, 
    "_head": "5b59", 
    "unabsorbed_insulin_total": 0.0, 
    "_byte[5]": 60, 
    "date": 1433140844000.0, 
    "unabsorbed_insulin_count": "??", 
    "_byte[7]": 0, 
    "_date": "6ca807610f", 
    "bolus_estimate": 0.0, 
    "unknown_byte[8]": 200, 
    "carb_ratio": 0, 
    "food_estimate": 3.6, 
    "bg_target_low": 20, 
    "sensitivity": 60
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-06-01T07:38:09 head[2], body[3] op[0x3f]", 
    "date": 1433140689000.0, 
    "timestamp": "2015-06-01T07:38:09+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f14", 
    "amount": 161, 
    "_date": "49a627610f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-06-01T07:38:09 head[2], body[0] op[0x0a]", 
    "date": 1433140689000.0, 
    "timestamp": "2015-06-01T07:38:09+02:00", 
    "_body": "", 
    "_head": "0aa1", 
    "amount": 161, 
    "_date": "49a627610f"
  }, 
  {
    "_type": "BasalProfileStart", 
    "_description": "BasalProfileStart 2015-06-01T07:00:00 head[2], body[3] op[0x7b]", 
    "date": 1433138400000.0, 
    "timestamp": "2015-06-01T07:00:00+02:00", 
    "_body": "0e3c00", 
    "offset": 25200000, 
    "_head": "7b02", 
    "rate": 1.5, 
    "_date": "408007010f"
  }, 
  {
    "alarm_type": 112, 
    "_type": "SensorAlert", 
    "alarm_description": "Weak Signal", 
    "_description": "SensorAlert 2015-06-01T03:04:10 head[3], body[0] op[0x0b]", 
    "date": 1433124250000.0, 
    "timestamp": "2015-06-01T03:04:10+02:00", 
    "_body": "", 
    "_head": "0b7000", 
    "_date": "4a8443a10f"
  }, 
  {
    "_type": "BasalProfileStart", 
    "_description": "BasalProfileStart 2015-06-01T03:00:00 head[2], body[3] op[0x7b]", 
    "date": 1433124000000.0, 
    "timestamp": "2015-06-01T03:00:00+02:00", 
    "_body": "063c00", 
    "offset": 10800000, 
    "_head": "7b01", 
    "rate": 1.5, 
    "_date": "408003010f"
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-06-01T00:29:16 head[2], body[3] op[0x3f]", 
    "date": 1433114956000.0, 
    "timestamp": "2015-06-01T00:29:16+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f13", 
    "amount": 153, 
    "_date": "509d20610f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-06-01T00:29:16 head[2], body[0] op[0x0a]", 
    "date": 1433114956000.0, 
    "timestamp": "2015-06-01T00:29:16+02:00", 
    "_body": "", 
    "_head": "0a99", 
    "amount": 153, 
    "_date": "509d20610f"
  }, 
  {
    "_type": "SensorAlert", 
    "_description": "SensorAlert 2015-06-01T00:28:00 head[3], body[0] op[0x0b]", 
    "alarm_type": 105, 
    "alarm_description": "Cal Reminder", 
    "_body": "", 
    "appended": [
      {
        "_body": "", 
        "_head": "0046", 
        "_type": "Base", 
        "_date": "5c0e143482", 
        "_description": "Base (2002, 4, 20, 20, 14, 28) head[2], body[0] op[0x00]"
      }, 
      {
        "_body": "", 
        "_head": "f484", 
        "_type": "Base", 
        "_date": "8180d480d4", 
        "_description": "Base (2004, 10, 0, 20, 0, 1) head[2], body[0] op[0xf4]"
      }, 
      {
        "_body": "", 
        "_head": "de80", 
        "_type": "Base", 
        "_date": "0ad7467735", 
        "_description": "Base (2005, 3, 23, 6, 23, 10) head[2], body[0] op[0xde]"
      }, 
      {
        "_body": "", 
        "_head": "7f0f", 
        "_type": "Base", 
        "_date": "3f1a4677f5", 
        "_description": "Base (2005, 0, 23, 6, 26, 63) head[2], body[0] op[0x7f]"
      }, 
      {
        "_body": "", 
        "_head": "7f0f", 
        "_type": "Base", 
        "_date": "c0b1fa5b77", 
        "_description": "Base (2007, 14, 27, 26, 49, 0) head[2], body[0] op[0x7f]"
      }, 
      {
        "_type": "UnabsorbedInsulinBolus", 
        "_description": "UnabsorbedInsulinBolus unknown head[119], body[0] op[0x5c]", 
        "data": [
          {
            "amount": 0.525, 
            "age": 31
          }, 
          {
            "amount": 0.0, 
            "age": 144
          }, 
          {
            "amount": 1.5, 
            "age": 783
          }, 
          {
            "amount": 3.2, 
            "age": 0
          }, 
          {
            "amount": 0.0, 
            "age": 0
          }, 
          {
            "amount": 0.0, 
            "age": 128
          }, 
          {
            "amount": 2.3, 
            "age": 270
          }, 
          {
            "amount": 3.175, 
            "age": 898
          }, 
          {
            "amount": 5.175, 
            "age": 129
          }, 
          {
            "amount": 0.775, 
            "age": 400
          }, 
          {
            "amount": 1.025, 
            "age": 144
          }, 
          {
            "amount": 0.0, 
            "age": 120
          }, 
          {
            "amount": 3.0, 
            "age": 0
          }, 
          {
            "amount": 0.0, 
            "age": 860
          }, 
          {
            "amount": 1.325, 
            "age": 31
          }, 
          {
            "amount": 3.075, 
            "age": 0
          }, 
          {
            "amount": 3.2, 
            "age": 0
          }, 
          {
            "amount": 0.375, 
            "age": 768
          }, 
          {
            "amount": 0.0, 
            "age": 7
          }, 
          {
            "amount": 0.0, 
            "age": 524
          }, 
          {
            "amount": 2.375, 
            "age": 143
          }, 
          {
            "amount": 0.0, 
            "age": 512
          }, 
          {
            "amount": 2.375, 
            "age": 143
          }, 
          {
            "amount": 0.4, 
            "age": 701
          }, 
          {
            "amount": 0.7, 
            "age": 8
          }, 
          {
            "amount": 0.0, 
            "age": 524
          }, 
          {
            "amount": 0.1, 
            "age": 642
          }, 
          {
            "amount": 0.2, 
            "age": 108
          }, 
          {
            "amount": 0.025, 
            "age": 14
          }, 
          {
            "amount": 2.6, 
            "age": 768
          }, 
          {
            "amount": 0.1, 
            "age": 20
          }, 
          {
            "amount": 0.0, 
            "age": 2
          }, 
          {
            "amount": 0.05, 
            "age": 0
          }, 
          {
            "amount": 4.25, 
            "age": 21
          }, 
          {
            "amount": 0.0, 
            "age": 797
          }, 
          {
            "amount": 0.0, 
            "age": 0
          }, 
          {
            "amount": 0.0, 
            "age": 0
          }, 
          {
            "amount": 0.025, 
            "age": 0
          }, 
          {
            "amount": 0.0, 
            "age": 0
          }
        ], 
        "_body": "", 
        "_head": "5c77151f0f0090003c0f3c8000000000000080465c0e147f82f4cf81801f90d4299001007800780000005c77351f0f7b00408000010f0036000700000cee5f8f0000006e5f8f0610bd641c0800000cee048223086c41010e036800f0041400000202020000aa154f001d37000000000003010000000000", 
        "_date": ""
      }
    ], 
    "_head": "0b6900", 
    "timestamp": "2015-06-01T00:28:00+02:00", 
    "date": 1433114880000.0, 
    "_date": "409c40a10f"
  }, 
  {
    "_type": "BolusWizard", 
    "bg": 144, 
    "bg_target_high": 0, 
    "correction_estimate": 1.2, 
    "unknown_byte[10]": 1, 
    "_description": "BolusWizard 2015-05-31T20:40:18 head[2], body[13] op[0x5b]", 
    "timestamp": "2015-05-31T20:40:18+02:00", 
    "_body": "0090003c0f3cc4000000012c00", 
    "carb_input": 0, 
    "_head": "5b90", 
    "unabsorbed_insulin_total": 0.0, 
    "_byte[5]": 60, 
    "date": 1433101218000.0, 
    "unabsorbed_insulin_count": "??", 
    "_byte[7]": 0, 
    "_date": "5268147f0f", 
    "bolus_estimate": 4.4, 
    "unknown_byte[8]": 0, 
    "carb_ratio": 0, 
    "food_estimate": 19.6, 
    "bg_target_low": 15, 
    "sensitivity": 60
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-05-31T20:40:14 head[2], body[3] op[0x3f]", 
    "date": 1433101214000.0, 
    "timestamp": "2015-05-31T20:40:14+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f20", 
    "amount": 259, 
    "_date": "4e68747f0f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-05-31T20:40:14 head[2], body[0] op[0x0a]", 
    "date": 1433101214000.0, 
    "timestamp": "2015-05-31T20:40:14+02:00", 
    "_body": "", 
    "_head": "0a03", 
    "amount": 259, 
    "_date": "4e68347f8f"
  }, 
  {
    "_type": "SensorAlert", 
    "_description": "SensorAlert 2015-05-31T20:39:24 head[3], body[0] op[0x0b]", 
    "alarm_type": 101, 
    "alarm_description": "High Glucose", 
    "_body": "", 
    "appended": [
      {
        "_type": "SensorAlert", 
        "_description": "SensorAlert (2000, 11, 0, 28, 20, 0) head[3], body[0] op[0x0b]", 
        "data": {
          "alarm_type": 128, 
          "alarm_description": "Unknown sensor alarm (128)"
        }, 
        "_body": "", 
        "_head": "0b8052", 
        "_date": "80d45c8020"
      }, 
      {
        "_body": "", 
        "_head": "b092", 
        "_type": "Base", 
        "_date": "0101f401f4", 
        "_description": "Base (2004, 0, 1, 20, 1, 1) head[2], body[0] op[0xb0]"
      }, 
      {
        "_body": "", 
        "_head": "0040", 
        "_type": "Base", 
        "_date": "00605e321f", 
        "_description": "Base (2015, 1, 18, 30, 32, 0) head[2], body[0] op[0x00]"
      }, 
      {
        "_body": "", 
        "_head": "0f0b", 
        "_type": "Base", 
        "_date": "651b586752", 
        "_description": "Base (2002, 4, 7, 24, 27, 37) head[2], body[0] op[0x0f]"
      }, 
      {
        "_body": "", 
        "_head": "bf8f", 
        "_type": "Base", 
        "_date": "5b006f7113", 
        "_description": "Base (2003, 4, 17, 15, 0, 27) head[2], body[0] op[0xbf]"
      }, 
      {
        "_body": "", 
        "_head": "7f0f", 
        "_type": "Base", 
        "_date": "5090003c0f", 
        "_description": "Base (2015, 6, 28, 0, 16, 16) head[2], body[0] op[0x7f]"
      }, 
      {
        "_type": "ChangeParadigmLinkID", 
        "_description": "ChangeParadigmLinkID (2000, 0, 0, 0, 20, 2) head[2], body[14] op[0x3c]", 
        "data": {
          "links": [
            "14465c", 
            "0bf451", 
            "80a180"
          ]
        }, 
        "_body": "0214465c0bf4518180a180d4ab80", 
        "_head": "3c00", 
        "_date": "0214000000"
      }, 
      {
        "_type": "Bolus", 
        "_description": "Bolus (2000, 0, 0, 28, 0, 20) head[4], body[0] op[0x01]", 
        "data": {
          "duration": 60, 
          "type": "square", 
          "amount": 2.0, 
          "programmed": 0.2
        }, 
        "_body": "", 
        "_head": "01021402", 
        "_date": "14007c0070"
      }, 
      {
        "_body": "", 
        "_head": "7133", 
        "_type": "Base", 
        "_date": "7f0f7b0540", 
        "_description": "Base (2000, 4, 5, 27, 15, 63) head[2], body[0] op[0x71]"
      }, 
      {
        "_body": "", 
        "_head": "4014", 
        "_type": "Base", 
        "_date": "1f0f284000", 
        "_description": "Base (2000, 0, 0, 8, 15, 31) head[2], body[0] op[0x40]"
      }
    ], 
    "_head": "0b6517", 
    "amount": 279, 
    "timestamp": "2015-05-31T20:39:24+02:00", 
    "date": 1433101164000.0, 
    "_date": "586754bf8f"
  }, 
  {
    "_type": "BolusWizard", 
    "bg": 75, 
    "bg_target_high": 2, 
    "correction_estimate": 1.4, 
    "unknown_byte[10]": 0, 
    "_description": "BolusWizard 2015-05-31T11:21:20 head[2], body[13] op[0x5b]", 
    "timestamp": "2015-05-31T11:21:20+02:00", 
    "_body": "5090003c0f3c0c021400000002", 
    "carb_input": 80, 
    "_head": "5b4b", 
    "unabsorbed_insulin_total": 0.0, 
    "_byte[5]": 60, 
    "date": 1433067680000.0, 
    "unabsorbed_insulin_count": "??", 
    "_byte[7]": 2, 
    "_date": "54550b1f0f", 
    "bolus_estimate": 0.0, 
    "unknown_byte[8]": 20, 
    "carb_ratio": 0, 
    "food_estimate": 1.2, 
    "bg_target_low": 15, 
    "sensitivity": 60
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-05-31T11:21:04 head[2], body[3] op[0x3f]", 
    "date": 1433067664000.0, 
    "timestamp": "2015-05-31T11:21:04+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f11", 
    "amount": 136, 
    "_date": "44550b7f0f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-05-31T11:21:04 head[2], body[0] op[0x0a]", 
    "date": 1433067664000.0, 
    "timestamp": "2015-05-31T11:21:04+02:00", 
    "_body": "", 
    "_head": "0a88", 
    "amount": 136, 
    "_date": "44552b7f0f"
  }, 
  {
    "_type": "BGReceived", 
    "link": "c0b1fa", 
    "_description": "BGReceived 2015-05-31T10:08:54 head[2], body[3] op[0x3f]", 
    "date": 1433063334000.0, 
    "timestamp": "2015-05-31T10:08:54+02:00", 
    "_body": "c0b1fa", 
    "_head": "3f15", 
    "amount": 172, 
    "_date": "76488a7f0f"
  }, 
  {
    "_type": "CalBGForPH", 
    "_description": "CalBGForPH 2015-05-31T10:08:54 head[2], body[0] op[0x0a]", 
    "date": 1433063334000.0, 
    "timestamp": "2015-05-31T10:08:54+02:00", 
    "_body": "", 
    "_head": "0aac", 
    "amount": 172, 
    "_date": "76482a7f0f"
  }, 
  {
    "alarm_type": 104, 
    "_type": "SensorAlert", 
    "alarm_description": "Meter BG Now", 
    "_description": "SensorAlert 2015-05-31T10:08:00 head[3], body[0] op[0x0b]", 
    "date": 1433063280000.0, 
    "timestamp": "2015-05-31T10:08:00+02:00", 
    "_body": "", 
    "_head": "0b6800", 
    "_date": "40484abf0f"
  }
]

end stats

{'radio': {'errors.crc': 0,
           'errors.naks': 0,
           'errors.sequence': 0,
           'errors.timeouts': 49,
           'packets.received': 106L,
           'packets.transmit': 160L},
 'usb': {'errors.crc': 1,
         'errors.naks': 0,
         'errors.sequence': 0,
         'errors.timeouts': 0,
         'packets.received': 1612L,
         'packets.transmit': 1613L}}