Giter VIP home page Giter VIP logo

pangaran / ev-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sap-labs-france/ev-dashboard

0.0 0.0 0.0 19.09 MB

e-Mobility Charging Station management front-end Angular application linked to the ev-server NodeJs backend

Home Page: http://e-mobility-solution.com

License: Apache License 2.0

TypeScript 80.43% JavaScript 0.25% HTML 13.29% Dockerfile 0.03% Makefile 0.05% Shell 0.11% SCSS 5.78% Groovy 0.04% CSS 0.02%

ev-dashboard's Introduction

e-Mobility Angular Dashboard App

Summary

The Angular dashboard connects to the EVSE Server to display the charging stations in real time.

The application features:

  • Displays of the charging stations, their status and their delivered power in real time.
  • User management (create, update, delete, authorize, change role...)
  • Charging station charging curves in real time
  • Actions on charging stations: Reboot, Clear Cache, Stop Transaction, Unlock Connector...
  • Energy control: set the maximum energy delivered by the charging station

Live demo here e-Mobility

Installation

  • Install NodeJS: https://nodejs.org/ (install the LTS version)
  • Clone this GitHub project
  • Go into the ev-dashboard directory and run npm install or yarn install (use sudo in Linux)

NOTE:

choco install -y nodejs-lts
brew install node
  • Follow the rest of the setup below

The Dashboard

Configuration

There is one template provided: src/assets/config-template.json.

Rename it to config.json.

Move this configuration file into the src/assets directory.

Edit this file, you will set relevant config data in it.

Connect to the Central Service REST Server (CSRS)

The dashboard is served by a web server, downloaded into the browser and will call the REST Server to retrieve and display the data.

Set the REST Server URL:

  "CentralSystemServer": {
    "protocol": "http",
    "host": "localhost",
    "port": 80
  },

Create and set a Google Maps API key

Ev-dashboard requires you to setup a Google API key: https://developers.google.com/maps/documentation/javascript/get-api-key#restrict_key. Once the key is created it must be enabled (from the Google Console) and the value must replace the one present in /src/index.html, in Google Maps section:

src="https://maps.googleapis.com/maps/api/js?key=<YOUR_KEY_HERE>&libraries=places&language=en"></script>

Setup the reCaptcha API key

In order to call REST endpoints of ev-server, a reCaptcha key is required. Refers to this link https://www.google.com/recaptcha/admin/create to create one then copy the client key in config.json, in User section:

	"User": {
	  "maxPictureKb": 150,
	  "captchaSiteKey": "<GOOGLE_RECAPTCHA_KEY_CLIENT>"
	},

Start the Dashboard Server

Development Mode

npm start

Production Mode

First build the sources with:

npm run build:prod

Next, start the server with:

npm run start:prod

Secured Production Mode (SSL)

Build the sources as above and run it with:

npm run start:prod:ssl

Tests End To End

To run e2e tests, you first need to have a server and UI up and running. Then start the e2e suite with:

npm run e2e

That's it!

License

This file and all other files in this repository are licensed under the Apache Software License, v.2 and copyrighted under the copyright in NOTICE file, except as noted otherwise in the LICENSE file.

Please note that Docker images can contain other software which may be licensed under different licenses. This LICENSE and NOTICE files are also included in the Docker image. For any usage of built Docker images please make sure to check the licenses of the artifacts contained in the images.

ev-dashboard's People

Contributors

lucasbrazi06 avatar olivegerste avatar cabch avatar gochax avatar jerome-benoit avatar ninjeneer avatar fonsu avatar willylellouch avatar jakob8 avatar stefania-santimbrean avatar mariansalceda avatar rohanantony avatar roiko avatar sweetsofia83 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.