-
-
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
Issues with a Vortex... #286
Comments
Hi @RichBeardsley welcome in the FortiusAnt community. 100W is the start-up requested power from FortiusAnt and this means that no commands from Zwift are received. Specific pairing information is not in the manual because it would require to decribe it for all CTPs, although Zwift is (one of) the largests. FortiusAnt broadcasts a FE-C (Controllable Fitness Equipment) to pair with, and also a Power-meter and Speed-and-Cadence sensor which can be used to pair with a Garmin Edge. Please check there first and let me know if further help is needed. |
Hi Wouter Yes Zwift is pairing fine, but I'm trying to eliminate that by just using the FortiusANT GUI with no CTP attached, thats where I'm getting the frozen power/cadence numbers. The two ANT+ dongles I have are both Dynostream, one is the original TACX device the other is one off Amazon if thats relevant? Thanks for the help |
If you want to use without CTP attached, use -m or -M for manual mode. |
ANT dongles are OK as long is no CYCPLUS is mentioned. |
Thanks Wouter, So I'm assuming here that you've not seen the frozen or very slow to update numbers coming out of FortiusANT - I'll keep picking at it to see if I can get to the bottom of it. Thanks again! |
FortiusANT broadcasts a FE-C device on ANT and this means that power/speed/cadence info is broadcasted every .25 seconds. To be exact: FortiusAnt sends it to the ANTdongle and believes it will be transmitted. Then Zwift must pick-up and -when aired- I have not heard about any issues there untill now. |
Hi @RichBeardsley, I believe to have come across a very similar issue or most likely the exact same issue now that I just started using a Tacx Genius with FortiusAnt. I set up a RPI 4B with FortiusAnt which connects to the Genius through the Tacx ANT+ dongle and broadcasts through bluetooth for connecting with my smartphone or tablet. I looked into this a little deeper through enabling the debug logging of FortiusAnt and I noticed that the data is actually correctly coming through the ANT+ dongle so I had the impression that there seemed to be an issue with parsing or decomposing the data. While debugging the python code itself, I found out that there is an issue in the main ANT loop (Tacx2DongleSub). Nevertheless, thank you @WouterJD and everyone involved for making this actually possible to still use my old Tacx Genius and make it "smart". 👍 |
Hi @Thusti thanks for that, I’ll try it... |
I will look into it shortly |
Hi @Thusti sorry for responding late, but I've been busy with other developments. What I know is that only the first time messages are flushed, because they appear to be present from a previous session. Tell me how the status is at the moment... |
Hey, no worries. For the moment I have not set up my Fortius Genius anymore with the RPI 4 so I can't debug right now. FortiusANT/pythoncode/usbTrainer.py Line 1948 in 38ac73c
|
see antDongle.py Flushing is only done when the caller asks to receive; which was not the case. Sorry for that. |
* TFT display proto#1 * TFT display proto#2 * TFT display final#3 * TFT display final#4 * TFT display final#5 * TFT display final#6 buttons #286 * TFT display #7 TFTdisplay for all trainers * TFT display #7 T1932 Windows, Raspberry * TFT display #8 GUI centered * TFT display #9 Manual + executable * Raspberry Pi installation update * Raspberry Pi Documentation update * TCX and Console cosmetics * Version 6.2 executable * Short message comment added
Hi All,
First of all, thanks for everyone involved with this, amazing to see the skills behind it in getting old kit working how we think Tacx should of done it, I was very frustrated a few years back when they suggested they couldn't update the i-Vortex to be smart or even broadcast the power over normal ANT+...clearly they could of. But I guess their tactics worked as I bought a Neo eventually :-/
Anyway, My wife is using the hand me downs now and I'm having a number of issues with my i-Vortex (T1961 & T1962 - latest firmware with 2.5 & 2.7 I think) - the data being collected by FortiusANT is very laggy or gets stuck with static values, or I get nothing at all.
I've installed the software on a Mac and also on a raspberryPi and I'm getting the same issues. Its probable that I'm doing the wrong things on both but at least I'm consistent.
The flags I'm using are basic starter values, just -a, -g and -t Vortex so not sure where I'm going wrong here.
I have two ANT dongles and I've tried with them individually attached, and also with the head unit on/off but still the same problems.
If I use the trainer without any ANT+ connections then the head unit is displaying what you'd expect so it seems at least the brake unit is sending the correct data.
I'm also a little confused as to the target power, if I'm using Zwift then I assume it just tells the trainer a certain target gradient? or if in a workout then a target power? what relation to this is the 100W target you see in the GUI? is that relevant once Zwift takes over control?
Thanks
Richard in Nottingham, UK.
The text was updated successfully, but these errors were encountered: