Skip to content
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

Foxtel Shortcut doesnt launch on Chromecast 4K #620

Closed
craigmate opened this issue Jan 7, 2025 · 6 comments
Closed

Foxtel Shortcut doesnt launch on Chromecast 4K #620

craigmate opened this issue Jan 7, 2025 · 6 comments
Assignees
Labels
App Shortcut Update A previously existing shortcut no longer works as expected

Comments

@craigmate
Copy link

craigmate commented Jan 7, 2025

Describe the bug

HI.
I have the latest version of the Lovelace card, and have setup the Foxtel shortcut, which was released it late November.
However, when I select the button, nothing happens, other buttons (Netflix, Disney+) work without issue

However, when I select the app on the tv, it shows it highlighted within the card,

Also, I have tested I can launch it with the within the services with the below command and it appears to work

target:
  entity_id: remote.living_room_android_tv
data:
  activity: au.com.foxtel.atv
action: remote.turn_on

SO, I am unsure why it doesn't work. If you can tell me how to get some logs, I can provide them.

To Reproduce

Running the command

 target:
  entity_id: remote.living_room_android_tv
data:
  activity: au.com.foxtel.atv
action: remote.turn_on

appears to work..

Expected Behavior

Launch the foxtel app successfully...

Which Type of Device Do You Own?

Chromecast 4K

Troubleshooting Steps Completed

I have run it successfully via the actions page.

Additional context

No response

@PRProd PRProd self-assigned this Jan 7, 2025
@PRProd PRProd added the App Shortcut Update A previously existing shortcut no longer works as expected label Jan 7, 2025
@PRProd
Copy link
Owner

PRProd commented Jan 7, 2025

Greetings @craigmate!

Thanks for bringing this to my attention.

When #558 was completed, I hadn't heard any complaints about it not working. @karanmakhija88 - can you let me know if this is/was working properly for you?

Things are a little tricky on my end for some of these apps since they are not all available in my region. I have to hunt for APK files to download, and I don't always find the proper option on the first try. I just now found this one and indeed, the current launcher button did not work. I wrote a new command and tested it successfully.

I just want to be sure that by fixing it in this issue, I don't break it for others.

In the meantime @craigmate, can I have you test this new command to be sure that it's working properly on your system? Make sure that you put YOUR Chromecast's media player entity_id in place of what I wrote. (media_player entity, not remote entity)

action: androidtv.adb_command
data:
  command: adb shell am start -n au.com.foxtel.atv/foxtel.play.droid.atv.SplashView
target:
  entity_id: { REPLACE THIS WITH YOUR media_player.android_tv ENTITY }

-Doug

@craigmate
Copy link
Author

HI
Thank you for getting back to me. i did run this command, it and did load up the app correctly. So, I think this might be the correct command to get it to work.

I do love this Lovelace card. so thanks for getting back to me...

@PRProd PRProd closed this as completed in de683b4 Jan 9, 2025
@PRProd
Copy link
Owner

PRProd commented Jan 10, 2025

@craigmate,

I have just published Firemote version v4.1.8 which contains an updated launcher code for all device families except NVIDIA Shield. I'm still hoping that I will hear back from @karanmakhija88 about this. The good news is that the shortcut should work properly now for your Chromecast device!

Enjoy!

-Doug


To see a complete list of all Firemote launchers visit this link
After updating to the newest version, if you are unable to see the new updates on your Firemote card, visit this link for help.

@karanmakhija88
Copy link

karanmakhija88 commented Jan 10, 2025 via email

@PRProd
Copy link
Owner

PRProd commented Jan 10, 2025

Great! Thanks, @karanmakhija88!

@karanmakhija88
Copy link

karanmakhija88 commented Jan 10, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Shortcut Update A previously existing shortcut no longer works as expected
Projects
None yet
Development

No branches or pull requests

3 participants