geeks-r-us

Results 24 comments of geeks-r-us

By default Mosquitto does not accept websocket connections. You need to open another port with ws or wss protocol Simplest way is to add the following lines to mosquitto.conf :...

There should also an open port on 9001

With version 1 of the plugin the mqtt client is not running on the server, it's running on your webbrowser. So 127.0.0.1 / localhost will fail if your browser is...

Empty means like this ? ![image](https://user-images.githubusercontent.com/19502312/104137961-10b3f000-53a1-11eb-8c13-bba42eb958d4.png) This can have various reasons: - Grafana is served over a secured connection and websockets are not secured -> most browser does not allow...

What is your timeline? I'm currently available for hire. Just get in touch by root [et] geek-r-us.de The issue is the security policy of the browser. If the connection to...

If you use https + wss it should work

I had a look at the Grafana react plugin capabilities and it seems at the beginning of version 7 there were also statefull react components allowed but more current there...

I also have a working MQTT connection. I currently struggle with the storage and update of the change topic values. And the identification which panel is requesting the data. @s-torneo,...

I've tested it with latest grafana docker container (7.5.2) and get the same white (disabled looking) button. In fact clicking on it works. Looks like this is first sign of...

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