ngardiner / TWCManager

Control power delivered by a Tesla Wall Charger using two wires screwed into its RS-485 terminals.
The Unlicense
133 stars 55 forks source link

Only add vehicles to carApiVehicles #554

Closed RichieB2B closed 9 months ago

RichieB2B commented 9 months ago

Because of 4b1767f7360313654784d4004764e32e6c25ce40 the list of products might also include Tesla home batteries, Tesla chargers, etc. So we need to only select the cars from the list.

Also, the return value of addVehicle() is not used. So instead of returning False when no vehicle is added, I removed the return altogether.