home-assistant/core

Tesla

ddanielww opened this issue · 7 comments

The problem

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

The tesla fleet integration does not work.

Add it, login, goes back to my home assistant with error 500 internal error.

Is the original one in home assistant still supported as I see many people using the hacs one ?

id rather use the official one and surely it’s still supported or it would be removed ?

But the hacs page it says the official one was removed , very confused !

What version of Home Assistant Core has the issue?

Latest

What was the last working version of Home Assistant Core?

Latest

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tesla Fleet

Link to integration documentation on our website

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

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

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

Code owner commands

Code owners of tesla_fleet 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 tesla_fleet 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)


tesla_fleet documentation
tesla_fleet source
(message by IssueLinks)

Bre77 commented

Hey @ddanielww the Tesla integration was in fact removed, and moved to a custom HACS integration. However since Tesla added the Fleet API and Open Source authentication I added the Tesla Fleet integration to core. It is completely independant to the Tesla integration, and in fact is very similar to both Teslemetry and Tessie integrations since all three use the Tesla Fleet API.

As for your issues getting setup, I need you to provide some relevant logs. Enable debug logging for the Tesla Fleet integration, then try add your account again, disable debug logging and attach that file.

Any reason to use hacs version instead of the one built in?

I have got it working now, failed on mobile but worked on PC.

Bre77 commented

Any reason to use hacs version instead of the one built in?

I'm biased but I think the Tesla Fleet integration is the way to go for most people.

I'm not fully across where the HACS Tesla integration is these days, but it's working for fewer and fewer people and Tesla intends to shutdown the Owner's API. It is capable of using the command proxy but I'm currently working to build that functionality into Home Assistant directly.

I tried both and they seem to do the same thing for me.

I only wanted the sensor information will look at the commands maybe down the road.

awesome work thank you very much, I’m gonna stick to the build it one :)