homebridge-gsh icon indicating copy to clipboard operation
homebridge-gsh copied to clipboard

Socket Server Specs

Open fellowgeek opened this issue 1 year ago • 0 comments

Hello,

This plugin uses a socket server to relay messages, can you publish the specs for the socket server, every once in a while Google Assistant says: "Sorry, I couldn't reach home bridge" when Siri or my other apps can.

I am assuming the server is busy with traffic, can you publish specs for the socket server so I could run my own?

// establish new websocket connection
const socket = new WebSocket(`wss://homebridge-gsh.iot.oz.nu/socket?${querystring.stringify(qs)}`);

fellowgeek avatar Mar 22 '23 12:03 fellowgeek