ned-kelly / docker-voltronic-homeassistant

Programmatically read data from your Voltronic, Axpert, Mppsolar PIP, Voltacon, Effekta etc Inverter and send it to Home Assistant via MQTT - Works with RS232 & USB!
GNU General Public License v3.0
257 stars 140 forks source link

Docker Container doesn't pull inverter.conf from the config folder #118

Open ASMediaDev opened 4 days ago

ASMediaDev commented 4 days ago

When running the inverter_poller from the inverter-cli folder inside of the docker container, I don't get any readings due to wrong buffer sizes. Polling with the skymax-demo works fine.

Looking at the config in the inverter-cli I observe that half of the config file is missing. It seems like the container doesn't pull the config from the config folder when starting the container.

Has anyone encountered anything similar? Thanks!