i8beef / node-red-contrib-castv2

MIT License
22 stars 14 forks source link

Connecting > disconnected #48

Closed spanout closed 3 years ago

spanout commented 3 years ago

Changed to this component when tts started failing on old cast node. The node is alternating between connecting and disconnected. The ip address is correct. What else can i check? I have checked it on a google home speaker and nest audio speaker and get the same result.

i8beef commented 3 years ago

Make sure the "target" field is empty in the connection settings if you aren't using mDNS discovery. It will attempt to use that preferentially if its there.

spanout commented 3 years ago

That fixed it. Thanks