home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.85k stars 29.54k forks source link

Tesla battery temperature, voltage and current available in Tessie #114564

Open Johanber opened 4 months ago

Johanber commented 4 months ago

The problem

Tessie now have Battery temperature, voltage and current available via direct telemetry. It would be nice to have these data available in Home assistant. Most important is battery temperature. The battery data can be read via the API using this endpoint: https://developer.tessie.com/reference/get-battery

What version of Home Assistant Core has the issue?

2024.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tessie

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tessie/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 4 months ago

Hey there @bre77, mind taking a look at this issue as it has been labeled with an integration (tessie) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `tessie` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign tessie` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tessie documentation tessie source (message by IssueLinks)

Bre77 commented 4 months ago

This is a feature request. I am aware of this, and the underlying library endpoint was only added a week ago, so it is possible, but I just need to find the time.

ffMathy commented 2 months ago

Great!

Any idea on how others can help? Can you point in the right direction or give an ETA?

Bre77 commented 2 months ago

I have started performing the pre-work to get this change implemented. https://github.com/home-assistant/core/pull/120406