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

disable homie via yaml-config #339

Open
astrakid opened this issue Mar 6, 2024 · 4 comments
Open

disable homie via yaml-config #339

astrakid opened this issue Mar 6, 2024 · 4 comments

Comments

@astrakid
Copy link
Contributor

astrakid commented Mar 6, 2024

hi,
i am trying to disable homie-export via mqtt.
in yaml-file i tried
[...]
homie:
[...]
but that doesn't stop data being sent with topic "homie". i tried to comment out that line as well without success.
how would i disable exporting data to homie-topic?

regards,
andre

@Caibuk
Copy link

Caibuk commented Mar 6, 2024

That's something I tried as well with no succes. I don't need the homie topic in my eco system.

@SchumacherFM
Copy link

Set any occurence of mqtt.homie in yaml or --mqtt-homie to an empty string and it will be disabled.
for the cli it looks like --mqtt-homie=

@andig
Copy link
Contributor

andig commented Mar 24, 2024

Happy to take a PR that makes Homie opt-in or even removes it.

@Caibuk
Copy link

Caibuk commented May 3, 2024

Thanks to @SchumacherFM's hint I got finally rid of the homie topic defining this in my mbmd.yaml:

mqtt:
  homie: ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants