Note that it currently is rather in a beta state and has a few issues. It would be great to find someone interested to further improve this binding (Iām myself am lacking the time to dive deeper into it).
hi there, I was also just recently trying to play with the chromecast binding. volume worked fine, however I tried to send a command to the playuri control, I get the following error. Wondering if anyone knows what might be wrong?
[ERROR] [chromecast.handler.ChromecastHandler] - Missing media player app - cannot process media
error is coming from here:
looks like it requires the CC1AD845 media player or something. Just wondering if anyone has seen this before and knows how to fix?
mine are LG speakers (HiFi/MusicFlow) with built in chromecast. I am able to cast to them fine using things like stream2chromecast
I think iāll just create an exec based item to start/stop the streams for now, but would be nice to get the built in chromecast binding working. As mentioned, volume controls work fine, just not the playuri.
I was trying to do something similar to below in one of my rules. I just want a switch which will enable playing my favorite radio stream. Works fine from stream2chromecast
I have a similar interest in using a switch to select from several youtube URLās. I tried both regular and embed-type youtube URLās without success using the Karaf command:
rule "Play Switch Rule"
when Item Play_Switch received update
then
CastLRTV_URI.sendCommand(
Ā Ā "http://techslides.com/demos/sample-videos/small.mp4")
CastLRTV_Control.sendCommand(PLAY)
end
@veetrik Are you using the Chromecast binding from the PaperUI? I donāt see the āplayuriā channel in Paper (only volume and control are there), so Iām wondering if that is my problem. I can get chromecast to play voice commands using āsay,ā so Iām close!
Unfortunately this one took a back burner and I have not gotten around to figuring it out. If I find a solution I will be sure to post itā¦ I know there are some very knowledgeable folks on here; maybe they will chime in if the issue is getting some traction. Good luck in the meantimeā¦
Yes I am using the Chromecast binding in the PaperUI in a windows 10 system. You need to click on the āsee moreā button when looking at the channel items.
So Iām up and running with the binding. I can cast audio to a Google Home and video to a smart TV, but Iām getting an error when trying to broadcast to an a Chromecast Audio. It looks like it should be supported. Has anyone ever run into this issue?
2017-03-04 08:55:48.472 [ItemStateChangedEvent ] - ChromecastAudio1PlayURI changed from NULL to https://allthingsaudio.wikispaces.com/file/view/Bzoark.mp3/139196327/Bzoark.mp3
2017-03-04 08:55:48.632 [ItemCommandEvent ] - Item 'ChromecastAudio1' received command PLAY
2017-03-04 08:55:48.632 [hingStatusInfoChangedEvent] - 'chromecast:audio:46bcd962cee988d794c539084d2a6f51' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): No application is running in ChromeCast
Hi Iā, having problem with my HDMI chromecast I would like to play a file hosted on my http server (local) fileslocated and works with squeezelite bute would be fun to make it work even with chromecast.
Items
Dimmer Volume { channel=āchromecast:chromecast:ffbe7ccc:volumeā }
Player Music { channel=āchromecast:chromecast:ffbe7ccc:controlā }
String CCplayuri { channel=āchromecast:chromecast:ffbe7ccc:playuriā}
Rule
rule ākitchen_doorā
when
Item gDO_kokknapp changed from OFF to ON
then
if (gDO_bells.state==ON){
CCplayuri.sendCommand("http://192.168.0.4:65535/doorbell.mp3")
Music.sendCommand(PLAY)
Are you also using a Chromecast Audio device? Maybe itās an issue specific to Audio? Mine works on regular chromecasts, but I canāt get the Chromecast audio to work.
No Iām using normal chromecast for tv, I even tried to set up volume control bute thats doesnāt work either. I added my CC device manually since it didnāt show in inbox.
And today Iāvegot my livingroom chromecast discoverd in inbox added that one and linked my channels to that one and things where going better now i can control volume from openhab but havnāt really got the playuri string to work properly anyone whos got an idea of how to make it.