Skip to content

0verbyte/twc-gen3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWC Gen 3

Simple monitoring server for the Tesla Wall Connector Gen 3

twc-gen3

Features

  • Auto discover Wall Connector on network during server startup
  • Record Wall Connector stats to sqlite database every second
  • Quickly view Wall Connector information as line chart
  • Single binary to reduce infrastructure setup

Deployment

To run the entire application as a single binary, run:

% make build
% ./twc-gen3

This will build and start the server, which is running at http://127.0.0.1:8080.

Development

Install the following dependencies

Start the server with go build && ./twc-gen3. The web frontend is stored in web and can be started by running npm start from this folder.