mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-16 08:26:52 +03:00
Update 2020-11-30
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[MakeImage]
|
||||
;LogImageLocation = /log/source
|
||||
;LogfileRetentionInDays = 15
|
||||
WaitBeforeTakingPicture=5
|
||||
WaitBeforeTakingPicture = 5
|
||||
ImageQuality = 5
|
||||
ImageSize = VGA
|
||||
|
||||
@@ -14,19 +14,19 @@ SearchFieldY = 20
|
||||
|
||||
|
||||
[Digits]
|
||||
Model=/config/dig0710s3.tflite
|
||||
LogImageLocation = /log/digit
|
||||
LogfileRetentionInDays = 15
|
||||
ModelInputSize 20, 32
|
||||
Model = /config/dig0720s1.tflite
|
||||
;LogImageLocation = /log/digit
|
||||
;LogfileRetentionInDays = 3
|
||||
ModelInputSize = 20 32
|
||||
digit1, 306, 120, 37, 67
|
||||
digit2, 355, 120, 37, 67
|
||||
digit3, 404, 120, 37, 67
|
||||
|
||||
[Analog]
|
||||
Model=/config/ana0630s2.tflite
|
||||
LogImageLocation = /log/analog
|
||||
LogfileRetentionInDays = 15
|
||||
ModelInputSize 32, 32
|
||||
Model = /config/ana0630s2.tflite
|
||||
;LogImageLocation = /log/analog
|
||||
;LogfileRetentionInDays = 3
|
||||
ModelInputSize = 32 32
|
||||
analog1, 444, 225, 92, 92
|
||||
analog2, 391, 329, 92, 92
|
||||
analog3, 294, 369, 92, 92
|
||||
@@ -39,22 +39,25 @@ PreValueAgeStartup = 720
|
||||
AllowNegativeRates = False
|
||||
MaxRateValue = 0.1
|
||||
ErrorMessage = True
|
||||
CheckDigitIncreaseConsistency = False
|
||||
CheckDigitIncreaseConsistency = True
|
||||
|
||||
;[MQTT]
|
||||
;Uri = mqtt://IP-MQTT-SERVER:1883
|
||||
;Topic = watermeter/readout
|
||||
[MQTT]
|
||||
;Uri = mqtt://IP-ADRESS:1883
|
||||
;Topic = wasserzaehler/zaehlerstand
|
||||
;TopicError = wasserzaehler/error
|
||||
;ClientID = wasser
|
||||
;user = USERNAME
|
||||
;password = PASSWORD
|
||||
|
||||
[AutoTimer]
|
||||
AutoStart= True
|
||||
AutoStart = True
|
||||
Intervall = 4.85
|
||||
|
||||
[Debug]
|
||||
Logfile = False
|
||||
; Number of days before a log file is deleted. 0 = disabled. 10 is default value (if not defined)
|
||||
;LogfileRetentionInDays = 10
|
||||
LogfileRetentionInDays = 3
|
||||
|
||||
[System]
|
||||
TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
|
||||
|
||||
[Ende]
|
||||
2
sd-card/config/prevalue.ini
Normal file
2
sd-card/config/prevalue.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
2020-11-30_12-02-22
|
||||
42.013401
|
||||
Reference in New Issue
Block a user