Onkyo TX-NR 807

Hallo, ich habe vor meine Onkyo TX-NR 807 Baujahr 2009 in mein HA zu integrieren. Ich habe bereits einen NR 838 erfolgreich einbinden können. Der 807 wird nicht gefunden. (In der Onkyo- App taucht er auf!) Weder die automatische Suche, noch manuelles Einbinden (via ip) gehen. Port ist Standard. Hat jemand eine Idee?

HA 2024.11.0
HACS Onkyo-Integartion (neu nicht mehr über yaml)

1 „Gefällt mir“

Du meinst aber nicht die Normale Onkyo Integration die seit dem letzten Release(2024.11) in der UI gewandert ist?
Denn in HACS finde ich so keine Onkyo Integration.

Irgendwas in den Logs zusehen wenn du es verbinden möchtest?

LG

Hallo totow. Es betrifft sowohl die “alte” HACS Integration als auch die jetzt Normale Onkyo Integration. Er findet den NR-807 einfach nicht. Und das obwohl ich die Geräte beide über die offizielle Onkyo- App (außerhalb HA) ansprechen und steuern kann. Via Brwoser sind auch beide Geräte ansprechbar.

Update:
Und hier noch der Auszug aus dem Log:

*2024-11-09 17:10:09.780 DEBUG (MainThread) [homeassistant.components.onkyo.config_flow] Config flow start manual: 192.178.168.196*
*2024-11-09 17:10:09.781 DEBUG (MainThread) [homeassistant.components.onkyo.receiver] Interviewing receiver: 192.178.168.196*
*2024-11-09 17:10:09.793 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.178.168.196', 60128)*
*2024-11-09 17:10:09.796 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.178.168.196', 60128)*
*2024-11-09 17:10:09.798 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.178.168.196', 60128)*
*2024-11-09 17:10:09.799 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.178.168.196', 60128)*
*2024-11-09 17:10:14.797 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection*
*2024-11-09 17:10:14.799 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection*
*2024-11-09 17:10:14.801 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection*
*2024-11-09 17:10:14.806 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection*

:crayon:by HarryP:
. Zusammenführung Doppelpost (bitte “bearbeiten” Funktion nutzen)
. Code-/Logzeilen formatiert (bitte immer in </> einbinden)

Hallo,

ich kann zwar sonst mangels Onkyo nicht weiterhelfen.

Aber sicher, dass die IP 192.178.168.196 richtig ist, und nicht eher 192.168.178.196 lautet?

Nur 192.168.x.y ist als privater Adressbereich reserviert.

VG Volker

1 „Gefällt mir“

Hi, da hast Du natürlich recht. Kommt aber der gleiche log…

<2024-11-10 09:13:03.083 DEBUG (MainThread) [homeassistant.components.onkyo.receiver] Interviewing receiver: 192.168.178.196
2024-11-10 09:13:03.095 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.168.178.196', 60128)
2024-11-10 09:13:03.097 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.168.178.196', 60128)
2024-11-10 09:13:03.099 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.168.178.196', 60128)
2024-11-10 09:13:03.107 DEBUG (MainThread) [pyeiscp.connection] Broadcast discovery packet to ('192.168.178.196', 60128)
2024-11-10 09:13:08.099 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection
2024-11-10 09:13:08.101 DEBUG (MainThread) [pyeiscp.connection] Closing broadcast discovery connection>

Mittlerweile gibt es sogar eine offizielle Anftrage über die Integration. Mal schauen was da rauskommt.

:crayon:by HarryP: Codezeilen formatiert