Translations:BW-LC02/14/en

From Larnitech wiki page
Jump to navigation Jump to search

HW settings

Name Type, range SUBID Default Description
runtime integer 0-100 1-2 15 runtime is the open/close time in seconds, is used for jalousie, gate, valve(2 pole); Example: runtime=15
hold integer 0-10000 1-2 500 hold is the bridging time in miliseconds, is used for gate and jalousie (by default hold is the same as runtime), lock; Example: hold=3500
def string 'ON' 1-2 'OFF' Def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def='ON'
offset float(+/- 0…39) 30 '0' sensor values offset;

For example, offset is -3.8 :

1hw="offset='-3.8'"
stop Char 'R' 1 (for 2-pole gate and blinds) If it is declared then by Stop command during the motion, the same impulse appears as it was at the beginning of the motion. Pole, an which the stop-impules is formed, is defined by the parameter Stop value. If it is 'r' or 'R' then stop-impulse is produced on the opposite to the start-impulse pole. If any other value is delcared (e.g., 'd' ) then the stop-impulse is on the same pole. If a Runtime passed after the beginning of the motion then the stop-impulse is not formed. Example: stop='r'
out char[2] 98 'LL' Each char is responsible for the type of a particular channel
  • 'L'-Lamp,
  • 'M'-Lamp Inverse,
  • 'J'-Heating NO,
  • 'H'-Heating NC,
  • 'B'-Jalousie (2 pole),
  • 'C'-Jalousie Inverse (2 pole),
  • 'P'-Blinds,
  • 'O'-Blinds Inverse,
  • 'G'-Gate (2 pole),
  • 'D'-Gate (2 pole) Inverse,
  • 'X'-Gate (1 pole /short press),
  • 'Z'-Gate (1 pole) Inverse,
  • 'V'-Valve (2 pole),
  • 'W'-Valve (2 pole) Inverse,
  • 'R'-Valve (1 pole),
  • 'S'-Valve (1 pole) Inverse,
  • 'K'-Lock (short press),
  • 'N'-Lock (short press) Inverse,
  • 'F'-Low-current blinds,
  • 'A'-Low-current blinds Inverse,
  • 'Q'-Low-current jalousie,
  • 'E'-Low-current jalousie Inverse,
  • 'I'-Low-current gate,
  • 'U'-Low-current gate Inverse,
  • '-'-none

Example:

1hw="out='LM'"
in char[6] 98 'BBBBKK' Each char is responsible for the type of a particular channel
  • 'B'-Button,
  • 'C'-Inverted button,
  • 'D'-Backlit button,
  • 'E'-Inverted backlit button,
  • 'S'-Switch,
  • 'K'-Contact,
  • 'H'-Inverted contact,
  • '-'-none

and you can also connect one temperature sensor

1in='T-----'

Example:

1hw="in='BBBKKK'"