Open mahnunchik opened 1 month ago
Depends on the addon configuration itself, you are linking documentation for the Mosquitto addon which doesn't apply.
There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!
I'm working on it to fix this issue https://github.com/flyte/mqtt-io/issues/406
Problem/Motivation
https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md#home-assistant-user-management
According to the documentation
homeassistant
andaddons
users are pre-registered. I'd like to usemqtt-io
addon with Mosquitto broker. Since this is an addon, it makes sense to use the existingaddons
user for it.How to find passwords for
homeassistant
or at leastaddons
user?Maybe there is some predefined user/pass that can be used in mqtt-io config?
/homeassistant/mqtt-io/config.yml
Expected behavior
It should be possible to find password for
addons
user to specify it in addon config.Actual behavior
I couldn't find the password.
Steps to reproduce