config.ini 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [MakeImage]
  2. ;LogImageLocation = /log/source
  3. ;LogfileRetentionInDays = 15
  4. WaitBeforeTakingPicture = 5
  5. ImageQuality = 5
  6. ImageSize = VGA
  7. [Alignment]
  8. InitalRotate=180
  9. /config/ref0.jpg 119 273
  10. /config/ref1.jpg 456 138
  11. SearchFieldX = 20
  12. SearchFieldY = 20
  13. [Digits]
  14. Model = /config/dig0721s1.tflite
  15. ;LogImageLocation = /log/digit
  16. ;LogfileRetentionInDays = 3
  17. ModelInputSize = 20 32
  18. digit1 306 120 37 67
  19. digit2 355 120 37 67
  20. digit3 404 120 37 67
  21. [Analog]
  22. Model = /config/ana0630s2.tflite
  23. ;LogImageLocation = /log/analog
  24. ;LogfileRetentionInDays = 3
  25. ModelInputSize = 32 32
  26. analog1 444 225 92 92
  27. analog2 391 329 92 92
  28. analog3 294 369 92 92
  29. analog4 168 326 92 92
  30. [PostProcessing]
  31. DecimalShift = 0
  32. PreValueUse = true
  33. PreValueAgeStartup = 720
  34. AllowNegativeRates = false
  35. MaxRateValue = 0.1
  36. ErrorMessage = true
  37. CheckDigitIncreaseConsistency = false
  38. [MQTT]
  39. ;Uri = mqtt://IP-ADRESS:1883
  40. ;Topic = wasserzaehler/zaehlerstand
  41. ;TopicError = wasserzaehler/error
  42. ;ClientID = wasser
  43. ;user = USERNAME
  44. ;password = PASSWORD
  45. [AutoTimer]
  46. AutoStart = true
  47. Intervall = 4.85
  48. [Debug]
  49. Logfile = false
  50. LogfileRetentionInDays = 3
  51. [System]
  52. TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
  53. ;TimeServer = fritz.box
  54. SetupMode = true
  55. [Ende]