Discussion:
Aeris F10 water temperature
Luca Lazzarotti
2018-05-16 10:00:59 UTC
Permalink
Hi All,
I started using subsurface
I have an F10 for freediving and I can download dives fine
the problem is that there is no water temperature details
Is there a way to import it as well?

thanks
Luca
Anton Lundin
2018-05-16 14:02:22 UTC
Permalink
Post by Luca Lazzarotti
Hi All,
I started using subsurface
I have an F10 for freediving and I can download dives fine
the problem is that there is no water temperature details
Is there a way to import it as well?
The code says:
if (parser->mode == FREEDIVE) {
have_temperature = 0;
...

Aka, there are no temperature samples stored when in freediving mode.


Can you import the temperature details with some other software?


//Anton
--
Anton Lundin +46702-161604
Willem Ferguson
2018-05-16 14:26:13 UTC
Permalink
Post by Anton Lundin
Post by Luca Lazzarotti
Hi All,
I started using subsurface
I have an F10 for freediving and I can download dives fine
the problem is that there is no water temperature details
Is there a way to import it as well?
if (parser->mode == FREEDIVE) {
have_temperature = 0;
...
Aka, there are no temperature samples stored when in freediving mode.
Can you import the temperature details with some other software?
//Anton
I think the problem should be realistically solved within Subsurface. If
the Aeris reports temperature, then it should be captured and there
should be no need for alternative software.

The practical problem, however, is that the dive computer sensor often
takes several minutes to take on the water temperature. So does this
information from the Aeris really reflect the water temperature during a
free dive? That is probably why the code sets free dive water
temperatures to zero.

Do you have any comment, Luca?

Kind regards,

willem
--
This message and attachments are subject to a disclaimer.

Please refer to 
http://upnet.up.ac.za/services/it/documentation/docs/004167.pdf
<http://upnet.up.ac.za/services/it/documentation/docs/004167.pdf> for
full
details.
Gabriel Rossetti
2018-05-16 15:17:17 UTC
Permalink
Post by Anton Lundin
Post by Luca Lazzarotti
Hi All,
I started using subsurface
I have an F10 for freediving and I can download dives fine
the problem is that there is no water temperature details
Is there a way to import it as well?
if (parser->mode == FREEDIVE) {
have_temperature = 0;
...
Aka, there are no temperature samples stored when in freediving mode.
Can you import the temperature details with some other software?
//Anton
--
Anton Lundin +46702-161604
I haven't used my F10 in a while, but I remember this working at some point
with Subsurface (2014), it was version:

SubSurface version: 4.1-0exp1ppa1~trusty
libdivecomputer0 version: 0.5.0-devel

Gabriel
Luca Lazzarotti
2018-05-16 19:21:00 UTC
Permalink
Hi
I could download the temperature with the aerial aci software
If I remember well there was the temperataure in the dive profile and it
changed depending on depth during the dive
I reckon that should be possible using subsurface as well
Thanks
Luca
Post by Gabriel Rossetti
Post by Anton Lundin
Post by Luca Lazzarotti
Hi All,
I started using subsurface
I have an F10 for freediving and I can download dives fine
the problem is that there is no water temperature details
Is there a way to import it as well?
if (parser->mode == FREEDIVE) {
have_temperature = 0;
...
Aka, there are no temperature samples stored when in freediving mode.
Can you import the temperature details with some other software?
//Anton
--
Anton Lundin +46702-161604
I haven't used my F10 in a while, but I remember this working at some
SubSurface version: 4.1-0exp1ppa1~trusty
libdivecomputer0 version: 0.5.0-devel
Gabriel
Loading...