| Line 588: |
Line 588: |
| | *'z' - WS2812B -streng | | *'z' - WS2812B -streng |
| | | | |
| − | *'e' - led-button inverse | + | *'e' - led-knap omvendt |
| − | *'d' - led-button | + | *'d' - led-knap |
| − | *'c' - button inverse | + | *'c' - knap omvendt |
| − | *'b' - button | + | *'b' - knap |
| − | *'s' - switch | + | *'s' - skifte |
| − | *'k' - contact inverse | + | *'k' - kontakt omvendt |
| − | *'h' - contact | + | *'h' - kontakt |
| − | *'l' - leak | + | *'l' - lækage |
| | *'n' - Neptun | | *'n' - Neptun |
| − | *'v' - motion inverse | + | *'v' - bevægelse invers |
| − | *'m' - motion | + | *'m' - bevægelse |
| − | *'r' - thermo-resistor | + | *'r' - termo-modstand |
| | *'t' - DALLAS | | *'t' - DALLAS |
| − | *'-' - none | + | *'-' - ingen |
| − | Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
| + | Eksempel: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK' |
| | |- | | |- |
| − | |hw||string||98||-||hw="...", where | + | |hw||string||98||-||hw="...", hvor |
| − | *pwm_invert – PWM inverting [1, 0]; | + | *pwm_invert – PWM-invertering [1, 0]; |
| − | *lbn_bright – brightness of led buttons, range (0 - 255); | + | *lbn_bright – lysstyrke af LED-knapper, rækkevidde (0 - 255); |
| − | *f – by default PWM frequency is 1000, range (1 - 5000). | + | *f – som standard er PWM-frekvensen 1000, område (1 - 5000). |
| − | Example:
| + | Eksempel: |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | hw="io='4---zdd----t--' pwm_invert=1 lbn_bright=255 f=1000" | | hw="io='4---zdd----t--' pwm_invert=1 lbn_bright=255 f=1000" |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | |- | | |- |
| − | |colspan="3"|'''Only for Metaforsa 3.plus''' | + | |colspan="3"|'''Kun til Metaforsa 3.plus''' |
| | |- | | |- |
| − | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where | + | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', hvor |
| − | *SPEED – baud rate [1200..115200]; | + | *SPEED – baudrate [1200..115200]; |
| − | *B – data length [7,8]; | + | *B – datalængde [7,8]; |
| − | *P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)]; | + | *P – tilstedeværelse og type af paritetsbit [N(Ingen paritet),E(Lige paritet),O(Ulige paritet)]; |
| − | *S – stop bit length [1, 1.5 or 2]. | + | *S – stopbitlængde [1, 1,5 eller 2]. |
| − | Example:
| + | Eksempel: |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | hw="cfg='9600/8N1'" | | hw="cfg='9600/8N1'" |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | |- | | |- |
| − | |[Protocol]||string||98||—||Protocol setting is described by protocol parameter. The following | + | |[Protocol]||string||98||—||Protokolindstilling er beskrevet af protokolparameter. Det følgende |
| − | protocols are supported:
| + | protokoller understøttes: |
| − | *'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added; | + | *'modbus', Modbus-protokol, ved slutningen af omdirigeringen tilføjes kontrolsummen CRC16(Modbus); |
| − | *'dmx', DMX protocol; | + | *'dmx', DMX-protokol; |
| − | *'CO2' for connecting Larnitech CO2 sensors; | + | *'CO2' til tilslutning af Larnitech CO2-sensorer; |
| − | *'salda' for connecting Salda ventilation. | + | *'salda' til tilslutning af Salda ventilation. |
| − | Example:
| + | Eksempel: |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | hw="cfg='9600/8N1' modbus" | | hw="cfg='9600/8N1' modbus" |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | |- | | |- |
| − | |echo||on; off||98||'off'||For settings check out and testing echo parameter can be used. Module | + | |echo||on; off||98||'off'||Til indstillinger kan tjek ud og teste ekkoparameteren bruges. modul |
| − | echo-reply can be turned on or off with the help of this parameter.Echo parameter value: | + | echo-reply kan slås til eller fra ved hjælp af denne parameter. Echo parameter værdi: |
| − | *'off' | + | *'af' |
| − | *'on' | + | *'på' |
| − | Example:
| + | Eksempel: |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |