ppanagiotis / pymusiccast

Group MusicCast Speakers with Home Assistant
MIT License
37 stars 8 forks source link

musicast service not found error #6

Open shan3princ3 opened 4 years ago

shan3princ3 commented 4 years ago

Hi , i have installed your plugin however when i try to join 2 musiccast devices via mini music player card i keep on getting an error stating that " Failed to call service_yamaha_musicast/join.Service not found"

Can you assist

ppanagiotis commented 4 years ago

From README

At media_server component you have to add the following entry for each media player you want to add

- platform: musiccast_yamaha
  host: `your.speaker.ip.address`
  port: 5009

Add your device as musiccast_yamaha and not yamaha_musiccast.

shan3princ3 commented 4 years ago

Hi I have the following configured in config.yaml file however i am still receiving the error media_player:

ppanagiotis commented 4 years ago

Did you install the component through hacs? Did you restart home assistant after that? From the error it looks like you are using the old component.

shan3princ3 commented 4 years ago

Yes i installed through HACS. The current version of the component is V0.3

shan3princ3 commented 4 years ago

Hi Any idea what else i can check to get this working.

Spinningbull commented 3 years ago

I have the same issue, installed through hacs, restarted, mini-media-player works, and controls playback on the registered devices, but the service doesn't appear to exist (doesn't show in dev tools either)

terriblefox commented 3 years ago

same error here.... Fehler beim Aufrufen des Diensts script/1609261129972. required key not provided @ data['master']

ok -- works -- user error-- forgot to define master...

Spinningbull commented 3 years ago

Figured my issue out - dumb user problem. I had yamaha_musiccast not musiccast_yamaha in my configuration.yaml. switched it and all works now.