svrooij / node-sonos-ts

:speaker: Sonos control library, use this library in your own appliction.
https://sonos-ts.svrooij.io/
MIT License
81 stars 18 forks source link

discovery does not work on CCU3 #106

Closed hklages closed 3 years ago

hklages commented 3 years ago

I use the discovery functionality from node-sonos and node-sonos-ts on 3 systems: Windows, SynologyDocker, CCU3 a debian derivate.

On CCU3 I even don't get any debug information. Just nothing happen.

Settings are: on windows no env is set. SynologyDocker and CCU3 the environment variable is set to 192.168.178.25 / 28. Windows and SynologyDocker uses Node-RED on port 1880. CCU3 uses port 1880 internally and Node-RED on port 80 (and some more ports)

Any idea?

hklages commented 3 years ago

Found the bug in the calling http request - now it works.