Acknowledged

Power not registered

Hi,

I did an data field which connect the NP. It works for all users except for one Edge 1030 with connect iq 3.1.6, which does not get the power data. Garmin native data fields do get the data power.

Any thoughts on the problem or how to debug this user?

Thanks

Parents
  • cycling power meter.

    I have one user who reports my data field does not show power, while Garmin power fields does. 

    He has connect IQ 3.1.6 on his Edge 1030 (my data field needs 3.1.x).

    The data field works well for all other users.

    Any thoughts or help in debugging this would be appreciated.

    My code to read the power is quite simple:

    function compute(info) {
        var power = info.currentPower;    
        ...
    }
Comment
  • cycling power meter.

    I have one user who reports my data field does not show power, while Garmin power fields does. 

    He has connect IQ 3.1.6 on his Edge 1030 (my data field needs 3.1.x).

    The data field works well for all other users.

    Any thoughts or help in debugging this would be appreciated.

    My code to read the power is quite simple:

    function compute(info) {
        var power = info.currentPower;    
        ...
    }
Children