EVChargeLog: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
 
(8 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 24: Line 27:
== Mappings ==
== Mappings ==
=== Bundesnetzagentur ===
=== Bundesnetzagentur ===
# Betreiber
# Betreiber -> Operator {{Done}}
# Adresse
# Adresse -> Address {{Done}}
# Postleitzahl Ort
# Postleitzahl Ort -> Zip / City {{Done}}
# Längengrad DG
# Längengrad DG -> Lat {{Done}}
# Breitengrad DG
# Breitengrad DG -> Lon {{Done}}
# Inbetriebnahmedatum
# Inbetriebnahmedatum
# Anschlussleistung kW
# Anschlussleistung kW
Line 34: Line 37:
# Anzahl Ladepunkte
# Anzahl Ladepunkte
# Steckertypen
# Steckertypen
=== Openchargemap ===
# Title -> Name
# CountryID -> Country
# Latitude -> Lat {{Done}}
# Longitude -> Lon {{Done}}
# Postcode -> Zip {{Done}}
# Town -> City {{Done}}
# AdressLine1 -> Address {{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