-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would you add MQTT Explorer to the stack? #686
Comments
I thought this sounded like a good idea and I was going to prepare a Pull Request to add the container to IOTstack but I'm not having much luck. By way of background, I have been running the macOS version of MQTT Explorer. The macOS version works perfectly so I don't know why that experience isn't translating to the Docker version. This is the service definition I'm using:
I start the container, then check its log:
Nothing that screams out as being wrong. I fire up a browser and connect to the instance. Then:
Splat. The dialog box that appears contains:
I tap Restart and try again. Same result. I re-check the log. The only additional lines are:
The settings file contains:
All looks correct. When I very carefully do the identical configuration steps in the macOS app, I get: which is obviously working, while the browser-based version just gets: The "mqtt.my.domain.com" line in the browser never gets a disclosure triangle and, as I said, clicking on the line results in the error message. Noting that the macOS version:
my working hypothesis was:
Not so. Proof. I have a small bash script named
The mqtt-explorer container doesn't have the Mosquitto clients so I need to add those:
Copy the script into the container:
Run the script inside the container:
So, the container can definitely communicate with the broker. I've tried Safari and Chrome to see if this is a browser difference. I've tried a laptop, desktop and iPad to see if it's a platform difference. I'm stumped. You say it's working perfectly well for you so it's probably something incredibly obvious and dumb that I'm doing. Any ideas? I'm doing all this on a Pi4 running full 64-bit Bullseye:
|
It would be great to have MQTT Explorer in the IOTStack.
I have found that the smeagolworms4/mqtt-explorer docker image is stable on my RPi
Thanks for all your good work
The text was updated successfully, but these errors were encountered: