Difference between revisions of "Leak-sensor"
Jump to navigation
Jump to search
(Marked this version for translation) |
|||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
− | ===Example of description in XML=== | + | ===Example of description in XML=== <!--T:1--> |
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
<item type="leak-sensor" addr="134:1" name="Leakage"/> | <item type="leak-sensor" addr="134:1" name="Leakage"/> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | ===Additional parameters=== | + | ===Additional parameters=== <!--T:2--> |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
Line 14: | Line 14: | ||
|} | |} | ||
− | ===Device status (1 byte)=== | + | ===Device status (1 byte)=== <!--T:3--> |
{|class="wikitable | {|class="wikitable | ||
|- | |- | ||
Line 22: | Line 22: | ||
|} | |} | ||
− | ===status setting (1 byte)=== | + | ===status setting (1 byte)=== <!--T:4--> |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- |
Latest revision as of 15:27, 25 January 2022
Example of description in XML
1<item type="leak-sensor" addr="134:1" name="Leakage"/>
Additional parameters
Name | type and variety | description | default value |
---|---|---|---|
auto-warning-off | Bool | Turning off leakage notifications | false/no/0 |
Device status (1 byte)
Byte number | description |
---|---|
0 | 0 – no leakage 1 – leakage, with this the leakage status is sent every second till the sensor resetting 2 – set up to ignore 3 – leakage when ignoring |
status setting (1 byte)
Byte number | description |
---|---|
0-3 | Time of ignoring the leak (seconds). At the end, the leakage will be reset.
Maximum value is 86400 (1 day) |