Update config.ini in demo folder

This commit is contained in:
CaCO3
2025-03-18 22:36:53 +01:00
committed by GitHub
parent 61085d3861
commit 64bf79b288

View File

@@ -43,14 +43,14 @@ AlignmentAlgo = default
/config/ref1.jpg 536 113 /config/ref1.jpg 536 113
[Digits] [Digits]
Model = /config/dig-cont_0710_s3_q.tflite Model = /config/dig-cont_0810_s3_q.tflite
CNNGoodThreshold = 0.5 CNNGoodThreshold = 0.5
;ROIImagesLocation = /log/digit ;ROIImagesLocation = /log/digit
;ROIImagesRetention = 3 ;ROIImagesRetention = 3
main.dig1 438 62 49 71 false main.dig1 438 62 49 71 false
[Analog] [Analog]
Model = /config/ana-cont_1300_s2.tflite Model = /config/ana-cont_1400_s2_q.tflite
;ROIImagesLocation = /log/analog ;ROIImagesLocation = /log/analog
;ROIImagesRetention = 3 ;ROIImagesRetention = 3
main.ana1 452 199 120 120 false main.ana1 452 199 120 120 false
@@ -67,7 +67,7 @@ main.AllowNegativeRates = true
main.ExtendedResolution = true main.ExtendedResolution = true
main.IgnoreLeadingNaN = false main.IgnoreLeadingNaN = false
ErrorMessage = true ErrorMessage = true
CheckDigitIncreaseConsistency = false main.CheckDigitIncreaseConsistency = false
;[MQTT] ;[MQTT]
;Uri = mqtt://IP-ADRESS:1883 ;Uri = mqtt://IP-ADRESS:1883
@@ -76,11 +76,14 @@ CheckDigitIncreaseConsistency = false
;user = USERNAME ;user = USERNAME
;password = PASSWORD ;password = PASSWORD
RetainMessages = false RetainMessages = false
;DomoticzTopicIn = undefined
;main.DomoticzIDX = undefined
HomeassistantDiscovery = false HomeassistantDiscovery = false
;MeterType = other ;MeterType = other
;CACert = /config/certs/RootCA.pem ;CACert = /config/certs/RootCA.pem
;ClientCert = /config/certs/client.pem.crt ;ClientCert = /config/certs/client.pem.crt
;ClientKey = /config/certs/client.pem.key ;ClientKey = /config/certs/client.pem.key
;ValidateServerCert = true
;[InfluxDB] ;[InfluxDB]
;Uri = undefined ;Uri = undefined
@@ -133,4 +136,3 @@ TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
RSSIThreshold = -75 RSSIThreshold = -75
CPUFrequency = 160 CPUFrequency = 160
SetupMode = false SetupMode = false