home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.16k stars 31.14k forks source link

Songpal does not support HT-XT3 in HA anymore. WHY? #91687

Closed Homealone-2021 closed 1 year ago

Homealone-2021 commented 1 year ago

The problem

Since the last 3 Updates in Home Assistant the Songpal Intergration works but has no support for my HT-XT3.

Home Assistant 2023.4.5 Supervisor 2023.04.0 Operating System 10.0

What version of Home Assistant Core has the issue?

core-2023.4.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Songpal

Link to integration documentation on our website

https://www.home-assistant.io/integrations/songpal

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @rytilahti, @shenxn, mind taking a look at this issue as it has been labeled with an integration (songpal) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `songpal` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign songpal` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


songpal documentation songpal source (message by IssueLinks)

Homealone-2021 commented 1 year ago

no iam not the code owner.

WebSpider commented 1 year ago

Do you have any logs coming from Homeassistant showing an error or warning?

rytilahti commented 1 year ago

Looks like I forgot to bump the requirement earlier, but the linked PR might fix this if the issue is caused by version incompatibilities: python-songpal version used by homeassistant does not support python 3.11, and async_upnp_client had also a breaking API change that should be fixed in the new release.

Homealone-2021 commented 1 year ago

ok then i change nothing, and hope the next release will fix my problems like magic.

rytilahti commented 1 year ago

Well, I have not tested this as I don't have a device myself. So if you have something related in the logs, it would be a great if you could paste them here so we can take a look if some other changes are necessary :-) Or alternatively, test if the linked PR / updating python-songpal inside your installation fixes the issue.

Homealone-2021 commented 1 year ago

in my case it works again, THX very much!