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

Question on MQTT and HA #419

Open
wrongisthenewright opened this issue May 31, 2024 · 3 comments
Open

Question on MQTT and HA #419

wrongisthenewright opened this issue May 31, 2024 · 3 comments

Comments

@wrongisthenewright
Copy link

Is there a way to set ebusd to send to HA every message decoded, even if it doesn't have a complete match for auto discovery? I have an Ariston system that send some messages that I'd like to have in HA (serial numbers and, if I got it right, program schedules). I'm struggling with mqtt-hassio.cfg.
I have removed (at least I think) all filters but I think the lack of type mappings blocks the flow.
It seems that mqtt messages are sent so I can set HA to subscribe to a topic but I 'd have to set many different sensors and I 'd like to avoid the effort..ty in advance

@Koky05
Copy link

Koky05 commented May 31, 2024

Comment out all filters.
mqtt-hassio.cfg

@wrongisthenewright
Copy link
Author

wrongisthenewright commented May 31, 2024

Hi,
thank you for reaching out but, as I wrote, I already removed almost all filters, I left only this one

filter-non-circuit = scan|ignored

to clean out only explicitly tagged messages, during the trials I had also this line commented.
I can see that MQTT messages are sent, so ebusd correctly grabs the messages and publishes them via MQTT, only they're missing in HA, I think because there's no rules in mqtt-hassio.cfg to map these to HA entities type/device class.

image

@Koky05
Copy link

Koky05 commented May 31, 2024

If you look into my config then you can see that more types was added like curve, datetime, etc.
Maybe it will help to show what you looking for.
But I understand your point of view, I also add some custom MQTT sensors to show values I exactly need and could not find in HA autodiscovery or just for retype case.

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

2 participants