node-sonos-http-api
node-sonos-http-api copied to clipboard
Add new speaker
I added a new speaker with iOS Sonos App, named it to Bathroom. But it didn’t get the correct room name, when I opened xxx.xxx.xxx.xxx:5005/zones, it was in the list but the name was Unnamed. After a restart of node-api the correct name was displayed.
Is this a known issue?
Is it possible to search for new speaker once a day or so?
I know that this is not a daily problem.
It is probably added as Unnamed during setup which the http-api picks up, and later renamed (which my system doesn't pick up) that is the problem here. I don't listen to any events that might be evented nor do I "update" a player (name and such) during topology update if I already know of the player.
Probably an easy fix but also not a common problem, thanks for reporting.