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 do I add a value to Home Assistant? #1338

Open
mpoettgen opened this issue Sep 18, 2024 · 0 comments
Open

How do I add a value to Home Assistant? #1338

mpoettgen opened this issue Sep 18, 2024 · 0 comments

Comments

@mpoettgen
Copy link

Description

This could be qualified either as a question or as a request to improve documentation (which I would volunteer to do once I understand the answer).

What I am trying to achieve: I would like to monitor my Vaillant heating system using Home Assistant, especially the Water Pressure, since it already happened to me, that the heating system shut down due to low pressure.

I've got the following setup running:

  • Vaillant heating system
  • ebus Adapter v5, running latest firmware
  • ebusd, running on a Raspberry Pi, connected to the ebus Adapter, configured to use MQTT HA integration
  • Home Assistant, latest, configured with the MQTT integration

I've got five devices in the HA MQTT integration, ebusd, ebusd 700, ebusd bai, abusd broadcast and ebusd eBUS device, all working fine.

I found out from the configuration files/ebusctl find -f WaterPressure, that my 700 supports reading WaterPressure.

I can read the WaterPressure using ebusctl read -c 700 WaterPressure and it give me an accurate value. I can even get ebusd to poll WaterPressure repeatedly using ebusctl read -c 700 -p 5 WaterPressure, but that stops as soon as ebusd is restarted.

I've read somewhere, that polled values are also sent via MQTT, but haven't been able to see any values for WaterPressure in Home Assistant.

What are the best practices to get that value into Home Assistant?

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

No branches or pull requests

1 participant