Aha. This wasnât something I considered. Maybe I could make it an OR if the same filter is repeated? I am trying to think if there are any use-cases for repeating a filter and wanting an AND.
We only need an OR if PM_serial occurs twice. I canât think of a case where AND with 2x PM_serial is needed. But other repeated filters than PM_serial are needed with AND.
Or maybe it is something like:
PM_serial = PM_serial1; PM_serial2 possible from the one field. Then AND would be separated in one field with ; and OR over the second filter.
The simplest example can be several tags that must be fulfilled. Thatâs really individual.
But also there AND and OR would be useful to have. Possible via a checkbox for AND/OR?
Ah ok thats a good one. I could do it for duplicates of simple text substring fields like name and PM serial etc⌠⌠maybe ⌠will think about it a bit. Could perhaps just allow " or " in text fields.
I am using the website ActivityFix to edit my Strava activities according to different rules.
I have two Garmin Speed Sensors on my two bikes. Depending on the Speed Sensor detected in the Garmin Fit File, the Gear for the Activity for Strava is updated. If my HR chest strap is detected, the elapsed time of all activities for which it has been used is written to the Strava private activity notes.
Would it be possible for intervals.icu to also track the distance, elapsed time, moving time, of all the sensors available in the Garmin Fit files?
For ActivityFix, all of it is done via Rules. For the HR Monitor, the elapsed time will be recorded no matter if the sensor is connected via Ant+ or Bluetooth.
interestersing⌠iâm surprised that the SN will differ when recording from a Garmin vs a Wahoo⌠Tot it would read the same serial from the Power Meter. A SN Is supposed to be unique to the PM no? anyways⌠.No idea since I donât have wahoo.
which seems to tell me that the PM SN should be unique. Is this SN being listed in your FIT file? is Garmin showing the right SN or the Wahoo is showing the right SN?
Iâm not sure how my questions will fix your issue, but I ma genuinely curious to why 1 PM would generate 2SN thatâs all. (cos it seems like this is the cause of you having issues w/ the gear assignation)
Hi David, for some reason the auto-assign function doesnât work for my rides since 2 days.
Even though PM as well as PM serial No. is provided to the gear
I think there might be a race condition with activities also coming in from Strava. I have seen it once myself with my own data. I will try figure out whats up.,
I did make one small change that I thought might help but I wasnât sure because I couldnât reproduce he problem. I did add logging to help diagnose whats up if it happens again.