Compare commits

...

4 Commits

4 changed files with 78 additions and 64 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

View File

@ -22,6 +22,8 @@
"text":"Automatentechnik ", "text":"Automatentechnik ",
"feed":"nl", "feed":"nl",
"text":"Baumann GmbH", "text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject" "feed":"eject"
} }

View File

@ -22,6 +22,8 @@
"text":"Automatentechnik ", "text":"Automatentechnik ",
"feed":"nl", "feed":"nl",
"text":"Baumann GmbH", "text":"Baumann GmbH",
"feed":"nl",
"feed":"nl",
"feed":"eject" "feed":"eject"
} }

View File

@ -1,7 +1,7 @@
{ {
"Project" : "Schoenau", "Project" : "Schoenau",
"Version" : "1.2.0", "Version" : "1.3.0",
"Info" : "<<Tariff for Zone 4>>", "Info" : "<<Tariff for Zone 4>> (Bus)",
"Currency": [ "Currency": [
{ {
"pcu_id": 1, "pcu_id": 1,
@ -49,7 +49,7 @@
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 1, "pra_payment_unit_id": 1,
"pra_price": 500 "pra_price": 1000
}, },
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
@ -78,66 +78,5 @@
"pun_label": "5h", "pun_label": "5h",
"pun_duration": 300 "pun_duration": 300
} }
],
"WeekDaysWorktime": [
{
"pwd_id": 621,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 1,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 622,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 2,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 623,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 3,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 624,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 4,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 625,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 5,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 626,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 6,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
},
{
"pwd_id": 627,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 7,
"pwd_time_from": "07:00:00",
"pwd_time_to": "19:00:00"
}
],
"PeriodYear": [
{
"pye_id": 1,
"pye_label": "Whole year",
"pye_start_month": 1,
"pye_start_day": 1,
"pye_end_month": 12,
"pye_end_day": 31
}
] ]
} }