-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Apple TV Integration Breaks on HomePod OS 18 #126154
Comments
Hey there @postlund, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) apple_tv documentation |
I have encountered the same issue. It looks like removing and re-adding the device (along with typing the codes in again) worked for me |
Same for me. I used to call this script:
I also removed my 2 HomePod minis and added them again. Once in a while it works for some reason but most of the time there's a 403 Forbidden error. |
Hello! I am having the same issue with homepods trying to setup TTS.
Here's what I found in the logs. I've tried adding/readding to no avail. The homepod in question is called "Salon (3)" Not super familiar with any of this, but looks like /pair-pin-start is timing out. Looks auth related. |
I'm having similar problems with all my original HomePods and HomePods mini.
Re-adding the HomePod to HA seems to solve this (for now, tested with one of my 8 HomePods). |
here is a solution: deleting an re-adding my HomePods worked for me as well. |
No, it doesn't, at least not for me. HomePods stay either silent or there's an 403 Forbidden error. Very very rarely it works. Also what's that link? |
re-adding into the HA worked. You don’t need to reset your homepod and re-add it to the Homekit. Just remove it from the HA and re-add again. Worked for me. |
Nice, that it works for some of you but using this script it does not work but did before iOS 18:
Most of the time it simply does not work, script does not produce any errors but the HomePod mini remains silent. |
@kersten-lohmeyer have you tried it without using device ID's and using the entity ID instead? This is exactly the type of issue/possible resolution/situation that makes using device ID's problematic since they can and will change under these circumstances. |
No I haven't but I did update the device ids when I re-added my HomePod. |
I’m experiencing the same, even though my automations all use entity and not device IDs. |
I have the same issue, re-adding works for a while, then once the homepod gets restarted(i guess) it starts should offline again can can access it. |
Same problem here. Re-addaing works for Some time but problem Comes back |
I’m sorry but I can’t figure out how to delete a HomePod from my home assistant. I don’t see a “delete” option when I’m on the device page. Can anyone point me in the right direction? |
Whenever this happens to me, I just go to the Apple TV integration page, choose the 3 dots menu next to the HomePod in question and select Reload. Comes back within a few seconds. |
I removed my HomePod mini now and readded it. TTS works at the moment. Let's see for how long. |
My TTS failed a few months ago. I was hoping it would fix itself as it has done in the past. I'm running an automation in node-red. When I send a tts message, it appears to send it as there are not errors. I've tried deleting and re-adding my HomePods. I can start and stop music on them via Home Assistant. Is there a separate volume for tts that could be turned way down? Is the a way to test in Home Assistant . I'm using tts.cloud_say. It looks to be deprecated. I also tried tts.speak and got the same results. |
I just bought a HomePod 2nd gen. I didn't manage to make it work with neither the For this service call
I am getting those exceptions: Exception 1
Exception 2
Exception 3
I have tried readding the HomePod to home assistant, reloading the integration and different TTS services. |
Should I open an issue on this? |
I made it work using the google translate entity as well as homepods (MY5G2D/A Model)which are freshly updated to 18.1 action: tts.speak
data:
media_player_entity_id: media_player.zentral
message: This is a test
cache: true
target:
entity_id:
- media_player.zentral
- tts.google_translate_en_com
|
I used your code @mikefdy and modified for my entity: action: tts.speak It did not work, no sound came out of HomePod. |
The problem
After updating to HomePod OS 18, the devices show as "Off" in Home Assistant and cannot be turned on and will not answer TTS requests from "Browse Media". HomePod OS 17 devices still work fine. Reloading the integration or Home Assistant does not resolve the issue.
What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
core-2024.9.1
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Apple TV
Link to integration documentation on our website
https://www.home-assistant.io/integrations/apple_tv
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
The text was updated successfully, but these errors were encountered: