You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not run the 01-reset.py using garmin usb-ant stick and belt
Looking at the data, there was a MESSAGE_STARTUP which was not processed in message.py
I added
elif self.type_ == MESSAGE_STARTUP:
msg = ChannelAcknowledgedDataMessage()
elif self.type_ == MESSAGE_INVALID: #message not decoded, prefer to process
raise MessageError('Invalid message')
...
and now it works well
Belt reference: HRM2-SS
dump of fit file info related to heart rate monitor belt:
manufacturer=garmin, serial_number=19, product=5, software_version=0.04, cum_operating_time=10426, device_index=2, device_type=heart_rate, hardware_version=4
I don't know why this message appears, I had to modify the usb initialisation but it should not have any effect.
Regards
Philippe
The text was updated successfully, but these errors were encountered:
I could not run the 01-reset.py using garmin usb-ant stick and belt
Looking at the data, there was a MESSAGE_STARTUP which was not processed in message.py
I added
...
and now it works well
Belt reference: HRM2-SS
dump of fit file info related to heart rate monitor belt:
manufacturer=garmin, serial_number=19, product=5, software_version=0.04, cum_operating_time=10426, device_index=2, device_type=heart_rate, hardware_version=4
I don't know why this message appears, I had to modify the usb initialisation but it should not have any effect.
Regards
Philippe
The text was updated successfully, but these errors were encountered: