AlexxIT / DashCast

DashCast component for Home Assistant
https://github.com/AlexxIT/Blog
MIT License
136 stars 7 forks source link

Google cast stops after 30 seconds - Nest hub #3

Open dannymertens opened 3 years ago

dannymertens commented 3 years ago

Hi,

After the Nest Hub is updated to Fuchsia it stops if I cast home assistant after 30 seconds now instead of 10 minutes as before.

Would it be possible to Use disableIdleTimeout as mentioned in Google docs?

https://developers.google.com/cast/docs/reference/web_receiver/cast.framework.CastReceiverOptions

window.castReceiverManager.start({statusText: "Application is starting", disableIdleTimeout: true});

swiergot commented 2 years ago

@dannymertens Please try this:

https://github.com/swiergot/ha-catt-fix

It fixes the 10 minutes timeout, perhaps the 30 seconds timeout has the same root cause.

AlexxIT commented 2 years ago

@dannymertens you need to ask developer of Cast app https://github.com/stestagg/dashcast

pvginkel commented 1 year ago

Dropping the ha-catt-fix.js file into the AppDaemon's custom_javascript folder does seem to work.