Zwift Sensor Component - Feedback and Testers Needed

You can create a template sensor in the menu “settings → devices & services → Helpers → Create helper → Template → sensor”
then you can use the look for the information convert it to float and divide by 1000. And add mts add the end.
Replace the XXXXXXX with your <playerid>


it will get you something similar to this (with your height) then you can use this sensor in your boards

Good Luck!!

1 Like

OK rad, that’ll get me started. Thank you very much!!

I do mine a little different but the results are the same - this is different example for last ride distaste

{{ (states.sensor.zwift_online_24xxx.attributes.latest_activity.distanceInMeters *0.001 ) | round(2) }}

image