petro-kushchak / homebridge-homepod-radio

MIT License
35 stars 2 forks source link

More than one platform #46

Open Githubmoses opened 4 months ago

Githubmoses commented 4 months ago

Docker on synology NAS, latest version up to, but not including, beta.

I have been successful at getting mp3's to play and radio station on one homepod. Imported child bridge to homekit, worked great. I would like to add a second platform for a second deviceID (homepod), but I can't change the platform name or add more devices.

I attempt to add a new homepod ID and new radio stations for that homepod, appears fine, but the server continually resets, original homepod setup volume control disconnects and nothing works.

I am guessing there is something I'm not doing properly?

Githubmoses commented 4 months ago

I did attempt to use port "4567" as the original Issues commenter did. Still nothing. Get the following errors:

AssertionError [ERR_ASSERTION]: protocol mismatch at Object.request (/homebridge/node_modules/@petro-kushchak/homebridge-homepod-radio/node_modules/follow-redirects/index.js:530:14) at HomepodRadioPlatformAccessory.startPlaying (/homebridge/node_modules/@petro-kushchak/homebridge-homepod-radio/src/platformRadioAccessory.ts:148:20) at processTicksAndRejections (node:internal/process/task_queues:95:5)

The original entry works great. I just can't add additional homepods with their own radio streams. I'll wait and watch development. This app works amazing for the one I can in there. Thank you!