Tesla API Client & Logger
Precompiled streaming logger can be used with java -jar TeslaApi-0.1.jar -u <username> -p <password>. The first vehicle will be streamed to the CSV logs/vehicle_<vin>.csv (logs directory needs to be already created).
Client implementation targeted for the streaming websocket endpoint in TeslaClient.
Actor with reconnect and reauthentication to stream to CSV in TeslaLogger.