Brett Adams

Results 120 comments of Brett Adams

@JEMcats I am going to raise some PRs against your fork to make this PR look more like https://github.com/home-assistant/core/pull/126166. I am going to recommend you remove the grid and storm...

> It looks like the tesla_fleet integration is currently limited to sensors only (no controls) All platforms (controls) except update are in 2024.10 which has a beta available now. It...

> What does command signing enable exactly? Will controls not work on vehicles requiring the fleet API? This is difficult to answer because it's different for different vehicles and is...

I think that's pretty much correct. Regarding High-frequency, Teslemetry and Tessie both have [Fleet Telemetry](https://teslemetry.com/docs/topics/telemetry-fields) which gives you limited **realtime** data. Its not as high frequency as the unsupported endpoint...

@segdy > Previously sending commands worked over Owner API but not any more. But reading is still possible via Owner API. I haven't used it since 2023. Unsigned commands probably...

Yeah there is a bug I know about, just need to push the fix into Tesla Fleet and Tessie

I believe the bug is in the Home Assistant side, essentially Tesla starts seat heater positions at 1, but the auto seat heater positions at 0, and I'm using the...

What comes to mind is if you are using something like Kafka but not acknowledging your messages so they are remaining on the Fleet Telemetry server. Can you share details...

> I will get the details and config on Monday but we are writing directly to MySQL and not via Kafka. So you have made modifications to the code? That's...

I'd repeat the registration setup again but for North America too, your error had something about a region mismatch. https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/partner_accounts instead of https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/partner_accounts Also make sure that curl command is...