Open diceit-git opened 3 years ago
With the current browser only plugin this is not possible because browsers do not support connections other than websockets.
But it's on the feature list for the react rewrite
@diceit-git, it is use the web page communication under web sockets. If you are using Eclipse-Mosquitto use the follow configuration on the mosquitto.conf
file:
# Your default port.
listener 1883
protocol mqtt
require_certificate false
# Web-socket for the Grafana app.
listener 9001
protocol websockets
Enable connection to broker with simple mqtt protocol (default port 1883) for brokers that do not support websocket connection