25 Commits

Author SHA1 Message Date
396f20307f comment for pure tariff-update 2025-06-25 09:35:56 +02:00
043ae67e82 extend zone3-tariff to 10 days 2025-06-23 11:48:59 +02:00
fdf3f30996 Revert "ATBAPP: Selection: Licenceplate or paper ticket"
This reverts commit 4b81e08ac2.
2025-05-21 10:54:45 +02:00
0cae2d556a HMI: Textupdate (es_ES) 2025-03-18 12:28:16 +01:00
4b81e08ac2 ATBAPP: Selection: Licenceplate or paper ticket 2025-03-10 14:46:59 +01:00
165db10ed8 Adapt format needed by new tariff library 2025-02-03 12:36:02 +01:00
f13f3b5bf2 PSA-config: trigger reinstall DC-json files
This is for machines which supposedly lost there device-controller
configurations.
2025-01-27 09:58:39 +01:00
77b1a77a4d Deaktivate sofware-update 2025-01-27 09:55:47 +01:00
466f3d6db5 Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_332 into zg1/zone1 2024-12-02 10:13:38 +01:00
430fb7eef9 Add /etc/atb/SystemControl.ini 2024-12-02 10:13:14 +01:00
b22fdf9e4a Change price for 1st hour: 5 Euro -> 10 Euro 2024-11-27 09:46:24 +01:00
342e58cbb1 Improve cut for ticket 2024-11-22 11:49:18 +01:00
a1755d305c Add tariff for BUS 2024-11-06 10:39:42 +01:00
04c549baa9 Textupdate: "Wait for Terminal" 2024-08-02 10:30:51 +02:00
15c4bbd8a0 Fix (Thomas): Title -> title 2024-06-17 15:43:36 +02:00
2486d71c34 Merge branch 'zg1/zone1' of https://git.mimbach49.de/GerhardHoffmann/customer_332 into zg1/zone1 2024-06-17 11:48:20 +02:00
7551b6b969 Update Jsons for Schoenau as provided by Thomas 2024-06-17 11:46:52 +02:00
2184c40256 Update release 2024-06-17 2024-06-17 09:57:33 +02:00
b8a4b41818 Update release 2024-06-10 2024-06-10 12:52:25 +02:00
0d24a80cb1 Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_332 into zg1/zone1 2024-05-28 08:24:28 +02:00
06a92a8330 Update release 20240521 2024-05-27 16:33:23 +02:00
0722fd1f13 Use cent-values: 5000,2000,1000,500 instead of euro-values. 2024-05-07 13:18:21 +02:00
c019713572 Fix: remove unused DC json files 2024-05-07 12:34:38 +02:00
128e4d9d14 Fix: opkg commands 2024-05-07 11:43:20 +02:00
db907417ef OPKG: release 20240506 2024-05-07 11:29:10 +02:00
24 changed files with 4819 additions and 407 deletions

71
etc/atb/SystemControl.ini Normal file
View File

@@ -0,0 +1,71 @@
[AT_TASKS]
1\arguments=restart, atbapp
1\envs=
1\hourOfDay=4
1\id=ATBAPP_RESTART
1\program=/bin/systemctl
2\arguments=restart, apism
2\envs=
2\hourOfDay=4
2\id=APISM_RESTART
2\program=/bin/systemctl
3\arguments=start, atbupdatetool
3\envs=
3\hourOfDay=1
3\id=PTU5UPDATE
3\program=/bin/systemctl
4\id=CASHBOX_CONTENT
4\program=/opt/app/tools/atbAccountingTool
4\arguments=-q, -c
4\envs=
4\hourOfDay=23
size=4
[BACKLIGHT]
SensorMax=3500
SensorMin=0
curve=1
dimLowValue=499
dimMax=100
dimMin=20
inputBrightness=499
[COMMON]
startBacklightController=true
startMQTTController=false
startMonitoringController=false
startSuspendController=false
[MONITORING]
http_dataFormat=HTTP
http_host=127.0.0.1
http_ignoreSslErrors=on
http_port=5000
http_protocol=http
http_service=
monitoring_heartbeatInterval=60
protocol=mqtt
useDeviceId=on
useRingbuffer=on
[MQTT]
mqtt_QoS=0
mqtt_TopicDeviceType=MP
mqtt_TopicPrefix=ATB
mqtt_TopicScheme=ATB_ISMAS
mqtt_debug=on
mqtt_host=mqtt2.atb-comm.de
mqtt_password=xyz123
mqtt_port=8883
mqtt_useSsl=on
mqtt_username=testuser
[NETWORKCHECK]
PingHost=google.com
networkRestart=/sbin/ifup -a
setOOO=off
useNetworkCheck=on
[SUSPEND]
program=/home/root/system_powerdown_wakeup.sh
suspendLoopTimerValue=8

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
{
"title":"DC2C_cash ",
"project":"Schoenau",
"version":"06.05.2024 02.00.07",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"CoinDenom(15..0)":[0,0,0,0,0,0,0,0,0,255,200,100,50,20,10,5],
"CoinValue(15..0)":[0,0,0,0,0,0,0,0,0,3,200,100,50,20,10,5],
"CoinAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0],
"ExchangeRate":1,
"TokenChannel":6,
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,5],
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,5000,2000,1000,500],
"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1],
"LocalTaxRate":19,
"ForeignTaxRate":0,

