skorokithakis / catt

Cast All The Things allows you to send videos from many, many online sources to your Chromecast.
BSD 2-Clause "Simplified" License
3.34k stars 153 forks source link

Using `cast_site` to cast a HA dashboard to a Nest Hub. Command to change the view on the hub? #436

Open trireme32 opened 9 months ago

trireme32 commented 9 months ago

One thing I'm trying to implement is having the dashboard screen change to the /nowplaying view I've set up, when music starts playing on a device. I've set up a shell command with catt -d "device name" cast_site http://*url*/*dashboard*/nowplaying, but while that does not return an error it does not change the view on the Nest hub. Nor does running catt -d "device name" stop first.

Any other suggestions?