docker-voltronic-homeassistant icon indicating copy to clipboard operation
docker-voltronic-homeassistant copied to clipboard

Missing file /etc/Inverter/mqtt.json

Open crazypaddo opened this issue 1 year ago • 1 comments

Hello i am trying to get this to work but noticed that the file /etc/inverter/mqtt.json is not included. I think it is needed to setup mqtt. Does anyone have a example whats the layout from the file. Regards marco

crazypaddo avatar May 18 '23 12:05 crazypaddo

The path /etc/inverter is a virtual path inside the container which is mapped outside the container to the "config" folder where the file you need is present 😀

docker-compose.yml file; image

Project repository folder; image

So if you follow the instructions, you would have "git clone'd" the project folder under which you have docker-compose.yml and the config folder. When Docker starts the project it will map the config folder to the /etc/inverter folder.

DJBenson avatar Jun 13 '23 16:06 DJBenson