Ebusd integration: allow multiple circuits

It seems that the current implementation does not allow to poll multiple ebus devices (called circuits in HA). Users typically have a boiler and a controller.

My current workaround is to create a copy of components/ebusd and put it to config/custom_components/ebusd2 and modify manifest.json and const.py to refer to ebusd2 name and daemon.

why do you think it doesn’t support multiple circuits? I have three and it’s working?

Can we see your config then please?
I have the same problem, not getting two circuits connected.

Hi @rmeekers, woudl you share the way you’ve implemented multiple circuits? I ran into the same situation like @archont00
Thank you!!

Here’s my config of the add-on and a screenshot of my dashboard (sorry, it’s in Dutch) with some entities which come straight from the add-on.


Does this help.
@pat1311 sorry for the late reply, I’ve missed your question.

You are talking about ebusd add-on, but @archont00 asked ebusd integration (ebusd - Home Assistant) with multiple circuits support.
And yes @rmeekers ebusd add-on can help, because it supports multiple circuits. :slight_smile:

Indeed, I run my own ebusd docker container outside of HA (with own configuration I created many years ago. I am not sure if my heating and thermostat are already supported by ebusd HA add-on out of the box or not) and use only the HA integration to retrieve the data.