Name Type, range SUBID Default Description
in char[16] 98 'BBBBBB' Each char is responsible for the type of a particular channel
• 'B'-Button, button of bell a type;
• 'C'-Inverted button, inverse button of a bell type (for normally-closed);
• 'D'-Backlit button, illuminated button;
• 'E'-Inverted backlit button, inverse illuminated button;
• 'S'-Switch, fixed switch;
• 'K'-Contact, reed contact;
• 'H'-Inverted contact, inverse reed contact;
• 'G'-GND, is used as earthing;
• '-'-none, nothing is connected.

And you can also connect one temperature sensor:

1hw="in='T-----'"

1Example: in='DEHSSG' | | offset | float(+/- 0…39) | SubID 30 temperature sensor | '0' | sensor values offset;

For example, offset is -3.8 :

1hw="offset='-3.8'" |

Een voorbeeld van de configuratie in XML:

<item addr="477:13" cfgid="180" name="Switch" type="switch" uniq_id="78"/>
<item addr="477:14" cfgid="180" name="Switch" type="switch" uniq_id="79"/>
<item addr="477:16" cfgid="180" name="Door" type="door-sensor" uniq_id="80"/>
<item addr="477:30" cfgid="180" hw="offset='15'" name="Temperature" type="temperature-sensor" uniq_id="83"/>
<item addr="477:98" cfgid="180" hw="in='T+DD-H'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="76"/>

Datum laatste update: 23-01-2023