Hi all,
Ik have a cerbo gx with node-red running on it. i am trying to create a websocket listener but i am not able to connect it. I also have another node-red installation running(no victron/cerbo, just a normal raspberry) where the following IS working.
node-red is running at: https://192.168.2.70:1881/
and the websocket is listening at: /ws/test
The url should then be: ws://192.168.2.70:1881/ws/test
Is there some kind of proxy blocking websockets on the cerbo gx perhaps?