14
etc/psa_config/DC2C_conf.json Executable file → Normal file
View File

@@ -1,12 +1,12 @@
{
"title":"DC2C_config",
"project":"Schoenau",
"version":"15.11.2023 00001",
"Title":"DC2C_config",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"custNum":332,
"machNum":1000,
"borough":0,
"zone":0,
"machNum":99,
"borough":101,
"zone":1,
"alias":0,
"location":"Vorplatz 1"
"location":"Atb Buero Gerhardt"
}

View File

@@ -1,12 +0,0 @@
{
"title":"DC2C_config",
"project":"Schoenau",
"version":"15.11.2023 00001",
"custNum":332,
"machNum":21,
"borough":0,
"zone":0,
"alias":0,
"location":"Vorplatz 1"
}

View File

@@ -1,12 +0,0 @@
{
"title":"DC2C_config",
"project":"Schoenau",
"version":"15.11.2023 00001",
"custNum":332,
"machNum":25,
"borough":0,
"zone":0,
"alias":0,
"location":"Vorplatz 1"
}

View File

@@ -1,12 +0,0 @@
{
"title":"DC2C_config",
"project":"Schoenau",
"version":"15.11.2023 00001",
"custNum":332,
"machNum":26,
"borough":0,
"zone":0,
"alias":0,
"location":"Vorplatz 1"
}

View File

@@ -1,12 +1,12 @@
{
"title":"DC2C_device",
"project":"Schoenau",
"Version":"15.11.2023 00102",
"Project":"Schoenau",
"Version":"6.7.1-2025-01-27",
"printer":1,
"coinChk":3,
"mifRd":1,
"solarPwr":0,
"modem":0,
"modem":1,
"creditCard":1,
"escrow":0,
"RejMotor":0,

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri01",
"project":"Schoenau",
"Version":"15.11.2023 00001",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"styl":"font 10",
"styl":"size 11",
"styl":"align c",

View File

@@ -1,8 +1,7 @@
{
"title":"DC2C_pri02",
"project":"Schoenau",
"Version":"01.12.2023 00008",
"issued":"13.11.2023 01.01",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"text":"Standort: ",
"feed":"nl",
"vari":"location",

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri03",
"project":"Schoenau",
"Version":"09.04.2024 00001",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"feed":"nl",
"styl":"size 00",
"text":"Automat: ",
@@ -16,9 +16,14 @@
"styl":"align c",
"text":"Schönau am Königssee",
"feed":"nl",
"text":"Ticket-Nr. ",
"vari":"TickCtr",
"feed":"nl",
"text":"Automatentechnik ",
"feed":"nl",
"text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject"
}

View File

@@ -1,6 +1,6 @@
{
"title":"DC2C_pri04",
"project":"Schoenau",
"Version":"15.11.2023 01.01",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"text":"";
}

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri05",
"project":"Schoenau",
"Version":"15.11.2023 00001",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"styl":"font 10",
"styl":"size 11",
"styl":"align c",

View File

@@ -1,8 +1,7 @@
{
"title":"DC2C_pri06",
"project":"Schoenau",
"Version":"15.11.2023 00002",
"issued":"13.11.2023 01.01",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"text":"Standort: ",
"feed":"nl",
"vari":"location",
@@ -16,6 +15,7 @@
"vari":"wday deu short",
"vari":"date ge",
"vari":"time long"
}

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri07",
"project":"Schoenau",
"Version":"09.04.2024 00001",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"feed":"nl",
"styl":"size 00",
"text":"Automat: ",
@@ -16,9 +16,14 @@
"styl":"align c",
"text":"Schönau am Königssee",
"feed":"nl",
"text":"Ticket-Nr. ",
"vari":"TickCtr",
"feed":"nl",
"text":"Automatentechnik ",
"feed":"nl",
"text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject"
}

View File

@@ -1,6 +1,6 @@
{
"title":"DC2C_pri08",
"project":"Schoenau",
"Version":"15.11.2023 01.01",
"Project":"Schoenau",
"Version":"6.7.1-2024-06-17",
"text":"";
}

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri31",
"project":"door close print",
"Version":"15.11.2023 00001",
"Project":"door close print",
"Version":"6.7.1-2024-06-17",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",

View File

@@ -1,7 +1,7 @@
{
"title":"DC2C_pri32",
"project":"refund reciept",
"Version":"01.12.2023 00007",
"Project":"refund reciept",
"Version":"6.7.1-2024-06-17",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
@@ -14,6 +14,7 @@
"text":"Erstattungsbetrag: ",
"feed":"nl",
"vari":"Dynamic07",
"text":"€",
"feed":"nl",
"text":"KuNu: ",
"vari":"cunu",

View File

@@ -1,13 +1,13 @@
{
"Project" : "Schoenau",
"Version" : "1.2.0",
"Info" : "<<Tariff for Zone 1>>",
"Project" : "Schoenau",
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
"Info" : "Zone 1",
"Currency": [
{
"pcu_id": 1,
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "Euro",
"pcu_minor": "Cent",
"pcu_major": "EUR",
"pcu_minor": "",
"pcu_active": true
}
],
@@ -27,151 +27,370 @@
{
"pme_id": 4,
"pme_label": "steps"
},
{
"pme_id": 5,
"pme_label": "unified",
"comment": "deprecated"
}
],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
}
],
"PaymentOption": [
{
"pop_id": 1099,
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_payment_method_id": 4,
"pop_day_end_time": "15:20:00",
"pop_day_night_end_time": "15:20:00",
"pop_price_night": 0,
"pop_payment_method_id": 5,
"pop_min_time": 60,
"comment_pop_min_time": "60mins -> 300 cent",
"pop_max_time": 14400,
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
"pop_min_price": 300,
"pop_max_price": 9000,
"pop_plus_steps": 1,
"pop_minus_steps": 1,
"pop_time_step_config": 1,
"pop_time_step_config_comment": "STATIC",
"pop_allow_overpay": true,
"pop_carry_over": 1,
"pop_daily_card_price": 0,
"pop_multi_hour_price": 8
"pop_business_hours": 0
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 1,
"pra_price": 300
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 0,
"pra_price": 300
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 6,
"pra_price": 700
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 700
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 5,
"pra_price": 900
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 900
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 7,
"pra_price": 1800
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 1800
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 8,
"pra_price": 2700
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
"pra_price": 2700
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 9,
"pra_price": 3600
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 3600
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 10,
"pra_price": 4500
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 4500
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 11,
"pra_price": 5400
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 5400
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 12,
"pra_price": 6300
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 6300
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 13,
"pra_price": 7200
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 7200
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 14,
"pra_price": 8100
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 8100
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 15,
"pra_price": 9000
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 9000
}
],
"Duration": [
{
"pun_id": 1,
"pun_label": "1h",
"pun_duration": 60
"pun_duration": 60,
"pun_id": 0
},
{
"pun_id": 3,
"pun_label": "15 min",
"pun_duration": 15
"pun_duration": 180,
"pun_id": 1
},
{
"pun_id": 5,
"pun_label": "24h",
"pun_duration": 1440
"pun_duration": 1440,
"pun_id": 2
},
{
"pun_id": 6,
"pun_label": "3h",
"pun_duration": 180
"pun_duration": 2880,
"pun_id": 3
},
{
"pun_id": 7,
"pun_label": "48h",
"pun_duration": 2880
"pun_duration": 4320,
"pun_id": 4
},
{
"pun_id": 8,
"pun_label": "72h",
"pun_duration": 4320
"pun_duration": 5760,
"pun_id": 5
},
{
"pun_id": 9,
"pun_label": "96h",
"pun_duration": 5760
"pun_duration": 7200,
"pun_id": 6
},
{
"pun_id": 10,
"pun_label": "120h",
"pun_duration": 7200
"pun_duration": 8640,
"pun_id": 7
},
{
"pun_id": 11,
"pun_label": "144h",
"pun_duration": 8640
"pun_duration": 10080,
"pun_id": 8
},
{
"pun_id": 12,
"pun_label": "168h",
"pun_duration": 10080
"pun_duration": 11520,
"pun_id": 9
},
{
"pun_id": 13,
"pun_label": "192h",
"pun_duration": 11520
"pun_duration": 12960,
"pun_id": 10
},
{
"pun_id": 14,
"pun_label": "216h",
"pun_duration": 12960
},
{
"pun_id": 15,
"pun_label": "240h",
"pun_duration": 14400
"pun_duration": 14400,
"pun_id": 11
}
]
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Thursday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Friday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Saturday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Sunday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}]
}

View File

@@ -1,13 +1,13 @@
{
"Project" : "Schoenau",
"Version" : "1.2.0",
"Info" : "<<<Tariff for zone 2>>>",
"Project" : "Schoenau",
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
"Info" : "Zone 2",
"Currency": [
{
"pcu_id": 1,
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "Euro",
"pcu_minor": "Cent",
"pcu_major": "EUR",
"pcu_minor": "",
"pcu_active": true
}
],
@@ -27,151 +27,370 @@
{
"pme_id": 4,
"pme_label": "steps"
},
{
"pme_id": 5,
"pme_label": "unified",
"comment": "deprecated"
}
],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
}
],
"PaymentOption": [
{
"pop_id": 1100,
"pop_label": "Zone 2",
"pop_payment_method_id": 4,
"pop_day_end_time": "15:07:00",
"pop_day_night_end_time": "15:07:00",
"pop_price_night": 0,
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_payment_method_id": 5,
"pop_min_time": 60,
"comment_pop_min_time": "60mins -> 300 cent",
"pop_max_time": 14400,
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
"pop_min_price": 300,
"pop_max_price": 6000,
"pop_plus_steps": 1,
"pop_minus_steps": 1,
"pop_time_step_config": 1,
"pop_time_step_config_comment": "STATIC",
"pop_allow_overpay": true,
"pop_carry_over": 1,
"pop_daily_card_price": 0,
"pop_multi_hour_price": 8
"pop_business_hours": 0
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 1,
"pra_price": 300
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 0,
"pra_price": 300
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 6,
"pra_price": 500
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 500
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 5,
"pra_price": 600
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 600
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 7,
"pra_price": 1200
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 1200
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 8,
"pra_price": 1800
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
"pra_price": 1800
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 9,
"pra_price": 2400
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 2400
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 10,
"pra_price": 3000
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 3000
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 11,
"pra_price": 3600
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 3600
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 12,
"pra_price": 4200
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 4200
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 13,
"pra_price": 4800
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 4800
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 14,
"pra_price": 5400
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 5400
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 15,
"pra_price": 6000
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 6000
}
],
"Duration": [
{
"pun_id": 1,
"pun_label": "1h",
"pun_duration": 60
"pun_duration": 60,
"pun_id": 0
},
{
"pun_id": 3,
"pun_label": "15 min",
"pun_duration": 15
"pun_duration": 180,
"pun_id": 1
},
{
"pun_id": 5,
"pun_label": "24h",
"pun_duration": 1440
"pun_duration": 1440,
"pun_id": 2
},
{
"pun_id": 6,
"pun_label": "3h",
"pun_duration": 180
"pun_duration": 2880,
"pun_id": 3
},
{
"pun_id": 7,
"pun_label": "48h",
"pun_duration": 2880
"pun_duration": 4320,
"pun_id": 4
},
{
"pun_id": 8,
"pun_label": "72h",
"pun_duration": 4320
"pun_duration": 5760,
"pun_id": 5
},
{
"pun_id": 9,
"pun_label": "96h",
"pun_duration": 5760
"pun_duration": 7200,
"pun_id": 6
},
{
"pun_id": 10,
"pun_label": "120h",
"pun_duration": 7200
"pun_duration": 8640,
"pun_id": 7
},
{
"pun_id": 11,
"pun_label": "144h",
"pun_duration": 8640
"pun_duration": 10080,
"pun_id": 8
},
{
"pun_id": 12,
"pun_label": "168h",
"pun_duration": 10080
"pun_duration": 11520,
"pun_id": 9
},
{
"pun_id": 13,
"pun_label": "192h",
"pun_duration": 11520
"pun_duration": 12960,
"pun_id": 10
},
{
"pun_id": 14,
"pun_label": "216h",
"pun_duration": 12960
},
{
"pun_id": 15,
"pun_label": "240h",
"pun_duration": 14400
"pun_duration": 14400,
"pun_id": 11
}
]
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Thursday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Friday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Saturday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Sunday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 6000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}]
}

