Thanks for your feedback!
How long did you wait? I tested it several times with my FR920XT FW 5.25 and it needed max 10 seconds until connect.
Maybe you delete the Tempe setting files on watch. Go to Garmin->Apps->DATA and Garmin->Apps->SETTINGS to delete the Tempe files.
Can you please attach the log file? Before please create a <APPNAME>.txt in Garmin->Apps->LOGS and start the app.
Thanks,
Daniel
--------------------------------------------------------------------------------------------
Hi,
Even with tempe app 1.4 version, same thing.
I waited for more than 2 minutes without success and several times too.
This is the log : I deleted tempe files before starting the app.
Thanks
Thanks, the log file helped a lot.
I saw that you received a channel closed (MSG_CODE_EVENT_CHANNEL_CLOSED) event. I think in cause i used GenericChannel.close(); when restarting the sensor. I removed the close() call and used only the release() followed with an init(), setConfig() and open() call when restarting the sensor.
Can you please test the attached version?
Thanks a lot,
Daniel
Thanks, the log file helped a lot.
I saw that you received a channel closed (MSG_CODE_EVENT_CHANNEL_CLOSED) event. I think in cause i used GenericChannel.close(); when restarting the sensor. I removed the close() call and used only the release() followed with an init(), setConfig() and open() call when restarting the sensor.
Can you please test the attached version?
Thanks a lot,
Daniel
Thanks, the log file helped a lot.
I saw that you received a channel closed (MSG_CODE_EVENT_CHANNEL_CLOSED) event. I think in cause i used GenericChannel.close(); when restarting the sensor. I removed the close() call and used only the release() followed with an init(), setConfig() and open() call when restarting the sensor.
Can you please test the attached version?
Thanks a lot,
Daniel
Ok, I just looked around the vivoactive. In settings>sensors, you can pair with a Tempe, and for data fields, you can select Temp, Temp max, or Temp min.
No app needed. What am I missing here? Having an app that does this outside of an activity? (the temp should be availability by way of the sensor module..)
I might invest $25US and get one and see what it can do...
Yes you are right. For Vivoactive you can pair the Tempe via System Sensor settings and access the values with the standard data fields in your activities.
But for the FR920XT you have no chance to pair the Tempe via System Sensor settings. So we have to go the way via a ConnectIQ app.
The sensor module only returns the current temp. But the Tempe has a 24min and 24max value too. So we have to access the temp directly via ANT+ module.