Hi guys
I have a strange problem with my Onkyo receiver.
In fact, everything is working fine and i can control my Onkyo receiver, but there is a strange massage on Onkyo display saying “not availbale” every 10 seconds.
If I disconect the network cable from the Home asisstant, then the massage is not showing any more…
Is there enybody else who has the similar problem or I’m the only one ?
It is really annoying to see the massage “Not availbale” every 10 seconds …
I hope someone can help me.
Best regards
Is something trying to change “listening mode”?
I dont have this issue but I see others with “not available” message caused by listening mode changes
No.
Nothing is trying to change listening mode.
There is no error in log of HA, and as I havevsaid, the Home Assistant and receiver are working vell… No issue with them…
I have the same issue. It caused definitely by HASS Onkyo component, if I disconnect Home Assistant the “Not Available” message doesn’t appears anymore. No info in logs as well.
As well as I remember this behaviour starts in early HASS versions 0.6x or kinda…
- platform: onkyo
host: !secret onkyo_ip
name: Onkyo TX-NR545
sources:
video6: 'MacMini'
fm: 'FM Radio'
video3: 'Game PC'
network: 'Internet Radio'
I managed to isolate this problem with command-line onkyo-eiscp:
$ onkyo --id 0009B0AD455F hdmi-output-selector=query
TX-NR545: hdmi-output-selector = N/A
$ onkyo --id 0009B0AD455F hdmi-output-selector=up
TX-NR545: hdmi-output-selector = N/A
Each command makes the message “Not available” to appear on receiver’s display. No vaules (‘no’, ‘analog’, ‘yes’, ‘out’, ‘out-sub’, ‘sub’, ‘hdbaset’, ‘both’, ‘up’) sets HDMI output selector other from N/A.
I think this behaviour should be caused by media_player.onkyo_select_hdmi_output
service because somehow it fires up automatically but idk how to disable it.
Issue was fixed in 0.114.2: