That looks great! Thank you very much for taking on that task!
Let’s hope it gets accepted soon!
That looks great! Thank you very much for taking on that task!
Let’s hope it gets accepted soon!
Amazing and thank you!
Is it complex to authenticate with your integration? I found the Tessie one a pita.
Its as easy as it possibly can be.
You add the config entry, it redirects you to Tesla, you login and pick scopes, it redirects you to https://my.home-assistant.io/ which redirects you to Home Assistant and your done.
Thanks, sounds good.
Will this integration expose controls also, or is it sensors only? The image says “various sensors”…
Looks like sensors only. core/homeassistant/components/tesla_fleet at tesla_fleet · Bre77/core · GitHub
Which is a pity.
Initially yes, read only platforms.
Home Assistant has rules about adding 1 platform per PR so it wasnt feasible to add all platforms in this release. I do hope to add other controls in the coming releases, however these very likely will not support command signing, as this is going to be dependant on the Tesla BLE integration I am also working on to install the encryption keys.
I’ve been going down the rabit hole of setting up Tesla Http Proxy these last few days and just saw this addon mentioned in the release notes. Is there an eta on exposing controls just so I can stop going through that PITA
Cheers!
I plan to add all controls by 2024.9 however it will not support command signing, as I plan to do that without using the command proxy which is going to take longer to engineer.
Will odometer be added ? I would like to use that for some automations.
It’s there, you just have to enable it
I was really excited to see this because I wanted to implement some automation with my Powerwall to turn off some loads when we lose power so I can extend my battery life. Unfortunately, it looks like the Grid Services Active and Grid Services Enabled sensors for the Powerwall show “Unknown” and “Off” even though I am currently grid connected and not experiencing an outage.
I know this is early days and there’s probably a lot to figure out. Is this a known issue or something that is expected to be working? I’m happy to open an issue or provide debug information. Being able to do this automation was one of my big drivers for getting into home assistant so I’d love for this to work.
Huge kudos for making this integration! I read about the problems trying to get this to work with newer Tesla equipment and I was really excited to see my Tesla products show up and watch the data come in from my solar panels.
Another follow-up question. As part of the Home Assistant on-boarding, I was asked for Grid consumption stats so Home Assistant could figure out my energy usage (I assume). I thought once I have this integration up, I would have a sensor I could feed into it, but it doesn’t look like it shows up. Is there something I’d have to do to make this compatible with the energy features in Home Assistant?
You need to create a diagnostic (from the integration config entry page) and upload it to an issue on GitHub. Ideally the Diag needs to be during the outage/thing that isn’t working.
I don’t have a Powerwall so I can’t test any of its features and have to do it entirely from documentation and user feedback.
Have you tried the Tesla Powerball integration?
Is it by design that all sensors go to unknown/unavailable after restart of home assistant if the car is asleep when the restart happens?
Is it possible to get this to work with a private HA? The configuration seems to use my external URL which is a private IP in my case.
Yes, but you must have the “my” integration enabled, which it is by default.
If it’s trying to redirect to your external domain I believe it’s because your my integration is disabled.
Yes and No, most entities should restore to the last known value. Ill have to try and fix this.