not unusual for OBDII TPS. If you use AiM, you can create a math channel and scale the values to “stretch” 14%-75% signal to 0% to 100%. See screenshot with highlights of which values to configure once you “Insert” a new channel in the Math menu.
Full formula:
IF(GT((OBDII_TPS – 14)*1.9,100),100,IF(LT((OBDII_TPS – 14)*1.9,0),0,(OBDII_TPS – 14)*1.9))
OBDII_TPS_Scaled.jpg