mddub / pancreabble

Send OpenAPS status updates to a Pebble watch via Bluetooth.
13 stars 22 forks source link

Create README.md #12

Closed logichammer closed 7 years ago

logichammer commented 7 years ago

Hey Mark --

Noticed some things that need a little bit of adjustments...I renamed the pebble device to pbl because it collides with OpenAPS attempt to set up the pebble...calling it pebble.

Also, I haven't seen any examples of the python scripts referenced here: openaps use pebble notify "python pebble_subject.py" "python pebble_message.py"

They just would output straight text, right? So you could literally make them any messages you wanted? Just confirming.

Thanks FOR EVERYTHING! I watched your presentation live last year (streamed) when you were in New Orleans (D-Data?), great, great, great presentation!

mddub commented 7 years ago

Hey Matt, thanks so much for this cleanup! (And your kind words :blush:!)

Yep, pebble_subject.py and pebble_message.py don't exist anywhere, they're just examples of scripts which could produce literally any text summarizing the loop state. Open to suggestions to make that section clearer, too.