From 69d19c16e08ea558b3cd3f9808e771edd2a9ea47 Mon Sep 17 00:00:00 2001 From: Beme99 <36592315+Beme99@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:00:28 +0100 Subject: [PATCH 1/2] Update mqtt.md Added "charging_state" in mqtt doc --- website/docs/integrations/mqtt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/integrations/mqtt.md b/website/docs/integrations/mqtt.md index 30356fb268..3103547589 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 | From 43a44e7279eed0e08ea910df31489b197c684219 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Sat, 4 Jan 2025 13:09:39 +0100 Subject: [PATCH 2/2] style: linter findings --- website/docs/integrations/mqtt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/integrations/mqtt.md b/website/docs/integrations/mqtt.md index 3103547589..23203193e7 100644 --- a/website/docs/integrations/mqtt.md +++ b/website/docs/integrations/mqtt.md @@ -61,7 +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/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 |