Add car from different account #2563
-
|
My wife just got a M3 with an account in her name/email. I am currently using TeslaMate with my MY. I want to add my wife's M3 to TeslaMate as well. Most importantly I want both to report as separate cars to my HomeAssistant MQTT broker. I'm running TeslaMate as a docker container in a Ubuntu VM on Proxmox. I spun up a new VM (RancehrOS) and got the new M3 tracking in there. I have them both pointed to my HA MQTT broker which is running as its own VM on the same Proxmox box. Problem is, they both report to MQTT with a car id of "1". So I can only see one of them at a time in MQTT/HA. Any suggestions on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Any reason you stood up its own TeslaMate instance for your wife Model 3? Your can run both inside of a single TeslaMate instance and each Tesla will have a unique
You could manually through the database, but do not advise it.
You would need to be added to her Tesla account as a driver. Then it should show up in your Tesla app as a second car. Once confirmed, log out and log back into TeslaMate. TeslaMate should pickup the second car. Edit: re-read your first line - did not pickup you used her email address and password. See here: https://www.tesla.com/support/account-support#car-access "How can I add a driver for my vehicle?" |
Beta Was this translation helpful? Give feedback.
Any reason you stood up its own TeslaMate instance for your wife Model 3? Your can run both inside of a single TeslaMate instance and each Tesla will have a unique
ID. Data will stay unique and separate for both. In fact, if you ever have to log back into one or both instances, I imagine the other car is going to show up. Quite surprised when you setup the second instance and logged in, both cars did not show up.You could manually through the database, but do not advise it.
You would need to be added to her Tesla account as a driver. Then it should show up in your Tesla app a…