Skip to content

1.2.2-beta5

Pre-release
Pre-release

Choose a tag to compare

@townsmcp townsmcp released this 15 Aug 08:26
· 43 commits to beta since this release
b87f16d

MG India: corrected tyre pressure readings

Fixes tyre pressure reporting on MG India vehicles (#288 — thanks @Dr-Blank):

  • Front Right tyre pressure was permanently Unknown because that wheel wasn't being decoded (a field-name mismatch in the protocol schema). It now reports correctly.
  • The other three wheels read roughly 3× too high — e.g. ~98 psi shown for a tyre actually at ~34 psi — because India's raw pressure unit was being scaled with the global/EU conversion. They now report real values.
  • Wheel Tyre Monitor Status (TPMS) is now populated for India instead of sitting Unknown, and correctly goes unavailable when the car reports nothing rather than implying "no fault".

Your chosen pressure unit in Home Assistant is unaffected — the sensor stays region-agnostic. Requires mg-ismart-india-client 0.1.3 (pinned in this release).