-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trainer not correctly detected by ZWIFT, Dongle not supported #42
Comments
Hi @E-NINA "very old (GARMIN USB)" ExplorANT first lists all USB devices in the system. It would help to tell what output you get there. I expect a table like "manufacturer=, product=, vendor=, product=()". Please copy. The software only expects (4104, "Suunto"), (4105, "Garmin"), (4100, "Older") but that table can be simply extended if needed. If you start FortiusANT with -a -g flags; it will start with calibration. The display shows "* * * * * C A L I B R A T I N G * * * * *". You need to start to pedal so that the calibration actually starts (this is how 1932 Fortius works). After calibration, FortiusANT will be in operational mode and ZWIFT / ROUVY will detect the trainer. It seems something with the calibration. If it keeps crashing, please send logfile (-d 127) |
Hello, (if you need linux "lsusb" I can send only tomorrow) Regarding the crash, I did make the Calibration and wait to run till the end (also try without make the calibration) with windows exes crashed with python run normaly. I attach the logs: FortiusANT.2020-03-29 20-32-53.log I thinks this is the error mensage: 20:34:27,815: ReadFromDongle() returns: ["a4 03 40 02 01 03 e7", "a4 03 40 01 01 03 e4", "a4 09 4f 01 46 ff ff ff ff 02 36 01 90"] Also for information the info for the working dongle: 20:30:28,853: ExplorANT started |
LINUX info for the non working ANT dongle: Bus 001 Device 007: ID 0fcf:1004 Dynastream Innovations, Inc. ANTUSB Stick [ 215.107857] usb_serial_simple 1-6:1.0: device disconnected |
I have good news: the crash is resolved in logfile.py So download the newest software and that should work. |
In antDongle.py you find the list:
4100 = 0x1004 and hence, should be found... The list is derived from antifier so I never tested it (I do not have that dongle) but I believe antifier did. You show ExplorANT's output "for the working dongle:" but I would be interested to see in the situation of the non-working dongle.
BUT first ... please download newest files! |
Hello, I've tested new windows version and can confirm that now I've no crash running ROUVY. My configuration, for FortiusANT: PS C:\Users\sv028268\Documents\FortiusANT-master\pythoncode> py explorant.py For Zwift and ROUVY For the non working dongle I try investigate a litle bit more on that, so far I saw that that old ant versions works with serial UART -> cp210x. I think this is the part o the "antDongle.py" code lines 432...470. Ist this part of code active still? , I don't thin |
Hi E-NINA #1 Computer; Windows 10, ANT-Dongle, FortiusANT - works What do you need the second dongle for and in what system? antDongle line 433 "elif False" is kept only for reference; it will never be executed. |
Hello, #1 Computer; Windows 10, ANT-Dongle, FortiusANT - works -> YES #2 Tablet, Zwift and Rouvy - works ?? -> on Zwift don't detect trainer (but HR 57592 yes) Regarding the second dongle I'm try with that just to make zwift work |
Well that's special; if Zwift detects one device but not the other and Rouvy detects both ... it's something with Zwift. Perhaps the distance from tablet to PC? |
Isn't distance tablet and laptop are less than 10 cm away. |
Hi E-nina, I hope that new USB dongle will help. Success with ride on Rouvy. I am trying to get rouvy work on my windows pc but no luck yet. Under investigation why rouvy does not detect ANT-dongle. |
I've just linked rouvy to strava. Ride 3 consecutive day without any issue b) |
Great. Strava upload from Rouvy seems slow, but let's see tomorrow!👍 |
@E-NINA is succesfully training with results on strava |
Hello, due to this situation about Corona I was also checking my old trainner. I just relaised that Tacx Trainner Software isn't supported anymore. I've try fortiusAnt and I get working parcially as I have some issues.
I'm from Portugal, Evora and I've a Fortius T1932.
I've 2 ANT dongles but I realised one is very old (GARMIN USB) and as only 4 channels so no detected as a ANT dongle by ExplorANT.exe (I don't know if this is soposly to be like that but left here for reference).
The other dongle works correct and is dected by ExplorANT.exe.
I'm able to go ahead as I've a tablet with ANT integrated.
So running fortiusant windows exe file I got the following:
Runing PY files
Any hit why ZWIFT can't detect trainner?
Originally posted by @E-NINA in #14 (comment)
The text was updated successfully, but these errors were encountered: