Skip to content
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

How to find passwords for homeassistant or addons users? #132

Open
mahnunchik opened this issue Sep 18, 2024 · 5 comments
Open

How to find passwords for homeassistant or addons users? #132

mahnunchik opened this issue Sep 18, 2024 · 5 comments
Labels
stale There has not been activity on this issue or PR for quite some time.

Comments

@mahnunchik
Copy link

Problem/Motivation

https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md#home-assistant-user-management

According to the documentation homeassistant and addons users are pre-registered. I'd like to use mqtt-io addon with Mosquitto broker. Since this is an addon, it makes sense to use the existing addons user for it.

How to find passwords for homeassistant or at least addons user?

Maybe there is some predefined user/pass that can be used in mqtt-io config?

/homeassistant/mqtt-io/config.yml

mqtt:
  host: homeassistant.local
  topic_prefix: mqtt_io
  user: homeassistant #OR addons
  password: #?????????????????
  ha_discovery:
    enabled: yes

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

  1. Install Mosquitto broker
  2. Install MQTT IO
  3. I'm shocked that the addon can't connect...
@mahnunchik
Copy link
Author

@sinclairpaul
Copy link
Member

Depends on the addon configuration itself, you are linking documentation for the Mosquitto addon which doesn't apply.

Copy link

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!

@github-actions github-actions bot added the stale There has not been activity on this issue or PR for quite some time. label Oct 19, 2024
@mahnunchik
Copy link
Author

I'm working on it to fix this issue flyte/mqtt-io#406

@github-actions github-actions bot removed the stale There has not been activity on this issue or PR for quite some time. label Oct 20, 2024
Copy link

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!

@github-actions github-actions bot added the stale There has not been activity on this issue or PR for quite some time. label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale There has not been activity on this issue or PR for quite some time.
Projects
None yet
Development

No branches or pull requests

2 participants