update param config

This commit is contained in:
CaCO3
2023-02-04 22:46:05 +01:00
parent 04d395627c
commit 80af3abe3d
43 changed files with 99 additions and 167 deletions

View File

@@ -1,10 +1,8 @@
# Parameter `<NUMBER>.AnalogDigitalTransitionStart`
Default Value: `9.2`
## Description
Please fill me with an explanation and useful links
This can be used if you have wrong values, but the recognition of the individual ROIs are correct.
Look for the start of changing of the first digit and note the analog pointer value behind.
Set it here. Only used on combination of digits and analog pointers.
See [here](../Watermeter-specific-analog---digital-transition) for details.

View File

@@ -1,10 +1,7 @@
# Parameter `<NUMBER>.DecimalShift`
Default Value: `0`
## Description
Please fill me with an explanation and useful links
Shift the decimal separator (positiv or negativ).
Eg. to move from 'm³' to 'liter' (1 m³ equals 1000 liters), you need to set it to +3.

View File

@@ -1,10 +1,5 @@
# Parameter `<NUMBER>.ExtendedResolution`
Default Value: `false`
## Description
Please fill me with an explanation and useful links
Use the decimal place of the last analog counter for increased accuracy.

View File

@@ -1,10 +1,7 @@
# Parameter `<NUMBER>.IgnoreLeadingNaN`
Default Value: `true`
## Description
Please fill me with an explanation and useful links
Leading `N`'s will be deleted before further processing.
This is only relevant for models which use `N`!

View File

@@ -1,10 +1,6 @@
# Parameter `<NUMBER>.MaxRateType`
Default Value: `AbsoluteChange`
## Description
Please fill me with an explanation and useful links
Defines if the **Change Rate** compared to the previous value is calculated as absolute change (`AbsoluteChange`) or
as rate normalized to the interval (`RateChange` = change/minute).

View File

@@ -1,10 +1,7 @@
# Parameter `<NUMBER>.MaxRateValue`
Default Value: `0.05`
## Description
Please fill me with an explanation and useful links
Maximum change of a reading.
Depending on the settings of `<NUMBER>.MaxRateType` it is either treated as `absolute` or `relative`!

View File

@@ -0,0 +1,8 @@
# Parameter `<NUMBERS>.AllowNegativeRates`
Default Value: `false`
## Description
Allow a meter to count backwards (decreasing values).
!!! Note
This is unusual (it means there is a negative rate) and not wanted in most cases!

View File

@@ -2,10 +2,9 @@
Default Value: `false`
!!! Warning
This is an expert parameter!
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
An additional consistency check.
It especially improves the zero crossing check between digits.

View File

@@ -2,10 +2,8 @@
Default Value: `true`
!!! Warning
This is an expert parameter!
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
Do not show error message in return value.
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).

View File

@@ -2,10 +2,7 @@
Default Value: `720`
!!! Warning
This is an expert parameter!
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
Time in minutes, how long a previous read value is valid after reboot.

View File

@@ -1,10 +1,6 @@
# Parameter `PreValueUse`
Default Value: `true`
## Description
Please fill me with an explanation and useful links
Use the previous value (value from previous round) for consistency checks.
This also work through a reboot of the device!