Elaborate on the port setting for Pioneer AVRs (#23812)

This commit is contained in:
Markus Landgren 2022-10-24 22:50:20 +02:00 committed by GitHub
parent d034302c40
commit 172f5acfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ sources:
Notes:
- Some Pioneer AVRs use the port 23 default and some are reported to use 8102.
- Some Pioneer AVRs use the port 23 default and some are reported to use 8102. Depending on the model you may be able to configure the port setting through the receiver's HTTP interface, e.g. `http://192.168.0.10/1000/port_number.asp`. On models that can listen to multiple ports you could consider leaving the default port for use by hardcoded tools, and open another port for configurable tools such as Home Assistant.
- `timeout` is a socket level option and should only be configured if you know what you are doing.
### Source codes