Description
Hi,
first of all, thanks for this new module,
I integrated this module into my Docker Compose setup with the required variables, and everything is working well. I just ran into a small issue: I had included port 8123 in my HOMEASSISTANT_HOST
configuration, and it was a bit tricky to figure out how to change it. I eventually realized it had to be modified directly in the container’s /app/config/
folder.
So, does this mean that the Docker Compose variables are only used during the initialization phase?
Other than that, everything is working perfectly.
One major improvement would be the ability to automatically integrate energy costs when new data is added. I think the approach taken by the ha-linky project (https://github.com/bokub/ha-linky), which supports a dynamic configuration, would be a great addition.
What do you think?