Compare commits

...

16 Commits

Author SHA1 Message Date
48a03d5f7d Add refund and bill-lines 2024-06-25 16:45:00 +02:00
5b09f281f4 Merge branch 'zg1/zone1' of https://git.mimbach49.de/GerhardHoffmann/customer_746 into zg1/zone1 2024-06-25 16:40:06 +02:00
bff7ff4032 removed empty lines 2024-06-25 16:34:24 +02:00
9e46295fe4 Fix: DC2C_cash.json 2024-06-25 16:25:24 +02:00
86fd25683c DC_device: add paramter "housing" ...
... this is for enabling door switches on 1256 DC
2024-06-25 15:44:11 +02:00
e1782ae4f6 opkg install release 2024-06-18 2024-06-25 15:42:26 +02:00
15b5fef435 Disable opkg-commands 2024-05-23 15:38:55 +02:00
8af9af2e52 Downgrade tariff libs 2024-05-23 15:26:54 +02:00
7a95bb261f Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_746 into zg1/zone1 2024-05-23 14:51:54 +02:00
1fc4224604 Fix wrong prices: 30 -> 32, 36 -> 40 2024-05-06 11:24:29 +02:00
93d5f23a43 Fix: set pop_business_hours: 0x3F00 -> 0x7F00 2024-05-06 10:15:53 +02:00
c8f9389f36 Merge branch 'zg1/zone1' of https://git.mimbach49.de/GerhardHoffmann/customer_746 into zg1/zone1 2024-05-06 09:34:02 +02:00
3b259a8e90 Reload tariff-file 2024-05-06 09:33:35 +02:00
7698f857ad HMI: Textupdate (cs_CZ) 2024-04-26 11:19:14 +02:00
303f6b7d7a ATBAPP: set password for FeigPlug Six (plugin CC_TCPZVT) 2024-04-26 10:27:10 +02:00
4578c4a84f Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_746 into zg1/zone1 2024-04-26 10:26:13 +02:00
6 changed files with 37 additions and 37 deletions

View File

@@ -97,6 +97,6 @@ SSL=0
ZVT=DE ZVT=DE
sleep=1 sleep=1
printIntermediateStatus=1 printIntermediateStatus=1
Password=835322 Password=749729
NumberOfChars=37 NumberOfChars=37
dcHours="0" dcHours="0"

View File

@@ -209,7 +209,7 @@
<fr_FR>Start</fr_FR> <fr_FR>Start</fr_FR>
<de_DE>Start</de_DE> <de_DE>Start</de_DE>
<it_IT>Start</it_IT> <it_IT>Start</it_IT>
<cs_CZ> </cs_CZ> <cs_CZ>Start</cs_CZ>
</Text> </Text>
<Text textnr="0x3D"> <Text textnr="0x3D">
<de_AT> </de_AT> <de_AT> </de_AT>

View File

@@ -1,16 +1,16 @@
{ {
"title":"DC2C_cash", "title":"DC2C_cash ",
"project":"Christoph Reisen", "project":"Christoph Reisen",
"version":"1.0.0 2024.04.26", "version":"1.0.0 2024.04.26",
"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1], "CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1],
"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3], "CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3],
"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0], "CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0],
"ExchangeRate":1, "ExchangeRate":1,
"TokenChannel":6, "TokenChannel":6,
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"LocalTaxRate":19, "LocalTaxRate":19,
"ForeignTaxRate":0, "ForeignTaxRate":0,
"Surcharge":0, "Surcharge":0,
"Discount":0 "Discount":0
} }

View File

@@ -23,5 +23,8 @@
"BattWarn":11800, "BattWarn":11800,
"BattErr":11200, "BattErr":11200,
"foreign":1, "foreign":1,
"refPrint":0 "refundPrint":0,
"billWarnLev":400,
"billFullLev":500,
"housing":1
} }

View File

@@ -40,11 +40,11 @@
"pop_min_time": 360, "pop_min_time": 360,
"pop_max_time": 7440, "pop_max_time": 7440,
"pop_min_price": 600, "pop_min_price": 600,
"pop_max_price": 3600, "pop_max_price": 4000,
"pop_carry_over": 1, "pop_carry_over": 1,
"pop_daily_card_price": 0, "pop_daily_card_price": 0,
"pop_business_hours": 16128, "pop_business_hours": 32512,
"comment_pop_business_hours": "0x3F00 -> MON-SUN" "comment_pop_business_hours": "0x7F00 -> MON-SUN"
} }
], ],
"PaymentRate": [ "PaymentRate": [
@@ -76,12 +76,12 @@
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 6, "pra_payment_unit_id": 6,
"pra_price": 3000 "pra_price": 3200
}, },
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 7, "pra_payment_unit_id": 7,
"pra_price": 3600 "pra_price": 4000
} }
], ],
"Duration": [ "Duration": [
@@ -173,3 +173,4 @@
} }
] ]
} }

View File

@@ -6,17 +6,13 @@
# #
opkg update opkg update
opkg install prepare-update opkg install prepare-update
opkg install atbupdatetool #
opkg install mxt-touch-reset opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
opkg install atb-dc-libraries opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
opkg install ptu5-systemcontroller opkg --cache /var/cache/opkg --download-only upgrade atbqt
opkg install atb-modemtools #
# opkg remove atb-accountingtool opkg --cache /var/cache/opkg upgrade atb-dc-libraries
# opkg install atb-accountingtool opkg --cache /var/cache/opkg upgrade atb-plugin-dc
#opkg --cache /var/cache/opkg --download-only upgrade opkg --cache /var/cache/opkg upgrade atbqt
#opkg --cache /var/cache/opkg upgrade #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/atb-plugin-calculateprice-mobilisis_1.5.0+git0+034adf9096-r1-00700_cortexa9t2hf-neon.ipk
# opkg remove apism #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/libmobilisis-calc2_2.1.99+git0+c7623429d9-r0-00700_cortexa9t2hf-neon.ipk
# opkg install apism
opkg info apism
opkg info atbqt
opkg info atbupdatetool