What is a tag
A tag is simply a special markup or a placeholder which is replaced when displayed by another value.
It can be useful to output complex value in custom states.
List of all the available tags
Section titled “List of all the available tags”| tag | replacement value | Example |
|---|---|---|
| _v | The value of the source using source precision | 4.15 |
| _0v | The value of the source as integer | 4 |
| _1v | The value of the source with one decimal | 4.1 |
| _2v | The value of source with 2 decimals | 4.15 |
| _3v | The value of source with 3 decimals | 4.150 |
| _10v | The value multiplied by 10 as integer | 41 |
| _100v | The value multiplied by 100 as integer | 415 |
| _t | This is the default value as text with unit | 4.15V |
| _u | The unit of the source as string | V |
| _2x | multiplier using source precision | 8.30 |
| _0.5x | multiplier using source precision | 2.07 |
| _n | name of the source. | RxBatt |
| _b | new line or line break | |
| __ | you may need it for literal underscore | _ |