View File

@@ -1,13 +1,13 @@
{
"Project" : "Schoenau",
"Version" : "1.0.0",
"Info" : "",
"Project" : "Schoenau",
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
"Info" : "Zone 3",
"Currency": [
{
"pcu_id": 1,
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "Euro",
"pcu_minor": "Cent",
"pcu_major": "EUR",
"pcu_minor": "",
"pcu_active": true
}
],
@@ -27,91 +27,370 @@
{
"pme_id": 4,
"pme_label": "steps"
},
{
"pme_id": 5,
"pme_label": "unified",
"comment": "deprecated"
}
],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
}
],
"PaymentOption": [
{
"pop_id": 1100,
"pop_label": "Zone 2",
"pop_payment_method_id": 4,
"pop_day_end_time": "15:07:00",
"pop_day_night_end_time": "15:07:00",
"pop_price_night": 0,
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_payment_method_id": 5,
"pop_min_time": 60,
"pop_max_time": 1440,
"comment_pop_min_time": "60mins -> 200 cent",
"pop_max_time": 14400,
"comment_pop_max_time": "1440mins = 24h -> 5 euros",
"pop_min_price": 200,
"pop_max_price": 5000,
"pop_plus_steps": 1,
"pop_minus_steps": 1,
"pop_time_step_config": 1,
"pop_time_step_config_comment": "STATIC",
"pop_allow_overpay": true,
"pop_carry_over": 1,
"pop_daily_card_price": 0,
"pop_multi_hour_price": 5
"pop_business_hours": 0
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 1,
"pra_price": 200
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 0,
"pra_price": 200
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 6,
"pra_price": 400
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 400
},
{
"pra_payment_option_id": 1100,
"pra_payment_unit_id": 5,
"pra_price": 500
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 500
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 1000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
"pra_price": 1500
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 2000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 2500
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 3000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 3500
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 4000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 4500
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 5000
}
],
"Duration": [
{
"pun_id": 1,
"pun_label": "1h",
"pun_duration": 60
"pun_duration": 60,
"pun_id": 0
},
{
"pun_id": 3,
"pun_label": "15 min",
"pun_duration": 15
"pun_duration": 180,
"pun_id": 1
},
{
"pun_id": 5,
"pun_label": "24h",
"pun_duration": 1440
"pun_duration": 1440,
"pun_id": 2
},
{
"pun_id": 6,
"pun_label": "3h",
"pun_duration": 180
"pun_duration": 2880,
"pun_id": 3
},
{
"pun_id": 7,
"pun_label": "48h",
"pun_duration": 2880
"pun_duration": 4320,
"pun_id": 4
},
{
"pun_id": 8,
"pun_label": "72h",
"pun_duration": 4320
"pun_duration": 5760,
"pun_id": 5
},
{
"pun_id": 9,
"pun_label": "96h",
"pun_duration": 5760
"pun_duration": 7200,
"pun_id": 6
},
{
"pun_id": 10,
"pun_label": "120h",
"pun_duration": 7200
"pun_duration": 8640,
"pun_id": 7
},
{
"pun_id": 11,
"pun_label": "144h",
"pun_duration": 8640
"pun_duration": 10080,
"pun_id": 8
},
{
"pun_id": 12,
"pun_label": "168h",
"pun_duration": 10080
"pun_duration": 11520,
"pun_id": 9
},
{
"pun_duration": 12960,
"pun_id": 10
},
{
"pun_duration": 14400,
"pun_id": 11
}
]
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Thursday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Friday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Saturday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Sunday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 5000,
"min_price": 200
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}]
}

