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
269 stars 144 forks source link

docker exec ... inverter_poller not working as described #116

Open sabom2d opened 7 months ago

sabom2d commented 7 months ago

Hi,

tried to setup this solution for 2 days now, can't get inverter_poller to work as described. When running the inverter_poller in combination with the docker solution as described : docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1' I just get a bash: ./inverter_poller: No such file or directory

  1. it's not in the folder path described everywhere /opt/inverter-cli/bin/inverter_poller
  2. even if I create that folder and copy everything into it, no success

only runing the inverter_poller directly in the folder where it's stored after compiling then I get a result. ./inverter_poller -d -1

what is the actuall right way to run the innverter_poller in combination with the docker installation?

regards