Line 588: |
Line 588: |
| *'z' - WS2812B - stringa | | *'z' - WS2812B - stringa |
| | | |
− | *'e' - led-button inverse | + | *'e' - pulsante led inverso |
− | *'d' - led-button | + | *'d' - pulsante a led |
− | *'c' - button inverse | + | *'c' - pulsante inverso |
− | *'b' - button | + | *'b' - pulsante |
− | *'s' - switch | + | *'s' - interruttore |
− | *'k' - contact inverse | + | *'k' - contatto inverso |
− | *'h' - contact | + | *'h' - contatto |
− | *'l' - leak | + | *'l' - perdita |
− | *'n' - Neptun | + | *'n' - Nettuno |
− | *'v' - motion inverse | + | *'v' - movimento inverso |
− | *'m' - motion | + | *'m' - movimento |
− | *'r' - thermo-resistor | + | *'r' - termoresistenza |
| *'t' - DALLAS | | *'t' - DALLAS |
− | *'-' - none | + | *'-' - nessuno |
− | Example: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK'
| + | Esempio: io='KKKKKKKKKKKKKKKKKKKKKKKKKKKK' |
| |- | | |- |
− | |hw||string||98||-||hw="...", where | + | |hw||string||98||-||hw="...", dove |
− | *pwm_invert – PWM inverting [1, 0]; | + | *pwm_invert - inversione PWM [1, 0]; |
− | *lbn_bright – brightness of led buttons, range (0 - 255); | + | *lbn_bright - luminosità dei pulsanti a led, intervallo (0 - 255); |
− | *f – by default PWM frequency is 1000, range (1 - 5000). | + | *f - la frequenza PWM predefinita è 1000, intervallo (1 - 5000). |
− | Example:
| + | Esempio: |
| <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"|'''Solo per Metaforsa 3.plus'' |
| |- | | |- |
− | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', where | + | |cfg||string||98||9600/8N1||cfg='SPEED/BPS', Solo per Metaforsa 3.plus'' |
− | *SPEED – baud rate [1200..115200]; | + | dove |
− | *B – data length [7,8]; | + | *SPEED - velocità di trasmissione [1200..115200]; |
− | *P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)]; | + | *B - lunghezza dati [7,8]; |
− | *S – stop bit length [1, 1.5 or 2]. | + | *P - presenza e tipo di bit di parità [N(No parity),E(Even parity),O(Odd parity)]; |
− | Example:
| + | *S - lunghezza del bit di stop [1, 1,5 o 2]. |
| + | Esempio: |
| <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||—||L'impostazione del protocollo è descritta dal parametro di protocollo. Sono supportati i seguenti |
− | protocols are supported:
| + | sono supportati i seguenti protocolli: |
− | *'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added; | + | *'modbus', protocollo Modbus; alla fine del reindirizzamento viene aggiunto il checksum CRC16 (Modbus); |
− | *'dmx', DMX protocol; | + | *'dmx', protocollo DMX; |
− | *'CO2' for connecting Larnitech CO2 sensors; | + | *'CO2' per il collegamento dei sensori di CO2 Larnitech; |
− | *'salda' for connecting Salda ventilation. | + | *'salda' per il collegamento della ventilazione Salda. |
− | Example:
| + | Esempio: |
| <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'||Per la verifica delle impostazioni e il test si può utilizzare il parametro eco. Modulo |
− | echo-reply can be turned on or off with the help of this parameter.Echo parameter value: | + | echo-reply può essere attivato o disattivato con l'aiuto di questo parametro.Valore del parametro echo: |
| *'off' | | *'off' |
| *'on' | | *'on' |
− | Example:
| + | Esempio: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |