I know hass exposes itself via a webAPI, but can i control other apps which expose websockets?
i’ve been getting into qlc+, which is a theatre-style lghting tool for the pi. it can be controlled by websockets, but i can’t get any info about using hass to control it directly. There is some info online where someone is sending mqtt to node red, and then node red is doing the websocket shizz. this makes me think hass cannot communicate direclty.
does anyone know for sure? what would be involved in, say, runnning up a custom component for websocket control?
qlc+ websockets test page:
https://www.qlcplus.org/Test_Web_API.html
nodered wesocket example: