SAIC-iSmart-API / saic-python-mqtt-gateway

A service that queries the data from an MG iSMART account and publishes the data over MQTT and to other sources
MIT License
71 stars 21 forks source link

[QUESTION] How to get the charging power #184

Closed fgsch closed 7 months ago

fgsch commented 7 months ago

Hi. Is there any topic for the charging power? Is it drivetrain/power? If so, why is it showing as -X.XXX?

nanomad commented 7 months ago

It's the realtime reading of the power being supplied by the BMS

If you are interested in just the "power during charging" I suggest you look at that value while the isCharging topic reports true or while the charger plug is connected

fgsch commented 7 months ago

Great, thank you!