geeks-r-us / mqtt-panel

Simple Grafana panel that allows to communicate with a mqtt server
Apache License 2.0
54 stars 11 forks source link

missing support for mqtt path parameter #52

Open arthursimas1 opened 1 year ago

arthursimas1 commented 1 year ago

hi, i'm using the HiveMQ public broker (broker.hivemq.com). the WS connection connects to the path /mqtt, so the full URL ends up being broker.hivemq.com:8000/mqtt.

i tried A LOT of things to get it to work. i had to look at the code to check how the URL is composed, then i realised i had to use the server as broker.hivemq.com and port 8000/mqtt.

i don't feel like this is the most correct thing to do (put the path on port parameter).

is this project accepting PR's? is it still alive at all? the last release was on jan 2021! (although the last commit was on dec 2022)

i would like to make some PRs regarding this issue and fix the CircleCI pipeline