Ebusd config file location

Hello, I am using homeassistant over Rpi5 with HAOS.
I installed ebusd addon via locasgrebe github… I assume it works on docker.

The problem is, I want to modify the csv files to show more sensors than the automatically discovered ones…
But I couldnt find the configuration folder where i can copy the csv files for my boiler.

it would be great if someone can tell that.

Hello!
On HAOS with the ebusd add-on, the CSV definition files aren’t in the usual /etc/ebusd path since the add-on runs in its own container. To add custom CSVs, you need to place them in the add-on’s data/config openskycc directory—typically under /share/ebusd/ or /addons/data/locasgrebe-ebusd/—via SSH or the file editor add-on, then restart ebusd so it loads your boiler’s definitions and exposes the extra sensors.

1 Like

Welcome to the Home Assistant Forum and helping out a fellow Community Member!