Closed e2m32 closed 5 years ago
:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.
Currently no, but I will check out the possibilities
wait, you mean if i configure a bridge to an external mqtt in the "custom configuration" in the /config/mqtt/mosquitto.conf
file (per the add-on's documentation) that it won't work?
ok, assuming from looking at your commits in here that the documentation on the readme is ahead of the functionality of the latest release (that i am running on my HA), is there an easy way for me to upgrade my hass.io install of the add-on to the HEAD of this repo so i can get this functionality now? Or do i need to wait for you to push a new release? And if so, how long do you think that will be?
You are correct @pjv this is the documentation for the current release https://github.com/hassio-addons/addon-mqtt/tree/v0.1.1 The edge repo has the HEAD, but I would not recommend that you use that. I have planned to release this later today, or tomorrow it still needs some more testing.
GitHubMQTT Server & Web client - Community Hass.io Add-on for Home Assistant - hassio-addons/addon-mqtt
@ludeeus thanks for clarifying.
FYI, i installed the add-on this morning and was linked from within the add-on to the documentation on the master branch which obviously includes this new, un-released, custom config capability. based on the documentation i read, i had configured a bridge to an external MQTT instance and spent a couple hours trying to debug why it wasn't working. Maybe in the future it would be better for the released add-on to link to the documentation for the release tag (i.e. the link you just showed me above) rather than the master branch.
Edit: thanks for working on adding the custom config and putting it in the right place (/config
rather than /share
).
I agree with that, will take it into consideration for future releases.
This should now be possible in v0.2.0
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Problem/Motivation
Looking to move over from Official MQTT server for the WebUI for debugging
-- Is there a way to configure an MQTT bridge to say cloud mqtt? I've accomplished this with the offical MQTT server using this setup: https://community.home-assistant.io/t/solved-mqtt-over-internet-aka-how-to-set-up-cloudmqtt-bridge-with-hassio-mosquitto-broker/49939/8
Does this still exist for this add on as well?