diff --git a/website/docs/integrations/mqtt.md b/website/docs/integrations/mqtt.md index 30356fb268..23203193e7 100644 --- a/website/docs/integrations/mqtt.md +++ b/website/docs/integrations/mqtt.md @@ -61,6 +61,7 @@ Vehicle data will be published to the following topics: | `teslamate/cars/$car_id/battery_level` | 88 | Battery Level Percentage | | `teslamate/cars/$car_id/usable_battery_level` | 85 | Usable battery level percentage | | `teslamate/cars/$car_id/plugged_in` | true | If car is currently plugged into a charger | +| `teslamate/cars/$car_id/charging_state` | Charging | The cars charging state (Charging, Disconnected, Stopped, NoPower, Complete) | | `teslamate/cars/$car_id/charge_energy_added` | 5.06 | Last added energy in kWh | | `teslamate/cars/$car_id/charge_limit_soc` | 90 | Charge Limit Configured in Percentage | | `teslamate/cars/$car_id/charge_port_door_open` | true | Indicates if the charger door is open |