Oje, ich habs hingekriegt, schau mal:
https://github.com/ioBroker/ioBroker.socketio/blob/919a467121e673590377a4fd1023f99ee38656b5/example/conn.js#L240
und hier:
https://github.com/ioBroker/ioBroker.socketio/blob/919a467121e673590377a4fd1023f99ee38656b5/example/conn.js#L260
connOptions hat eine property socketOptions, die wird übernommen als
query key=${socketOptions}
d.h. meine config sieht so aus:
connLink: 'https://192.168.1.35:8084', // optional URL of the socket.io adapter socketSession: 'abc&user=admin&pass=*****', // optional - used by authenticationDas abc ist der Wert für die key property, wofür die steht, ka, aber mit user und pass funzt es 🙂