Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display_name is not publish on MQTT #4497

Open
1 task done
adamotte opened this issue Jan 22, 2025 · 2 comments
Open
1 task done

display_name is not publish on MQTT #4497

adamotte opened this issue Jan 22, 2025 · 2 comments
Labels
note:more information needed The reporter has to provide more information

Comments

@adamotte
Copy link

adamotte commented Jan 22, 2025

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

I was browsing my teslamate MQTT topics for a 3rd party integration with the help of Teslamate documentation as I notice there is no teslamate/cars/$car_id/display_name topic.

Expected Behavior

Not sure if it's the "good" display name but i was expecting something similar to what I can read on my teslamate homepage.

Steps To Reproduce

No response

Relevant log output

No relevant output as everything else is working as expected.

Screenshots

Image

Additional data

Here below all the topics on my teslamate.

active_route = {"error":"No active route available"}
active_route_destination = nil
active_route_latitude = nil
active_route_longitude = nil
battery_level = 76
center_display_state = 0
charge_current_request = 16
charge_current_request_max = 16
charge_energy_added = 30.72
charge_limit_soc = 80
charge_port_door_open = false
charger_actual_current = 0
charger_power = 0
charger_voltage = 2
charging_state = Disconnected
climate_keeper_mode = off
doors_open = false
driver_front_door_open = false
driver_rear_door_open = false
elevation = 189
est_battery_range_km = 296.86
exterior_color = Quicksilver
frunk_open = false
geofence = [CONFIDENTIAL]
heading = 81
healthy = true
ideal_battery_range_km = 392.04
inside_temp = 7.2
is_climate_on = false
is_preconditioning = false
is_user_present = false
latitude = [CONFIDENTIAL]
location = {"latitude":[CONFIDENTIAL],"longitude":[CONFIDENTIAL]}
locked = false
longitude = [CONFIDENTIAL]
model = Y
odometer = 1764.74
outside_temp = 6.0
passenger_front_door_open = false
passenger_rear_door_open = false
plugged_in = false
power = 0
rated_battery_range_km = 392.04
sentry_mode = false
since = 2025-01-22T09:37:23.577960Z
speed = 0
spoiler_type = None
state = offline
time_to_full_charge = 0.0
tpms_pressure_fl = 3.0
tpms_pressure_fr = 2.975
tpms_pressure_rl = 2.975
tpms_pressure_rr = 2.85
tpms_soft_warning_fl = false
tpms_soft_warning_fr = false
tpms_soft_warning_rl = false
tpms_soft_warning_rr = false
trim_badging = 74
trunk_open = false
update_available = false
usable_battery_level = 75
version = 2024.45.32.1
wheel_type = Apollo19MetallicShadow
windows_open = false

Type of installation

Docker

Version

1.32.0

@JakobLichterfeld
Copy link
Collaborator

Thanks for reporting.

You can find all the MQTT topic here: https://docs.teslamate.org/docs/integrations/mqtt

display name is the name you give your car via the touch screen in the menu

@JakobLichterfeld JakobLichterfeld added the note:more information needed The reporter has to provide more information label Jan 28, 2025
@dsz79
Copy link

dsz79 commented Jan 30, 2025

Others topics like :

teslamate/cars/$car_id/model
teslamate/cars/$car_id/trim_badging
teslamate/cars/$car_id/exterior_color
teslamate/cars/$car_id/wheel_type
teslamate/cars/$car_id/spoiler_type

are missing.

I wouldn't know how long, but in the first installation I did of teslamate, (Dec 2024) it did show that information. I think there has been neither teslamate nor mqtt updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note:more information needed The reporter has to provide more information
Projects
None yet
Development

No branches or pull requests

3 participants