diff --git a/Configuration/index.html b/Configuration/index.html index bb97232..56a8612 100644 --- a/Configuration/index.html +++ b/Configuration/index.html @@ -210,7 +210,7 @@
Most of the settings can be modified with the help of a web based graphical user interface. This is hosted through the web server on the ESP32.
More configuration parameters can be edited by hand in the config.ini and corresponding files in the /config directory on the SD-card.
If you where using the Version 1 of the watermeter you can easily transfer the configuration to the new system by following the steps in this migration description
+If you where using the Version 1 of the watermeter you can easily transfer the configuration to the new system by following the steps in this migration description
The principle is very simple and can most easily be described as a flow of processing steps. Each step has a dedicated parameter description in the config.ini, which is indicated by brackets [name_of_step]. The steps are processed in the order written in the config file. That means, that you first have to describe the image taking, then the aligning and cutting and only after that you can start to config a neural network. The last step is the post processing.
It is recommended to do the configuration of the alignment structures and ROIs through the graphical user interface. A step by step instruction can be found here: [[Graphical Configuration]]
Details on the image recognition flow can be found in the other project here: https://github.com/jomjol/water-meter-system-complete/blob/master/images/Alignment_procedure_draft.pdf
-The config.ini here has the same functionality and options, but a slightly different syntax due to a own written ini-parser is used. Migration see here.
The config.ini here has the same functionality and options, but a slightly different syntax due to a own written ini-parser is used. Migration see here.
Thanks to the help of the user @deadly667 here are some hints for the integration into the home assistant: [[Integration-Home-Assistant]]
diff --git a/sitemap.xml.gz b/sitemap.xml.gz index deb756e..072b8af 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