mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 22:16:56 +03:00
improve explanations,added example (#1729)
Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -457,7 +457,8 @@ textarea {
|
|||||||
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
<input type="number" id="PostProcessing_DecimalShift_value1" step="1">
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Shift the digit separator within the digital digits (positiv and negativ)
|
Shift the digit separator (positiv or negativ).<br>
|
||||||
|
Eg. to move from 'm3' to 'l' (Multiply by 1000), you need to set it to +3.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -668,7 +669,8 @@ textarea {
|
|||||||
<td style="font-size: 80%;">
|
<td style="font-size: 80%;">
|
||||||
Select the meter type so the sensors have the right units in Homeassistant.<br>
|
Select the meter type so the sensors have the right units in Homeassistant.<br>
|
||||||
Note: For 'Watermeter' you need to have Homeassistant 2022.11 or never!<br>
|
Note: For 'Watermeter' you need to have Homeassistant 2022.11 or never!<br>
|
||||||
Please also make sure that it matches the value! Use `DecimalShift` to set it correctly!
|
Please also make sure that it matches the dimention of the value provided by the meter! Eg. if your meter provides m3, you need to also set it to m3.
|
||||||
|
Alternatively you could set 'DecimalShift' to '3' so the value is converted to 'l'!
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user