cgierke / homebridge-musiccast

3 stars 2 forks source link

Error on plugin start - Yamaha MusicCast BAR 40 #3

Closed CezaryCiosek closed 1 year ago

CezaryCiosek commented 1 year ago

Hi,

I have a problem with your plugin. Could you tell me what should I do to add plugin to homebridge? Screen + config below.

Zrzut ekranu 2023-05-23 o 12 54 46

{ "name": "MusiccastMultiroom", "server": { "host": "192.168.x.xx", "volumePercentageLow": 25, "volumePercentageHigh": 65 }, "platform": "MusiccastMultiroom", "_bridge": { "username": "0E:CB:8D:xx:xx:xx:xx", "port": 59092 } }

cgierke commented 1 year ago

It seems you’re missing the clients config, the plugin currently doesn’t work for a single server device without connected clients.

CezaryCiosek commented 1 year ago

thank you very much. Adding client speaker solved the problem :)