viq
viq
@cprogrammer you can convert existing keys between formats, e.g. `ssh-keygen -e -f ~/.ssh/id_rsa -m PEM > ~/.ssh/id_rsa.pem` Though doing that didn't solve the issue for me, yet.
This could be a question to @m03 ;)
@jrw35 I'm working on a script that will convert NightScout profile into something that OpenAPS will understand, you can see my WIP [here](https://gist.github.com/viq/e62de450a793bf6d925fa8f408869637). It still needs improvements, but the OpenAPS...
Try something like ``` python ./get_profile.sh --nightscout https://your.nightscout.address display --format openaps > profile.json ``` Below is my current profile as generated by script, though I'm still reworking the script based...
And I'll see if the version I have now is suitable for showing. -- viq
No, I haven't. I guess I can modify the script to just look at `time` and generate `timeAsSeconds` from that.
@jrw35 have you tried using https://autotuneweb.azurewebsites.net/ ? Does it accept your profile, or does it choke on it as well?
Interesting, I'll have a closer look at what it does and how.-- viq
I've seen how autotuneweb does it, I'll need to spend some time to adapt it, hopefully this weekend. -- viq
1. Good point, changing to floats. 2. It tries to get profile marked as default, or you can specify the name of the profile with `--name`