aangert / homebridge-musiccast-tv

Homebridge plugin for Yamaha MusicCast devices
GNU General Public License v3.0
16 stars 3 forks source link

Input shown in Home app and actual input don’t match #2

Closed fwiehl closed 4 years ago

fwiehl commented 4 years ago

If I start the button in Home and have set the input to "spotify" there is no signal. If I set the start to for example "Net_radio" there is a signal. Each time when hearing spotify, I must first switch to another input and back, then spotify works.

Why?

My configuration:

{ "accessory": "MusicCastTV", "name": "MusicCast 20 Esszimmer", "ip": "xxx.xxx.xxx.xxx", "maxVol": 80, "volume": 30, "modell": "Yamaha WX-021", "inputs": { "net_radio": "Webradio", "spotify": "Spotify", "airplay": "Airplay" } }

Thank you for your support

aangert commented 4 years ago

Das ganze muss zwar über das Terminal gemacht werden, aber das Programm stellt eigentlich nur ein paar Fragen und macht die Hauptarbeit im Hintergrund. Wenn du Angst davor hast, dass etwas danach nicht mehr funktioniert kannst du ein Backup machen und im Notfall einfach das Betriebssystem über die Hoobs Webseite neu herunterladen. Die wichtigste Komponente ist wahrscheinlich die config.json.

aangert commented 4 years ago

Mit nur einer Instanz gibt es halt Probleme mit der Lautstärkeregelung im Kontrollzenter, weil meistens nur ein Fernseher pro Bridge erkannt wird. Das Problem mit dem blinken kannst du eventuell beheben, indem du das updateInterval hochsetzt

aangert commented 4 years ago

I’m closing this due to inactivity