mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
17 lines
449 B
INI
17 lines
449 B
INI
[General]
|
|
currency = €
|
|
# minimum trip length in km so it's added to stats and map in website
|
|
minimum trip length = 10
|
|
|
|
[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 = 0.4
|
|
high speed dc charge price = 0.6
|
|
# 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 = 60 |