EVChargeLog: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 39: Line 39:
# Longitude -> Lon {{Done}}
# Longitude -> Lon {{Done}}
# Postcode -> Zip {{Done}}
# Postcode -> Zip {{Done}}
# Town -> City {{Done}}
# AdressLine1 -> Address {{Done}}


= APIs =
= APIs =
* https://github.com/westnordost/osmapi
* https://github.com/westnordost/osmapi

Revision as of 09:39, 13 February 2019

OsProject

OsProject
edit
id  com.bitplan.evchargelog
state  
owner  BITPlan
title  Electric Vehicle Charge Log
url  https://github.com/BITPlan/com.bitplan.evchargelog
version  0.0.1
description  
date  2019/02/06
since  
until  

Charging Stations

Charging Station adding by app

Mappings

Bundesnetzagentur

  1. Betreiber -> Operator
  2. Adresse -> Address
  3. Postleitzahl Ort
  4. Längengrad DG -> Lat
  5. Breitengrad DG -> Lon
  6. Inbetriebnahmedatum
  7. Anschlussleistung kW
  8. Art der Ladeeinrichtung
  9. Anzahl Ladepunkte
  10. Steckertypen

Openchargemap

  1. Latitude -> Lat
  2. Longitude -> Lon
  3. Postcode -> Zip
  4. Town -> City
  5. AdressLine1 -> Address

APIs