View File

@@ -0,0 +1,553 @@
{
"Project" : "Schoenau",
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
"Info" : "Zone 4",
"Currency": [
{
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "EUR",
"pcu_minor": "",
"pcu_active": true
}
],
"PaymentMethod": [
{
"pme_id": 1,
"pme_label": "progressive"
},
{
"pme_id": 2,
"pme_label": "degressive"
},
{
"pme_id": 3,
"pme_label": "linear"
},
{
"pme_id": 4,
"pme_label": "steps"
},
{
"pme_id": 5,
"pme_label": "unified",
"comment": "deprecated"
}
],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
}
],
"PaymentOption": [
{
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_payment_method_id": 5,
"pop_min_time": 60,
"comment_pop_min_time": "60mins -> 200 cent",
"pop_max_time": 1440,
"comment_pop_max_time": "1440mins = 24h -> 5 euros",
"pop_min_price": 1000,
"pop_max_price": 2500,
"pop_plus_steps": 1,
"pop_minus_steps": 1,
"pop_time_step_config": 1,
"pop_time_step_config_comment": "STATIC",
"pop_allow_overpay": true,
"pop_carry_over": 1,
"pop_business_hours": 0
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 0,
"pra_price": 1000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 2000
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 2500
}
],
"Duration": [
{
"pun_duration": 60,
"pun_id": 0
},
{
"pun_duration": 300,
"pun_id": 1
},
{
"pun_duration": 1440,
"pun_id": 2
}
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Thursday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Friday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Saturday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Sunday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 1440,
"max_price": 2500,
"min_price": 1000
}
],
"prepaid_settings" : [
{
"prepaid_ranges" : [
{
"prepaid_id" : 1,
"prepaid_duration": 420,
"prepaid_start" : "00:00:00",
"prepaid_end": "07:00:00"
},
{
"prepaid_id" : 2,
"prepaid_duration": 300,
"prepaid_start" : "19:00:00",
"prepaid_end": "24:00:00"
}
]
}
],
"carry_over_settings" : [
{
"carry_over_ranges" : [
{
"carry_over_id" : 1,
"carry_over_if": "always",
"carry_over_duration": 420,
"carry_over_start" : "00:00:00",
"carry_over_end": "07:00:00"
},
{
"carry_over_id" : 2,
"carry_over_if": "always",
"carry_over_duration": 300,
"carry_over_start" : "19:00:00",
"carry_over_end": "24:00:00"
}
]
}
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 720,
"service_start" : "07:00:00",
"service_end": "19:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}]
}

View File

