This commit is contained in:
CaCO3
2023-02-05 01:14:03 +01:00
parent b9dceabaad
commit b65e77511c
74 changed files with 0 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
# Parameter `<NUMBER>.AnalogDigitalTransitionStart`
Default Value: `9.2`
## Description
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.

View File

@@ -1,6 +1,5 @@
# Parameter `<NUMBER>.DecimalShift`
Default Value: `0`
## Description
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,5 +1,4 @@
# Parameter `<NUMBER>.ExtendedResolution`
Default Value: `false`
## Description
Use the decimal place of the last analog counter for increased accuracy.

View File

@@ -1,7 +1,6 @@
# Parameter `<NUMBER>.IgnoreLeadingNaN`
Default Value: `true`
## Description
Leading `N`'s will be deleted before further processing.
This is only relevant for models which use `N`!

View File

@@ -1,6 +1,5 @@
# Parameter `<NUMBER>.MaxRateType`
Default Value: `AbsoluteChange`
## Description
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,7 +1,6 @@
# Parameter `<NUMBER>.MaxRateValue`
Default Value: `0.05`
## Description
Maximum change of a reading.
Depending on the settings of `<NUMBER>.MaxRateType` it is either treated as `absolute` or `relative`!

View File

@@ -1,7 +1,6 @@
# Parameter `<NUMBERS>.AllowNegativeRates`
Default Value: `false`
## Description
Allow a meter to count backwards (decreasing values).
!!! Note

View File

@@ -5,6 +5,5 @@ Default Value: `false`
## Description
Please fill me with an explanation and useful links

View File

@@ -4,7 +4,6 @@ Default Value: `false`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
An additional consistency check.
It especially improves the zero crossing check between digits.

View File

@@ -4,6 +4,5 @@ Default Value: `true`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
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

@@ -4,5 +4,4 @@ Default Value: `720`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Time in minutes, how long a previous read value is valid after reboot.

View File

@@ -1,6 +1,5 @@
# Parameter `PreValueUse`
Default Value: `true`
## Description
Use the previous value (value from previous round) for consistency checks.
This also work through a reboot of the device!