no-mistakes(document): Clarify WSLink add-on port default in README

ecowitt_support
SchiZzA 2026-07-25 22:46:12 +02:00
parent 6914d87f5c
commit 7f3e6bd5df
No known key found for this signature in database
1 changed files with 9 additions and 5 deletions

View File

@ -287,12 +287,16 @@ for this integration to support WSLink on non-SSL installations of Home Assistan
### Configuration ### Configuration
- Set your station up as [described above](#configure-your-station-in-ap-mode), but for - Set your station up as [described above](#configure-your-station-in-ap-mode), but for
`HA port` use the port the add-on is listening on (4443 by default) — **not** the port `HA port` use the port the add-on is listening on — **not** the port of your Home
of your Home Assistant instance. Assistant instance.
The add-on listens on port `443` by default. The example below uses `4443` to show what a
remapped port looks like — you would pick a port like that only if you changed the add-on's
port mapping, for instance because `443` is already taken on the host.
```plain ```plain
Home Assistant is at 192.168.0.2:8123 Home Assistant is at 192.168.0.2:8123
WSLink proxy add-on is listening on port 4443 WSLink proxy add-on has been remapped to port 4443
→ set the station URL to: 192.168.0.2:4443 → set the station URL to: 192.168.0.2:4443
``` ```
@ -310,7 +314,7 @@ the port to reach it on:
- In `Settings` -> `Devices & services` find SWS12500, click `Configure` and choose - In `Settings` -> `Devices & services` find SWS12500, click `Configure` and choose
`WSLink add-on port`. `WSLink add-on port`.
- Set it to the same port the add-on listens on — the one you pointed the station at - Set it to the same port the add-on listens on — the one you pointed the station at
above. The integration defaults to `443`, so if your add-on listens elsewhere (`4443` above. This option defaults to `443`, which matches the add-on's own default, so you
in the example above), change it here. only need to change it if you remapped the add-on's port (`4443` in the example above).
This setting only affects the health probe; incoming station data is unaffected by it. This setting only affects the health probe; incoming station data is unaffected by it.