@@ -1,13 +1,13 @@
{
"Project" : "Schoenau",
"Version" : "1.2.1",
"Info" : "<<Tariff for Zone 1>>",
"Project" : "Schoenau",
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
"Info" : "Zone 1",
"Currency": [
{
"pcu_id": 1,
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "Euro",
"pcu_minor": "Cent",
"pcu_major": "EUR",
"pcu_minor": "",
"pcu_active": true
}
],
@@ -27,151 +27,370 @@
{
"pme_id": 4,
"pme_label": "steps"
},
{
"pme_id": 5,
"pme_label": "unified",
"comment": "deprecated"
}
],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "20:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "20:00:00"
},
{
"time_range_id": 3,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
}
],
"PaymentOption": [
{
"pop_id": 1099,
"pop_id": 1049,
"pop_label": "Zone 1",
"pop_payment_method_id": 4,
"pop_day_end_time": "15:20:00",
"pop_day_night_end_time": "15:20:00",
"pop_price_night": 0,
"pop_payment_method_id": 5,
"pop_min_time": 60,
"comment_pop_min_time": "60mins -> 300 cent",
"pop_max_time": 14400,
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
"pop_min_price": 300,
"pop_max_price": 9000,
"pop_plus_steps": 1,
"pop_minus_steps": 1,
"pop_time_step_config": 1,
"pop_time_step_config_comment": "STATIC",
"pop_allow_overpay": true,
"pop_carry_over": 1,
"pop_daily_card_price": 0,
"pop_multi_hour_price": 8
"pop_business_hours": 0
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 1,
"pra_price": 300
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 0,
"pra_price": 300
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 6,
"pra_price": 700
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 700
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 5,
"pra_price": 900
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 900
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 7,
"pra_price": 1800
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 1800
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 8,
"pra_price": 2700
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
"pra_price": 2700
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 9,
"pra_price": 3600
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 3600
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 10,
"pra_price": 4500
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 4500
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 11,
"pra_price": 5400
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 5400
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 12,
"pra_price": 6300
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 6300
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 13,
"pra_price": 7200
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 7200
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 14,
"pra_price": 8100
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 8100
},
{
"pra_payment_option_id": 1099,
"pra_payment_unit_id": 15,
"pra_price": 9000
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 9000
}
],
"Duration": [
{
"pun_id": 1,
"pun_label": "1h",
"pun_duration": 60
"pun_duration": 60,
"pun_id": 0
},
{
"pun_id": 3,
"pun_label": "15 min",
"pun_duration": 15
"pun_duration": 180,
"pun_id": 1
},
{
"pun_id": 5,
"pun_label": "24h",
"pun_duration": 1440
"pun_duration": 1440,
"pun_id": 2
},
{
"pun_id": 6,
"pun_label": "3h",
"pun_duration": 180
"pun_duration": 2880,
"pun_id": 3
},
{
"pun_id": 7,
"pun_label": "48h",
"pun_duration": 2880
"pun_duration": 4320,
"pun_id": 4
},
{
"pun_id": 8,
"pun_label": "72h",
"pun_duration": 4320
"pun_duration": 5760,
"pun_id": 5
},
{
"pun_id": 9,
"pun_label": "96h",
"pun_duration": 5760
"pun_duration": 7200,
"pun_id": 6
},
{
"pun_id": 10,
"pun_label": "120h",
"pun_duration": 7200
"pun_duration": 8640,
"pun_id": 7
},
{
"pun_id": 11,
"pun_label": "144h",
"pun_duration": 8640
"pun_duration": 10080,
"pun_id": 8
},
{
"pun_id": 12,
"pun_label": "168h",
"pun_duration": 10080
"pun_duration": 11520,
"pun_id": 9
},
{
"pun_id": 13,
"pun_label": "192h",
"pun_duration": 11520
"pun_duration": 12960,
"pun_id": 10
},
{
"pun_id": 14,
"pun_label": "216h",
"pun_duration": 12960
},
{
"pun_id": 15,
"pun_label": "240h",
"pun_duration": 14400
"pun_duration": 14400,
"pun_id": 11
}
]
],
"Monday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Tuesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Wednesday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Thursday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Friday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Saturday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}],
"Sunday" : [{
"default" : {
"payment_settings" : [
{
"min_time" : 60,
"max_time" : 14400,
"max_price": 9000,
"min_price": 300
}
],
"prepaid_settings" : [
],
"carry_over_settings" : [
],
"service_settings" : [
{
"service_ranges" : [
{
"service_id" : 1,
"service_duration": 1440,
"service_start" : "00:00:00",
"service_end": "24:00:00"
}
]
}
],
"out_of_service_settings" : [
]
}
}]
}

View File

@@ -4,11 +4,13 @@
# opkg-commands added to this file will be executed by ATBUpdateTool.
###############################################################################
#
opkg update
# opkg update
# opkg install prepare-update
# opkg install atbupdatetool
# opkg install mxt-touch-reset
# opkg install apism
# opkg install tariff-config-332
# opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller
# opkg --cache /var/cache/opkg upgrade ptu5-systemcontroller
#
# opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
# opkg --cache /var/cache/opkg --download-only upgrade atbqt
#
# opkg --cache /var/cache/opkg upgrade atb-dc-libraries
# opkg --cache /var/cache/opkg upgrade atb-plugin-dc
# opkg --cache /var/cache/opkg upgrade atbqt