mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update the RFXTRX integration documentation for newer ser2net versions (#21825)
This commit is contained in:
parent
4367fce0d0
commit
db1ad4af47
@ -58,10 +58,27 @@ Not all protocols as advertised are enabled on the initial setup of your transce
|
|||||||
|
|
||||||
You can host your device on another computer by setting up ser2net and example configuration for ser2net looks like this and then using host/port in your Home Assistant configuration.
|
You can host your device on another computer by setting up ser2net and example configuration for ser2net looks like this and then using host/port in your Home Assistant configuration.
|
||||||
|
|
||||||
|
Configuration example for ser2net older than 4.x.x (check with command `ser2net -v`):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
50000:raw:0:/dev/ttyUSB0:38400 8DATABITS NONE 1STOPBIT
|
50000:raw:0:/dev/ttyUSB0:38400 8DATABITS NONE 1STOPBIT
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration example for ser2net 4.x.x:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example /etc/ser2net.yaml for proxying USB/serial connections
|
||||||
|
connection: &rfxtrx
|
||||||
|
accepter: tcp,5000
|
||||||
|
enable: on
|
||||||
|
options:
|
||||||
|
kickolduser: true
|
||||||
|
telnet-brk-on-sync: true
|
||||||
|
connector: serialdev,
|
||||||
|
/dev/ttyUSB0,
|
||||||
|
38400n81,local
|
||||||
|
```
|
||||||
|
|
||||||
## Settings options
|
## Settings options
|
||||||
|
|
||||||
To configure options for RFXtrx integration go to **Configuration** >> **Devices & Services** and press **Options** on the RFXtrx card.
|
To configure options for RFXtrx integration go to **Configuration** >> **Devices & Services** and press **Options** on the RFXtrx card.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user