Giter VIP home page Giter VIP logo

connectorjs / evcm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evcc-io/evcc

2.0 2.0 0.0 45.63 MB

Electric Vehicles Charging Management Software⚡☀️🚘🔌

Home Page: https://connectorjs.com

License: MIT License

Shell 0.57% JavaScript 3.19% Go 82.43% CSS 0.38% Makefile 0.20% HTML 0.08% Smarty 0.42% Vue 12.65% Dockerfile 0.08%
abb-electric abb-terra abb-terra-ac charging-station eebus emobility evcm go golang modbus mqtt ocpp restful tesla togg wallbox

evcm's Introduction

GitHub followers

ConnectorJS-Client

Establish easy and secure remote connection to your local databases, files, etc.

Install

Npm / yarn

# npm / yarn install globally
$ npm install connectorjs-client -g

# Usage
$ connectorjs -h

Usage:
connectorjs <command> [options]

connectorjs start           run connector client
connectorjs show            show clientId and clientPass
connectorjs -v[--version]   version number
connectorjs -h[--help]      help

Press any key to continue.

Windows

Download for Windows

Extract zip and install setup file connectorjs-client-setup.zip

Screenshots

----

MacOS X

... soon

or try install via npm/yarn package managers.

Linux / Ubuntu

  • Download shell script
sudo wget https://raw.githubusercontent.com/connectorjs/connector-client/main/installer/linux/install-connectorjs.sh

sudo chmod +x install-connectorjs.sh
sudo ./install-connectorjs.sh
...
...

OR

  • Run all commands in terminal directly
sudo apt-get install node wget -y
sudo npm install -g pm2 -y
sudo wget https://github.com/connectorjs/connector-client/archive/refs/heads/main.zip -O /tmp/cc.zip
sudo unzip /tmp/cc.zip -d /opt/
sudo mv /opt/connector-client-main /opt/connectorjs
sudo rm /tmp/cc.zip
cd /opt/connectorjs
sudo npm install
sudo pm2 start connector-client.js
sudo pm2 startup
sudo pm2 save

echo "Connectorjs installed"
  • .env file
SOCKET_SERVER_URL=wss://api.connectorjs.com/connector
RECONNECTION_INTERVAL=20000
NODE_ENV={{develoment | production}}
CLIENT_ID={{client_id}}
CLIENT_PASS={{client_pass}}

evcm's People

Contributors

andig avatar bboehmke avatar dependabot[bot] avatar derandereandi avatar duckfullstop avatar elinaurbanovich avatar grimmimeloni avatar hofyyy avatar int5749 avatar mabunixda avatar markusgh avatar menkej avatar naltatis avatar nelli81 avatar pannwt avatar panzerdev avatar pauxus avatar premultiply avatar rivengh avatar rtttc avatar schenlap avatar sillium007 avatar stefanschoof avatar thecem avatar thierolm avatar tisoft avatar tobiasbayer avatar volkerk62 avatar weblate avatar xantalor avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.