You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
it's not in the folder path described everywhere /opt/inverter-cli/bin/inverter_poller
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: