torandreroland / homebridge-sony-audio-control

Sony Audio Control of STR-DN1080 for Homebridge: https://github.com/nfarina/homebridge
ISC License
12 stars 10 forks source link

[HT-ST5000] Not responding in the Home.app #13

Open 6MH89F3j opened 3 years ago

6MH89F3j commented 3 years ago

I had everything working really well with the plugin. However, when I updated the Ring plugin on my Hoobs box today, I noticed my soundbar stopped responding in the Home.app

I am currently running v2.4.3 of the plugin.

Whenever I try to interact with the soundbar in Home.app, I see the following error in the Hoobs log output: getVolume() failed: Cannot read property 'volume' of undefined

The only strange thing I can find with the soundbar is that in the System Information, it now says: Provisioning Server Connection Status : Failed

So, my only guess is my soundbar cannot access the Sony Developer API? Is that possible?

I tried restarting everything (Hoobs box, network, soundbar). I tried restoring to several different versions of the plugin and backing up my Hoobs box to an earlier version that had been working. Nothing is fixing the issue.

Any ideas or specific logs I could provide?

6MH89F3j commented 3 years ago

I also saw this in the logs this morning, in case it helps:

1/11/2021, 9:50:55 AM [ST5000] Connection error on endpoint audio : Error: read ETIMEDOUT 1/11/2021, 9:50:55 AM [ST5000] WebSocket connection closed on endpoint audio 1/11/2021, 9:50:55 AM [ST5000] Connection error on endpoint avContent : Error: read ETIMEDOUT 1/11/2021, 9:50:55 AM [ST5000] WebSocket connection closed on endpoint avContent 1/11/2021, 9:51:05 AM [ST5000] WebSocket client connected on endpoint ws://192.168.4.201:10000/sony/avContent 1/11/2021, 9:51:05 AM [ST5000] Connect Error: Error: Sec-WebSocket-Accept header from server didn't match expected value of /kO7iGz/6PxTzM3eG5/jlnAZLRM= 1/11/2021, 9:51:05 AM [ST5000] WebSocket client connected on endpoint ws://192.168.4.201:10000/sony/audio 1/11/2021, 9:51:05 AM [ST5000] Connect Error: Error: Sec-WebSocket-Accept header from server didn't match expected value of p3QtuOrhmeIYyiK6UMBSvp4eVxg=

6MH89F3j commented 3 years ago

Any ideas?