EVChargeLog: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
|url=https://github.com/BITPlan/com.bitplan.evchargelog
|url=https://github.com/BITPlan/com.bitplan.evchargelog
|version=0.0.1
|version=0.0.1
|date=2019/02/06
|date=2019-02-06
|since=2019-02-06
|until=2019-12-31
|storemode=property
|storemode=property
}}
}}
=Freitext=
= Charging Stations =
= Charging Stations =
* [https://map.openchargemap.io/#/search OpenChargeMap]
* [https://map.openchargemap.io/#/search OpenChargeMap]
Line 26: Line 29:
# Betreiber -> Operator {{Done}}
# Betreiber -> Operator {{Done}}
# Adresse -> Address {{Done}}
# Adresse -> Address {{Done}}
# Postleitzahl Ort
# Postleitzahl Ort -> Zip / City {{Done}}
# Längengrad DG -> Lat {{Done}}
# Längengrad DG -> Lat {{Done}}
# Breitengrad DG -> Lon {{Done}}
# Breitengrad DG -> Lon {{Done}}
Line 36: Line 39:


=== Openchargemap ===
=== Openchargemap ===
# Title -> Name
# CountryID -> Country  
# CountryID -> Country  
# Latitude -> Lat {{Done}}
# Latitude -> Lat {{Done}}
Line 43: Line 47:
# AdressLine1 -> Address {{Done}}
# AdressLine1 -> Address {{Done}}
# RelatedURL -> Url {{Done}}
# RelatedURL -> Url {{Done}}
# AccessComments -> Comments {{Done}}


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

Latest revision as of 13:20, 17 December 2021

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  2019-02-06
until  2019-12-31

Freitext

Charging Stations

Charging Station adding by app

Mappings

Bundesnetzagentur

  1. Betreiber -> Operator
  2. Adresse -> Address
  3. Postleitzahl Ort -> Zip / City
  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. Title -> Name
  2. CountryID -> Country
  3. Latitude -> Lat
  4. Longitude -> Lon
  5. Postcode -> Zip
  6. Town -> City
  7. AdressLine1 -> Address
  8. RelatedURL -> Url
  9. AccessComments -> Comments

APIs