mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 08:56:29 +00:00
23 lines
580 B
INI
23 lines
580 B
INI
[General]
|
|
currency = €
|
|
# define format for data export, can be csv or xlsx
|
|
export_format = csv
|
|
# minimum trip length in km so it's added to stats and map in website
|
|
minimum trip length = 10
|
|
# for future use
|
|
length unit = km
|
|
export format = csv
|
|
[Electricity config]
|
|
# price by kw/h
|
|
day price = 0.15
|
|
night price
|
|
# ex: 22h30
|
|
night hour start
|
|
# ex: 6h00
|
|
night hour end
|
|
dc charge price
|
|
high speed dc charge price
|
|
# minimum power in kW that should be delivered during a charge so it can be considered as a high speed charger
|
|
high speed dc charge threshold
|
|
charger efficiency = 0.8942
|