This commit is contained in:
CaCO3
2023-02-20 23:40:53 +01:00
parent 39da2f8679
commit 57f79414b1
23 changed files with 48 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# Parameter `AllowNegativeRates`
!!! Warning
This parameter is unused!
Use [`NUMBER.AllowNegativeRates`](../Parameters/#PostProcessing-NUMBER.AllowNegativeRates) instead!

View File

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

View File

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

@@ -1,5 +1,6 @@
# Parameter `<NUMBERS>.AllowNegativeRates`
Default Value: `false`
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

@@ -1,5 +1,6 @@
# Parameter `<NUMBER>.ExtendedResolution`
Default Value: `false`
Use the decimal place of the last analog counter for increased accuracy.
!!! Note
This parameter is only supported on the `*-class*` and `*-const` models! See [Choosing-the-Model](../Choosing-the-Model) for details.

View File

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