How to Guide - ImReady4 app, for HRV guided training

It just auto updated for me.
When I clicked the ImReady4.m file it was version 4.00

Interesting. I had thought the 60d was a tried and tested normalised band. I will play around with it myself and see what I settle on

Sorry, I meant the 60d band for normalised rMSSD (as in 60d avg +/- 0.75 SD)

v4.10 for those that want to populate Training Advice in the past
Run PopulateImReady4 that you will find in ImReady4 folder after updating
I have personally checked it works fine, but as it implies modifying your historical data, I suggest to try first populating 4-5 days and check there is no issue

2 Likes

That works fantastically well. I changed last 5 days and ran your script. Populated back with correct advice. I’ll use this now to populate the last couple of years!!

1 Like

Values are shown in scientific format for rMSSD. Don’t know why as it works correctly for me.
I will fix it tomorrow, I hope :wink:

1 Like

It won’t work for more than 9 days. No matter what value I enter that’s greater than 9 it returns an error - “No suggestions found”

image

Don’t take into account this message. I think that Matlab doesn’t want to work hard in the Mobile app.
Write the number of days and press enter.
I will try to find a workaround to avoid the message

1 Like

This is working fine now. I don’t know how or why. I just ran it again there and no scientific numbers.

Gotcha. I ignored error message and it’s working perfectly. Just tried 30 days and no issues.

Edit - Updated back as far as 16th Oct 2020. No issues. You are a gent. Thanks for that.

I have forced a type conversion, but not posted it
Version is 4.11

1 Like

For some reason mine hasn’t got updated.
Any tips?

Tks,

Download the latest version.
Change the regional setting to “+/- hh:mm” if needed.
Change = False to = True

Delete the folder ImReady4
Create a new folder called ImReady4
Upload the changed file you downloaded and edited.
Run the script

Hi Gerald, tks in advance!

I’ve managed to update and it s running ok, so I ask:

1-) Why would I need to "Change the regional setting to “+/- hh:mm” ( if needed). Where?

2-) Why would I need to “Change = False to = True”? Where ? I’ve found two “False” instances in the script:

image

and

Last but not least, I’ve tried to run “PopulateImReady4” but I don’t get a prompt to number of days to populate…

Really appreciate your help.

Thank you

Edit PS: works fine in the mobile

Man, you are a machine!!!

Merry Christmas, and thank you very much for update this app recurrently!

You won’t be able to edit the script… That’s locked.
You can edit the config_athletes.m file

athletes = {

  • ‘name’, ‘id’, ‘api’;*
    };

myTimeZone = ‘+00:00’; %use following format to set your Time Zone info ‘+HH:MM’ or ‘-HH:MM’

yesterdayActivity = ‘HighestLoad’; %use one of the following options ‘Last’, ‘Longest’, ‘HighestLoad’

trainingAdviceMustBeSentToIntervals = ‘true’; % set to true if you want to overwrite the “Training Advice” wellness custom field

Set to true in the last command if you want MatLab to send your training advice for the day to Intervals.icu

When the run the script, check the time it logs. You can adjust accordingly to suit your own time zone then by editing the top command above (myTimeZone)

What should go in the name, id and api fields?

The content of the Name field is what will be used to title the result, it doesn’t matter. Real name, Nickname, username from Intervals… anything you like.
ID must be your Intervals UserID and API is your personal API key. If you haven’t created an API key yet, you must do that first and copy that to the API field.
Both UserId and API key can be found at the bottom of the Intervals Settings page under Developer Settings.

1 Like

Hi Guys,

Mine never gets auto update.
On mobile, every time I want to see the charts it asks to reconnect MatLab (even when I have not close the app.)

Thank you,

No, it will not auto-update because only the first 10 users were able to connect to the shared folder.
10 users connected to a shared folder is a limit set by MatLab, but we didn’t know that before, so the way it is made public had to change.
Everyone else will need to make a new copy of the ImReady4 folder when it is updated. It’s not difficult and doesn’t require editing connection details because those are in the ImReady4_data folder and remain unchanged. You will have to edit the configuration file only when new options are released. Today has new options but if you are OK with the defaults, there is no need to change anything.

And it doesn’t ask to reconnect MatLab as in needing to re-enter credentials, your phone just needs to reconnect the MatLab cloudspace to get access to the files that are stored there.

1 Like