Skip to content

Commit

Permalink
doc: added missing topic "charging_state" in mqtt doc (teslamate-org#…
Browse files Browse the repository at this point in the history
…4466)

* Update mqtt.md

Added "charging_state" in mqtt doc

* style: linter findings

---------

Co-authored-by: Jakob Lichterfeld <[email protected]>
  • Loading branch information
2 people authored and senmizu committed Jan 14, 2025
1 parent b63e0ea commit 41466b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/integrations/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 41466b6

Please sign in to comment.