Line 589: |
Line 589: |
| *'z' - WS2812B -string | | *'z' - WS2812B -string |
| | | |
− | *'e' - led-button inverse | + | *'e' - led-knop invers |
− | *'d' - led-button | + | *'d' - led-knop |
− | *'c' - button inverse | + | *'c' - knop invers |
− | *'b' - button | + | *'b' - knop |
− | *'s' - switch | + | *'s' - schakelaar |
− | *'k' - contact inverse | + | *'k' - contact invers |
| *'h' - contact | | *'h' - contact |
− | *'l' - leak | + | *'l' - lek |
− | *'n' - Neptun | + | *'n' - Neptunus |
− | *'v' - motion inverse | + | *'v' - beweging invers |
− | *'m' - motion | + | *'m' - beweging |
− | *'r' - thermo-resistor | + | *'r' - thermo-weerstand |
| *'t' - DALLAS | | *'t' - DALLAS |
− | *'-' - none | + | *'-' - geen |
− | Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
| + | Voorbeeld: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK' |
| |- | | |- |
− | |hw||string||98||-||hw="...", where | + | |hw||string||98||-||hw="...", waarbij |
− | *pwm_invert – PWM inverting [1, 0]; | + | *pwm_invert - PWM inverteren [1, 0]; |
− | *lbn_bright – brightness of led buttons, range (0 - 255); | + | *lbn_bright - helderheid van ledknoppen, bereik (0 - 255); |
− | *f – by default PWM frequency is 1000, range (1 - 5000). | + | *f - standaard PWM-frequentie is 1000, bereik (1 - 5000). |
− | Example:
| + | Voorbeeld: |
| <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"|'''Alleen voor Metaforsa 3.plus''' |
| |- | | |- |
− | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where | + | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', waarbij |
− | *SPEED – baud rate [1200..115200]; | + | *SPEED - baudrate [1200..115200]; |
− | *B – data length [7,8]; | + | *B - gegevenslengte [7,8]; |
− | *P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)]; | + | *P - aanwezigheid en type van pariteitsbit [N(Geen pariteit),E(Even pariteit),O(Oneven pariteit)]; |
− | *S – stop bit length [1, 1.5 or 2]. | + | *S - stopbitlengte [1, 1,5 of 2]. |
− | Example:
| + | Voorbeeld: |
| <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||—||De protocolinstelling wordt beschreven door de protocolparameter. De volgende |
− | protocols are supported:
| + | protocollen worden ondersteund: |
− | *'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added; | + | *'modbus', Modbus-protocol; aan het einde van de omleiding wordt de controlesom CRC16(Modbus) toegevoegd; |
− | *'dmx', DMX protocol; | + | *'dmx', DMX-protocol; |
− | *'CO2' for connecting Larnitech CO2 sensors; | + | *'CO2' voor het aansluiten van Larnitech CO2-sensoren; |
− | *'salda' for connecting Salda ventilation. | + | *'salda' voor het aansluiten van Salda ventilatie. |
− | Example:
| + | Voorbeeld: |
| <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'||Voor het controleren en testen van instellingen kan de echoparameter worden gebruikt. Module |
− | echo-reply can be turned on or off with the help of this parameter.Echo parameter value: | + | echo-reply kan worden in- of uitgeschakeld met behulp van deze parameter.Echo parameter waarde: |
| *'off' | | *'off' |
− | *'on' | + | *'aan |
− | Example:
| + | Voorbeeld: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |