-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Sony Songpal errors every time I start HA, never goes away. #24269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm that this seems to be a general issue. It also occurs in my setup (different soundbar, hassio setup). |
Hi there, first of all, I'm happy to hear that there are users using this integration! :-) Those warnings you posted are related to the backend library not handling multiple versions of the same command as offered by the device. I preferred to make it visible in case someone wants to look into implementing extra features (where available), but I think that could be converted to a debug logger... For your real problem (not detecting the off/on state), could you enable
Considering that it stays "on" even if it is off, I think your device keeps reporting that it is active.. So more information how to fix this would be helpfuly, thanks! |
Hi @rytilahti, thanks for making this component! I'm using it a lot, really glad that you made it part of Home Assistant! Would you explain how to enable those loggers with level debug? I will definitely do this and share the log results, but I'm currently not sure how to enable it like you want to. If you could explain how to do so, I'll get on it asap! |
@recklessnl this is how you enable different logging for a given component:
Logs are written to @rytilahti I could imagine a lot of people are using your work 😉 🎉 |
Thanks for your kind words! I finally found some time to sit down and do a new release and make a PR to get it updated 🎉 |
Uh oh!
There was an error while loading. Please reload this page.
Home Assistant release with the issue: 0.92.3
Last working Home Assistant release (if known): I've always had this error, ever since 0.70.
Operating environment (Hass.io/Docker/Windows/etc.): Docker
Component/platform: Sony Songpal: https://www.home-assistant.io/components/songpal/
Description of problem:
I have a Sony STR-DN 1080 AVR connected to my TV. Since it's a Sony model, I linked it to Home Assistant. All the controls work fine (muting, volume changing, input changing) so I can use the device just fine. The only bug that I have is that the correct on / off state is not being transmitted properly. I keep mine in standby mode, so that when the TV goes on, the AVR will go on too (due to HDMI ARC). This works great, so I want to keep this. However, it seems that HA does not correctly register whether or not the device is actually on. Additionally, I get tons of errors every single time I reboot HA.
This is what I have configured in configuration.yaml:
And these are the HA log errors I get every single time I boot HA:
I figured it would eventually be fixed but after months of these errors I figure I should share this. Again, mostly everything works, except that HA never gets the correct on / off state of the AVR (if I turn the AVR off, HA says it's still on).
The text was updated successfully, but these errors were encountered: