Open bakerkj opened 4 months ago
May I ask somebody for more detailed instructions on how to setup legacy version, please? I installed it through HACS, expecting that I will be able to configure it in devices. But nothing changed. Sure, I restarted Home Assistant. There is still official version and it still doesn't work.
Thanks!
The change will not be reverted.
I am not sure it is that common. I would assume a typical person would just turn it off using the remote, which just puts it in stand-by mode, and not yank it out of the power completely. In my testing the power draw in stand-by is negligible. But if that is what you want to do, I am not here to convince you otherwise, it is a bug and it needs to be fixed.
The PR to the upstream library was already submitted, there is not much more I can do for now.
My TX-NR807 takes 75W in standby. Needless to say, when not it use it's unpowered...
(Edited to add: it seems I'm not alone in this situation: https://www.avforums.com/threads/onkyo-tx-sr607-standby-power-consumption.1066887/ )
@Jim-Noble Yes, in that case I understand, but to be fair that is a really old receiver. I'm not actually sure whether we even support such old equipment in this integration. Does it actually work at all?
@Jim-Noble Yes, in that case I understand, but to be fair that is a really old receiver. I'm not actually sure whether we even support such old equipment in this integration. Does it actually work at all?
Yep, was working perfectly well (with HA) before (thanks!) :-)
It's a bit long in the tooth, but then so am I ;-)
But does it work now? We did change the library and the way it is used in the meantime, so if it doesn't work at all now, then I'm afraid it is not supported.
This issue is only about the problem with reconnects. Other than that the receivers should work correctly.
But does it work now? We did change the library and the way it is used in the meantime, so if it doesn't work at all now, then I'm afraid it is not supported.
This issue is only about the problem with reconnects. Other than that the receivers should work correctly.
It started failing to connect with the update to 2024.11.1 (I skipped .0) I've switched to the onkyo-legacy repo via HACS.
Same problem here with my TX-NR616 (I know, also very old :-)) and also don't want to use network standby. But I found out, reloading the entity media_player.tx_nr616 reconnects the entity to the receiver. So I could make an automation whenever my router changes the state "home" to "not_home" and then start the reload. Unforunately (or luckily) I have a fritzbox with Firmware 8, which also broke the Fritzbox Tools integration, bad time... :-)
action: homeassistant.reload_config_entry target: entity_id: media_player.tx_nr616
Sorry, formatting does not work:
I have exactly the same problem with my Onkyo 636 :-( and trying to use action as you have suggested above but it throws following error: There were no matching config entries to reload
@Swimmer71 how did you manage to cope with that?
Same problem here with my TX-NR616 (I know, also very old :-)) and also don't want to use network standby. But I found out, reloading the entity media_player.tx_nr616 reconnects the entity to the receiver. So I could make an automation whenever my router changes the state "home" to "not_home" and then start the reload. Unforunately (or luckily) I have a fritzbox with Firmware 8, which also broke the Fritzbox Tools integration, bad time... :-)
action: homeassistant.reload_config_entry target: entity_id: media_player.tx_nr616
Sorry, formatting does not work:
I guess, you changed the entity_id to your name, right? First I also tried to use the config_id which you can find in the file core.config_entries in folder config/.storage. then I found out it works for me only with entity_id which is easier to remember
Sorry, I ment entry_id (not config_id), but as mentioned, it works for me also with entity_id.
The problem
The Onkyo integration is no longer able to connect to my Pioneer receiver in
2024.7
. It was able to do so in 2024.6. The receiver is on, pingable, and unchanged. I am suspicious of the new Onkyo driver implementation implemented and merged into2024.7
here (https://github.com/home-assistant/core/commit/a4ba346dfc1308f8ab961ed151a7865958e945f4).This is the first error:
In the process of handling that failed exception, it subsequently produces an additional exception:
What version of Home Assistant Core has the issue?
core-2024.7.2
What was the last working version of Home Assistant Core?
core-2024.6
What type of installation are you running?
Home Assistant OS
Integration causing the issue
onkyo
Link to integration documentation on our website
https://www.home-assistant.io/integrations/onkyo/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response