oznu / homebridge-gsh

Allow Google Assistant to control your Homebridge accessories.
https://assistant.google.com/services/a/uid/000000b558f0d5d1?hl=en
GNU General Public License v3.0
399 stars 55 forks source link

Socket Server Specs #191

Open fellowgeek opened 1 year ago

fellowgeek commented 1 year ago

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)}`);